PDA

View Full Version : black object over swf file in MSIE (not FF)


crmpicco
11-03-2005, 04:42 PM
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0"
id="promo" width="480" height="68">
<param name="movie" value="http://picco.co.uk/picco.swf">
<param name="bgcolor" value="#000000">
<param name="quality" value="high">
<param name="allowscriptaccess" value="samedomain">
<embed type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
width="480" height="68"
name="members" src="http://picco.co.uk/picco.swf"
bgcolor="#000000" quality="high"
swLiveConnect="true" allowScriptAccess="samedomain"
></embed></object>


I have this code to be put into a webpage (ASP).
When i clear my cache and view it for the first time, it works. But when i refresh a black object appears over it from left-> right????

This only happens in IE and not FF??

Why is this?

Thanks.

Picco

_Aerospace_Eng_
11-03-2005, 05:08 PM
Is that the correct url to the flash file?

crmpicco
11-03-2005, 05:23 PM
now i was using it loacally:

src="http://picco.co.uk/picco.swf"

is just a test

crmpicco
11-03-2005, 05:25 PM
can you see anything wrong with the code?

dreamingdigital
11-03-2005, 06:38 PM
Try dumbing down the code to only this:

<embed type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
width="480" height="68"
name="members" src="http://picco.co.uk/picco.swf"
bgcolor="#000000" quality="high"
swLiveConnect="true" allowScriptAccess="samedomain"
></embed>

Just try.
CP