0
Welcome Guest! Login
0 items Join Now

Flash W3C Standard On FireFox

  • Flash W3C Standard On FireFox

    Posted 16 years 3 months ago
    • How to make Flash W3C standard and display on all Browsers --- PLEASE HELP

      As some of you know the embed is not a W3C standard HTML code so it does not pass the test when you use it. I made my flash code W3C standard by taking out the embed code but now it does not work on FireFox or Opera but it does work on IE and Chrome. (ones I tested so far)

      This is a known problem because I have to add some more code to my flash code but I do not know how to.
      Can anybody help me ???

      I found these articles that help a lot but I do not know how to code the whole object thing

      www.alistapart.com/articles/byebyeembed/

      www.alistapart.com/articles/flashsatay/

      And this guy on this one forum said this about the same problem I have
      QUOTE
      In summary, you need to remove the "embed" tag and in your "object" tag you would
      - remove the CLSID and the CODEBASE within the "object" tag.
      - add DATA and TYPE to your object tag.
      - if you have not already, then you would also include the PARAM as an example below.

      MY CODE
      <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="958" height="300"><param name="width" value="958" /><param name="height" value="300" /><param name="src" value="images/stories/fruit/smilemovie.swf" /></object>

      Web SIte
      SmileWhiteToday.com
  • Re: Flash W3C Standard On FireFox

    Posted 16 years 3 months ago
    • Ok I found my answer I got it from here
      http://www.v7n.com/forums/coding-forum/23410-html-validation-flash-embed-tag.html
      Last post tells you very clearly what to do for each doc type

      so this is how my code looks now, and works on all my browsers. Can someone please tell me if the flash header works on a Mac ??? plz
      Link to the site http://SmileWhiteToday.com

      My code now
      <object data="images/stories/fruit/smilemovie.swf" type="application/x-shockwave-flash" width="958" height="300">
                               
                  <param name="movie" value="images/stories/fruit/smilemovie.swf" />
                                    
      </object>

Time to create page: 0.045 seconds