P
Philip
I have just tried my website with Firefox v1.0 and when I try to load
a movie using:
document.getElementByID('MovieID').LoadMovie(0, 'MovieURL');
the browser tells me that LoadMovie is not a recognized function.
This works fine on IE6. I need to change the movie depending on the
buttons that the user presses, all on the same page.
Is the only way to do this by changing the innerHTML of the 'MovieID'
object?
Thanks
a movie using:
document.getElementByID('MovieID').LoadMovie(0, 'MovieURL');
the browser tells me that LoadMovie is not a recognized function.
This works fine on IE6. I need to change the movie depending on the
buttons that the user presses, all on the same page.
Is the only way to do this by changing the innerHTML of the 'MovieID'
object?
Thanks