![]() |
Flash just not working in IE!
Hi Folks
The problem I'm having is on the following website: www.fruittijewels.com There's a Flash .swf file at the top which is displaying fine in Firefox, but not at all in IE. I've read up on the issues with IE, and implemented what was suggested, but still no luck. I'd greatly appreciate if someone could have a look at my code and see what the issue is. This is in the head tag of home.tpl: Code:
{literal}<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> And this is in the Welcome.tpl file: Code:
<div class="welcome"> The Flash .swf file, AC_RunActiveContent.js, and swfobject.js files are all under the root. Many thanks |
Re: Flash just not working in IE!
I ran into this problem the other day. My old javascript trick for flash nolonger worked.
I just put the Flash html straight into the file with out using the javascript and it worked just fine. |
Re: Flash just not working in IE!
Do you mean the <embed> tag? I thought that was the problem in the first place?
|
Re: Flash just not working in IE!
Wayne,
The flash is not displaying in Safari3/mac (intel) as well. Are you hip to the SWFObject ? Another flash embed tool is JW FLV MEDIA PLAYER Good luck. Jeremy |
Re: Flash just not working in IE!
http://www.arwvisions.com/shibuminet/flash.html
I just put this in my file. <div id="container"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="790" height="550" id="shibumi" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="shibumi.swf" /> <param name="quality" value="high" /><param name="bgcolor" value="#000000" /> <embed src="shibumi.swf" quality="high" bgcolor="#000000" width="790" height="550" name="shibumi" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </div> |
Re: Flash just not working in IE!
I suppose this works on IE7 but not IE6? ANyone know how to set up both browsers on one machine?
|
Re: Flash just not working in IE!
Hi Guys
I got it working! Had to correct the path to the swfobject.js file. Yeah I'm down with SWFObject, dawg :) Couldn't understand why is wasn't working! I was thinking the path was relative to the root. Ashley, check out the Browser shots site: http://browsershots.org You can test your site in pretty much all browsers. Handy dandy tool. Shot O's :) |
Re: Flash just not working in IE!
For anyone else...
http://www.xcartmods.co.uk/adding-flash-x-cart-mods-pg-8.html |
Re: Flash just not working in IE!
Phil,
As always, you are the best!!!! Thank you!!! To anyone who may not want there flash to loop, you can add a: <PARAM NAME=loop VALUE=false> to the script on Phil's page just under the <param name="movie" of the script. For those not in the know, you should extract and upload the contents of the flash.zip on Phil's site to your skin 1 folder just as it unzips, then you only change the path for the xcart.swf file to your path. Again, my sincerest thanks Phil. Marian |
All times are GMT -8. The time now is 08:40 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.