Results 1 to 2 of 2

Hybrid View

  1. #1

    red flag Flash Works, but not in IE

    I added a flash banner to my site (ver 1.3.8a) and it works in Firefox, Opera, Safari, etc..., but it just black in IE. Says "movie not loaded" when you right click on it.
    The site is www.aworldofchange.com.
    Any insight would be greatly appreciated. I used a standard code in tpl_header.php of:

    <!--bof-branding display-->
    <div id="logoWrapper">

    <div id="logo"><object height="160" width="750" data="http://www.aworldofchange.com/commerce/images/flash.swf" type="application/x-shockwave-flash">
    <param value="flash.swf" name="movie" />
    <param value="high" name="quality" /><param value="#000000" name="BGCOLOR" />
    <param value="false" name="menu" />
    </object> </div></div>
    <br class="clearBoth" />
    <!--eof-branding display-->

    Again, it works great in every browser, but IE...

  2. #2

    Default Re: Flash Works, but not in IE

    For anyone else trying to do this, I was able to get it to work with all browsers by changing the code format in tpl_header.php to:

    <OBJECT

    codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0

    height=137 width=950

    classid=clsid27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="movie" VALUE="/images/header950px.swf"><PARAM NAME="quality" VALUE="high">
    <embed

    src="/images/header950px.swf" quality=high

    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"

    type="application/x-shockwave-flash" width="950"

    height="137"></embed> </OBJECT>

 

 

Similar Threads

  1. Flash header isn't working in IE but works in Firefox
    By webmiss in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Aug 2008, 05:45 AM
  2. Works Fine In Safari, But Not In Firefox
    By cbird1057 in forum Installing on a Mac Server
    Replies: 0
    Last Post: 30 Mar 2008, 02:44 AM
  3. Store works but not admin
    By migzam in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 7 Dec 2007, 07:07 PM
  4. Flash works for IE, not FireFox?!
    By koalajoe in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 3 Apr 2007, 02:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg