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
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