Difference between revisions of "SWFObject"

From Wikicliki
Jump to: navigation, search
 
Line 10: Line 10:
 
       </object>
 
       </object>
 
</pre>
 
</pre>
 +
 +
It should be strictly compliant.
  
 
*[http://www.alistapart.com/articles/flashembedcagematch/ Why it makes sense to use SWFObject]
 
*[http://www.alistapart.com/articles/flashembedcagematch/ Why it makes sense to use SWFObject]
 
*[http://code.google.com/p/swfobject/wiki/documentation SWFObject Documentation]
 
*[http://code.google.com/p/swfobject/wiki/documentation SWFObject Documentation]

Revision as of 11:34, 19 June 2008

      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="780" height="420">
        <param name="movie" value="myContent.swf" />
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="myContent.swf" width="780" height="420">
        <!--<![endif]-->
          <p>Alternative content</p>
        <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>

It should be strictly compliant.