ericaalicen
Programmer
I have a page loading 2 flash files. The files load, but in IE the status bar reads "2 items remaining" and just hangs. The flash loads and runs but the status bar just hangs. This doesn't happen in Firefox. I've been searching on this and I've seen that if you have files/directories named "ad" or "banner" that could be a problem, but that doesn't apply here. I have the files in a directory called "flash" and I tried moving them to the root directory. Any ideas? This the object code for one of the files.
Code:
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="[URL unfurl="true"]http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"[/URL] width="165" height="600" id="navDevel" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="flash/navDevel.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="flash/navDevel.swf" quality="high" bgcolor="#000000" width="165" height="600" name="navDevel" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer"[/URL] />
</object>