
IE: Object doesn't support this property or method
I have searched the forums ...I have searched the forums and read everything I can find on this. It seems the most common problem is folks naming their container div the same thing they name their movieplayer / flashvar / etc. I have made sure I'm not making that mistake.
In Firefox, everything is fine.
In IE, I get the "Object doesn't support this property or method" error.
The code where my movie is embedded:
bc.. <div id="container">
<embed type="application/x-shockwave-flash" src="mediaplayer.swf" width="352" height="240" allowscriptaccess="always" allowfullscreen="true" id="video1" name="video1" flashvars="height=240&width=352&file=cc_03_04_08.flv&bufferlength=8&volume=100&javascriptid=video1&
autostart=false&enablejs=true" />
</div>
Any time I try to communicate with the movie via the 'sendEvent' JS function, IE complains.
I am referring to the sendEvent JS function that is provided as basic use, in the three functions:
sendEvent
getUpdate
thisMovie
These are included in my page at the top and are not modified.
Again, everything works fine in FireFox, so I don't understand what is wrong here.
Thanks for any tips.
Paul