I have a small site with a **Video **page. On this page you can click a button and a flv loads dynamically onto a screen. If you go to another page on the site, the video clip is still showing …like it’s a ghost :sen:
What am I doing wrong?
This is the code I’ve used to call the flv:
on (release) {
CurrentVideoURL = "video4.swf";
LoadMovieNum(CurrentVideoURL,1);
}
Can someone please help as I can’t upload the site until this has been sorted…much appreciated if you know more about these things that I do!
Yossarian