Flash not showing in IE8 flash issue
#1
Posted 11 October 2011 - 04:24 PM
I made this site for a friend:
http://www.goreyhalloween.com
for the header I purchased a small flash template.
It works fine in Firefox and Chrome but the header does not display in IE8
I installed IE9 on my win7 machine and it works fine in IE9
a lot of people are still using IE8 and I need to get it working
could it be some setting in dreamweaver? can i add a bit of code?
thanks guy
#2
Posted 11 October 2011 - 04:29 PM
#4
Posted 11 October 2011 - 05:26 PM
this was my old code:
<object width="900" height="488" data="flash/header.swf?pag=1" codetype="application/x-shockwave-flash" >
<param name="movie" value="flash/header.swf?pag=1" type="application/x-shockwave-flash" />
<embed src="flash/header.swf?pag=1" width="900" height="488"></embed>
</object>and this is the new code made to look more like the code on the links you sent me:
<object type="application/x-shockwave-flash" data="flash/header.swf" width="900" height="488">
<param name="movie" value="flash/header.swf">
<embed href="/flash/header.swf" width="900" height="488" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"</embed>
</object>IE still does not display it unfortunately
any ideas?
thanks
#5
Posted 11 October 2011 - 05:29 PM
when I preview it offline by pressing F12 in dreamweaver, IE8 gives me that little "blip" noise and asks if I want to run ActiveX, I allow it and then the browser crashes
when preview on live server I just get the "red X"
#6
Posted 11 October 2011 - 05:34 PM
#8
Posted 11 October 2011 - 06:04 PM
<div class="body" style="margin-bottom:6px"><span class="body" style="margin-bottom:6px">
<script type="text/javascript">
AC_AX_RunContent( 'width','900','height','488','data','http://www.goreyhalloween.com/flash/header.swf?pag=1','codetype','application/x-shockwave-flash','src','http://www.goreyhalloween.com/flash/header.swf?pag=1','movie','http://www.goreyhalloween.com/flash/header.swf?pag=1' ); //end AC code
</script>
<noscript>
<object width="900" height="488" data="http://www.goreyhalloween.com/flash/header.swf?pag=1" type="application/x-shockwave-flash" >
<param name="movie" value="http://www.goreyhalloween.com/flash/header.swf?pag=1" type="application/x-shockwave-flash" />
<embed src="http://www.goreyhalloween.com/flash/header.swf?pag=1" width="900" height="488"></embed>
</object>
</noscript>
</span></div>
#9
Posted 11 October 2011 - 06:10 PM
zed, on 11 October 2011 - 06:04 PM, said:
<div class="body" style="margin-bottom:6px"><span class="body" style="margin-bottom:6px">
<script type="text/javascript">
AC_AX_RunContent( 'width','900','height','488','data','http://www.goreyhalloween.com/flash/header.swf?pag=1','codetype','application/x-shockwave-flash','src','http://www.goreyhalloween.com/flash/header.swf?pag=1','movie','http://www.goreyhalloween.com/flash/header.swf?pag=1' ); //end AC code
</script>
<noscript>
<object width="900" height="488" data="http://www.goreyhalloween.com/flash/header.swf?pag=1" type="application/x-shockwave-flash" >
<param name="movie" value="http://www.goreyhalloween.com/flash/header.swf?pag=1" type="application/x-shockwave-flash" />
<embed src="http://www.goreyhalloween.com/flash/header.swf?pag=1" width="900" height="488"></embed>
</object>
</noscript>
</span></div>
thanks,
I have just updated the page the above code: http://www.goreyhalloween.com
and IE8 still just displays a little red x, this is really starting to buy me, I normally wouldnt care but the person I made the site for likes IE8 (for some reason) and needs it working on it
#10
Posted 11 October 2011 - 06:23 PM
try putting type="application/x-shockwave-flash" in the embed
#13
Posted 11 October 2011 - 06:38 PM
zed, on 11 October 2011 - 06:34 PM, said:
yeah just tried that, no go i'm afraid.
you say it works for you? you are using IE9 in IE8 mode? that's interesting, if I could get someone who uses IE8 on WinXP to test it and report it working then I'd be happy as I dont care if it works on my machine or not, just need it working on most peoples IE8
#14
Posted 11 October 2011 - 06:43 PM
#15
Posted 11 October 2011 - 07:45 PM
Does the flash play when you use compatibility view (which is IE7)? If it does play, the next items are irrelevant.
IE uses a different flash player. You need to use IE to download from Adobe Flash Player and it will give you the ActiveX version. If I look in my Control Panel Programs and Features I see "Adobe Flash Player 10 ActiveX" for IE and "Adobe Flash Player 10 Plugin" for other browsers.
Check IE Tools, Internet Options, Security, Internet, Custom Level that you have Binary and Script Behaviors, Run Active X Controls and Active Scripting all enabled (remember to reset later).
If it works in IE9 on Win7 then I think the code is not the problem as it should work with the same code for all IE versions.
This post has been edited by Wickham: 11 October 2011 - 07:49 PM
#16
Posted 11 October 2011 - 08:16 PM
i used this entire code:
<script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','900','height','488','title','movie','src','flash/header','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','flash/header' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="900" height="488" title="movie"> <param name="movie" value="flash/header.swf" /> <param name="quality" value="high" /> <embed src="flash/header.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="900" height="488"></embed> </object></noscript>
seems to be working, please let me know
thanks
#17
Posted 11 October 2011 - 08:27 PM
As I understand it, the type="application/x-shockwave-flash" method only works in IE if you have the ActiveX version of Flash Player installed, and the correct IE settings, but the classid method should work on computers that don't have the ActiveX version installed as it uses the macromedia link, so I suppose that makes it the safer method, but I've always thought that Flash playing is over-complicated.
This post has been edited by Wickham: 11 October 2011 - 08:43 PM
#18
Posted 11 October 2011 - 08:55 PM
Wickham, on 11 October 2011 - 08:27 PM, said:
As I understand it, the type="application/x-shockwave-flash" method only works in IE if you have the ActiveX version of Flash Player installed, and the correct IE settings, but the classid method should work on computers that don't have the ActiveX version installed as it uses the macromedia link, so I suppose that makes it the safer method, but I've always thought that Flash playing is over-complicated.
yeah, I'm a bit of a newbie (if you hadn't already guessed lol) and I was always scared of flash altogether, but this time I saw this template and just thought it was perfect for the job, I had never even used flash before this and I had to learn quickly how to edit the links and get stuff the way i wanted it, i thought i was doing so well until all this embedding stuff, oh well sorted now i suppose
thanks everyone for all your help,
this seems like a great forum i think ill stick around
thanks
cillian
#19
Posted 21 November 2011 - 10:38 AM
Either there must be a problem in your plugin or installing the flash player. hope nothing wrong in the code.
This post has been edited by zed: 21 November 2011 - 10:52 AM
Reason for edit: remove spammy link
- ← Interaction Design module at University
- Flash, Actionscript & RIA
- Are there any tutorials for AS3 for the Puyo Puyo game? →
Help

















