Thread: flash as header

Results 1 to 10 of 14

Hybrid View

  1. #1
    Join Date
    Feb 2009
    Posts
    53
    Plugin Contributions
    0

    Default Re: flash as header

    My colleageu who is by no means a flash or Zencart expert, told me to copy the flash embedding code from an other source.

    I just replaced the whole thing with:

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
    width="865" height="175" id="Untitled-1" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="includes/templates/theme079/jscript/logo.swf" />
    <param name="quality" value="high" />
    <param name="loop" value="true" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#ffffff" />
    <embed src="includes/templates/theme079/jscript/logo.swf" quality="high" wmode="transparent"
    bgcolor="#ffffff" width="865" height="175" name="Untitled-1" align="middle"
    allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </embed >
    </object>

    And it works just fine in FF as well as in IE.

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: flash as header

    Mission accomplished...well done..

  3. #3
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: flash as header

    Just viewed your site in IE6..looks very different to when viewed in IE7/Firefox...might want to check it out..

  4. #4
    Join Date
    Mar 2009
    Posts
    58
    Plugin Contributions
    0

    Default Re: flash as header

    Quote Originally Posted by misty View Post
    Just viewed your site in IE6..looks very different to when viewed in IE7/Firefox...might want to check it out..
    I hate that.

    .png transparency is not supported grrrrr

  5. #5
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: flash as header

    Some of the text on your site is very hard to read, unless its my eyes.

  6. #6
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: flash as header

    Quote Originally Posted by koenvandamme View Post
    I just replaced the whole thing with:

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
    width="865" height="175" id="Untitled-1" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="includes/templates/theme079/jscript/logo.swf" />
    <param name="quality" value="high" />
    <param name="loop" value="true" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#ffffff" />
    <embed src="includes/templates/theme079/jscript/logo.swf" quality="high" wmode="transparent"
    bgcolor="#ffffff" width="865" height="175" name="Untitled-1" align="middle"
    allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </embed >
    </object>

    And it works just fine in FF as well as in IE.
    You already have SwfObject loaded, why not just keep it simple.....

    Code:
    <script type="text/javascript">swfobject.embedSWF("includes/templates/theme079/jscript/logo.swf", "main_w", "865", "175", "7.0.0");</script>
    
    <div class="main_w"><p>Alternative content</p></div>
    Also, so it degrades nice, you should replace 'Alternative content' with an image.
    Dave
    Always forward thinking... Lost my mind!

 

 

Similar Threads

  1. Flash Header
    By kimartist in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Aug 2010, 08:08 AM
  2. Flash Header
    By igendreau in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Mar 2010, 08:40 PM
  3. Change header to flash header
    By bettsaj in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 20 Jul 2009, 01:59 PM
  4. Flash Header/ Font Header make changes to...
    By SolarTrees in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 12 Jul 2007, 07:59 AM

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