Embedded Flash Object not working in IE browser
-
Hi, This has been driving me crazy for days! I have Flash swf file, which works just fine on my hard drive. I need to add a link to the file on my index web page. All the neccessary files are uploaded to my website and I’ve embedded a Flash object on my web page and linked it to my swf file.
When I test in the browser the first clue that something is wrong is the embedded Flash opject is not fully rendered on the page (it’s just a rectangular outline and not the actual “Flash” logo) and I get an IE Security Active X warning. When I select “Allow Blocked Content” the object disappears from the web page.
Any ideas as to why this is happening and what I can do to resolve the issue?
I’m using Dreamweaver CS3, Flash CS4, IE8…
Here’s the code:
<OBJECT classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0″ WIDTH=”285″ HEIGHT=”65″ id=”Flash Demo” ALIGN=””>
<PARAM NAME=movie VALUE=”Star_Wars_Flash_Demo/Demo_Preview.swf”> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#333399> <EMBED src=”Star_Wars_Flash_Demo/Demo_Preview.swf” quality=high bgcolor=#333399 WIDTH=”285″ HEIGHT=”65″ NAME=”Star_Wars_Flash_Demo/Demo_Preview” ALIGN=”” TYPE=”application/x-shockwave-flash” PLUGINSPAGE=”http://www.macromedia.com/go/getflashplayer”></EMBED> </OBJECT>
The topic ‘Embedded Flash Object not working in IE browser’ is closed to new replies.