Forum Moderators: open
I have a flash file that calls smaller flash files into area defined inside it by NEXT and PREVIOUS buttons. FireFox plays it great but Explorer decided not to do so.
Normally the Flash file loads the 0.swf and waits for the guest to click NEXT to play 1.swf , 2.swf … etc. With Explorer it loads 0.swf and stops. The buttons for next and previous are frozen.
Not only this but also when you call the the flash file on its own outside its HTML file then Explorer has no problem at all to play it correctly and fully functional but if called from the HTML files, the buttons halts.
The code inside the HTML is as follows:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="382" height="600" id="play" align="middle">
<param name="allowScriptAccess" value="sameDomain">
<param name="wmode" value="transparent">
<param name="movie" value="play.swf">
<param name="loop" value="false">
<param name="menu" value="false">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<embed src="play.swf" wmode="transparent" loop="false" menu="false" quality="high" bgcolor="#ffffff" width="382" height="600" name="play" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
Any clue?
Thanks allot.
Mark
For Example:
[MyDomain.com...]
IE has no problem at all BUT if
[MyDomain.com...] while the play.swf is inside that SHTML as listed in the code above then IE starts playing junky.
I believe if IE won't play it due to plugin or version problem then it won't play it in either cases.
Thanks
Mark
What happens if you simply let flash create the html page for you when you publish, does it work then?