Thread: flash as header

Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    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..

  2. #12
    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!

  3. #13
    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

  4. #14
    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.

 

 
Page 2 of 2 FirstFirst 12

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