X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Flash just not working in IE! (https://forum.x-cart.com/showthread.php?t=41747)

Waynarky 08-14-2008 12:39 AM

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" />
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            swfobject.registerObject("welcomeflash", "9.0.0");
        </script>{/literal}


And this is in the Welcome.tpl file:
Code:

<div class="welcome">
    <div class="welcome_text" style="height:200px;">
      <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','550','height','144','title','welcomeflash','src','../../../welcome','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../../../welcome' ); //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="550" height="144" title="welcomeflash">
        <param name="movie" value="../../../welcome.swf" />
        <param name="quality" value="high" />
        <embed src="../../../welcome.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="550" height="144"></embed>
      </object></noscript>
      </div>
</div>


The Flash .swf file, AC_RunActiveContent.js, and swfobject.js files are all under the root.

Many thanks

ARW VISIONS 08-14-2008 05:07 AM

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.

Waynarky 08-14-2008 07:58 AM

Re: Flash just not working in IE!
 
Do you mean the <embed> tag? I thought that was the problem in the first place?

carpeperdiem 08-14-2008 09:11 AM

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

ARW VISIONS 08-14-2008 09:17 AM

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>

ARW VISIONS 08-14-2008 09:32 AM

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?

Waynarky 08-18-2008 07:17 AM

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 :)

PhilJ 08-28-2008 11:11 PM

Re: Flash just not working in IE!
 
For anyone else...
http://www.xcartmods.co.uk/adding-flash-x-cart-mods-pg-8.html

scraps 10-23-2008 05:39 AM

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.