I currently have a swf video on one of my work website pages (http://www.scottishfootballmuseum.org.uk/scottish_football.cfm?curpageid=337) that works fine in both firefox and google chrome but doesn't load in internet explorer. The object and embed code are as follows: <OBJECT id=hampdenad codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0 height=289 width=420 align=middle classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000><PARAM NAME="_cx" VALUE="11113"><PARAM NAME="_cy" VALUE="7646"><PARAM NAME="FlashVars" VALUE=""><PARAM NAME="Movie" VALUE=""><PARAM NAME="Src" VALUE=""><PARAM NAME="WMode" VALUE="Window"><PARAM NAME="Play" VALUE="-1"><PARAM NAME="Loop" VALUE="-1"><PARAM NAME="Quality" VALUE="High"><PARAM NAME="SAlign" VALUE=""><PARAM NAME="Menu" VALUE="-1"><PARAM NAME="Base" VALUE=""><PARAM NAME="AllowScriptAccess" VALUE=""><PARAM NAME="Scale" VALUE="ShowAll"><PARAM NAME="DeviceFont" VALUE="0"><PARAM NAME="EmbedMovie" VALUE="0"><PARAM NAME="BGColor" VALUE=""><PARAM NAME="SWRemote" VALUE=""><PARAM NAME="MovieData" VALUE=""><PARAM NAME="SeamlessTabbing" VALUE="1"><PARAM NAME="Profile" VALUE="0"><PARAM NAME="ProfileAddress" VALUE=""><PARAM NAME="ProfilePort" VALUE="0"><PARAM NAME="AllowNetworking" VALUE="all"><PARAM NAME="AllowFullScreen" VALUE="false"> <embed src="hampdenad.swf" quality="high" bgcolor="#ffffff" width="420" height="289" name="hampdenad" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </OBJECT> I was thinking that it may be something to do with adobe flash player 10 now being available but surely if that was the case then it wouldn't work in firefox or chrome as well? Any ideas what I need to do to get it working again?
Are you generating With Dreamweaver CS3.. If yes, Then there is a Bug in that, If you have Dreamwever CS4, Generate from there. It will Work Cheers
The page is created in our CMS and only accepts HTML, the actual .cfm file for the page just gets the content from this page and displays it so I'm not sure if it'll be something else that is causing this error? Content of .cfm file: <cfset curpageid = 337> <cfoutput><cfinclude template="#headerfile#"></cfoutput> <P> <cfoutput>#content#</cfoutput> </P> <cfoutput><cfinclude template="#footerfile#"></cfoutput>
i just checked it and it has some problem/ still diging around and i will update the reply soon<b>Check</b>
Hi! I think you should check if you have blocked pop-up video window in your IE. I have the HTML code for embedding .swf to web page, you can check it with yours: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="432" height="330" title="game"> <param name="movie" value="/flash/game.swf" /> <param name="quality" value="high" /> <embed src="/flash/game.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="432" height="330"></embed> </object> HTML: Finally, if it doesn't work, you can also use a tool called Moyea Web Player pro and the tutorial: http://www.flash-video-mx.com/webplayer-resources/add-videos-to-website.html Hope it helps!
It might possible because of recently issue in IE, i seen same issue before some time but it solved with Dreamwever CS4 hope your problem solved soon..
Was this problem resolved? Try updating your browsers to its latest versions. If not, try checking the code if it conforms to current standards.
Once check blocked pop-up video window latest IE version try with new version, may happen because of IE recent issue and go through once more to code.