Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2 items remaining

Status
Not open for further replies.

ericaalicen

Programmer
Dec 20, 2001
53
US
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>
 
This is the code created when I published the flash file. I tried changing it to "0014" to no avail. The only modification I've made is to move the flash file to a directory called "flash" and I changed the "value" and "src" in the code to add the directory.
 
Sorry I didn't read your post properly, but are you saying that the 2 SWF actually show up? It's not your HTML causing it but your SWF in that case. Does it still say "X item remaining" after you refresh the browser?

Kenneth Kawamoto
 
Yes, there are 2 swf files. And the status bar would continue to read "x items remaining" in IE regardless if you refreshed or not. I have managed to resolve the problem. I used javascript from to call the flash instead of using the code generated by publishing the file. Don't know why this is necessary, but I gather this is a better way to call the flash object.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top