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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash not loading in IE

Status
Not open for further replies.

dwessell

Programmer
Jan 26, 2006
114
US
Hi all,

I have a flash object that will sometimes not load in IE. However, if you refresh the page, the movie loads just fine.. It's only on the first entrance to the page.

My code is:

<center>
<object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase=" width="290"
height="176"
id="image-zoomer"
align="center">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="image-zoomer.swf?path=zoom/" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />

<embed src="image-zoomer.swf?path=zoom/"
quality="high" scale="noscale" salign="lt" bgcolor="#ffffff"
width="290" height="176" name="test" align="center" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage=" />
</object></center>

Any suggestions for me?

Thanks
David
 
can you post the fla?

also, you'll want to embed the swf file.

Jonathan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top