ChrisMacPherson
Programmer
I have a movie in my HTML file using an <EMBED/OBJECT> tag.<br>I need to UnLoad this movie and Load a new movie in it's place. The new movie will be nearly identical so there is no problem with dimensions etc. I think I need to use the LoadMovie() method but is this just for use inside a movie itself, or can I use this from a javascript command? <br><br>eg. window.document.movie.LoadMovie(0,"movie2.swf"<br><br>Any help or pointers to a tutorial would be greatly appreciated. I have already studied the flash4 manual and online help, but to no avail!!