Results 1 to 2 of 2

Thread: Code for flash in html for Firefox proper display please

  1. #1
    Join Date
    Jun 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Code for flash in html for Firefox proper display please

    ca anyone suggest any changes to code in an html file that shows a flash intro so that it actually displays in firefox, here is the code:



    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Mr Stephen Hairdressing - Bournemouth</title>
    <link href="style.css" rel="stylesheet" type="text/css">
    
    <style type="text/css">
    <!--
    body {
    background-color: #412615;
    }
    -->
    </style></head>
    
    <BODY>
    <center>
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
    width="747" height="797">
    <param name="movie" value="flash/intro8_cs_b3.swf"> 
    <param name="quality" value="high">
    <param name="menu" value="false">
    <param name="wmode" value="transparent">
    <!--[if !IE]> <-->
    <object data="flash/main1.swf"
    width="747" height="797" type="application/x-shockwave-flash">
    <param name="quality" value="high">
    <param name="menu" value="false">
    <param name="wmode" value="transparent">
    <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">
    FAIL (the browser should render some flash content, not this).
    </object>
    <!--> <![endif]-->
    </object></center>
    </BODY>
    </HTML>
    The site is here:
    http://www.mrstephen.co.uk

    Many thanks for any help
    regards steve

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Steve,

    Please don't double post. Your question has been answered in the other thread you posted in.

Bookmarks

Posting Permissions

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