Valid Xhtml Flash insertion with alternative for no flash and google code sniffer..

  •  06-15-2009, 12:19 PM

    Valid Xhtml Flash insertion with alternative for no flash and google code sniffer..

    Is it possible to to have cuteeditor insert flash objects with this markup
     
    In order to have alternative content for no flash... or indeed flash version too old.
     
    <script type="text/javascript">swfobject.registerObject("FlashItem", "6.0.0");</script>  
       <object id="FlashItem" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="764" height="322">
        <param name="movie" value="/Flash/Corporate/Home.swf" />
              <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="/Flash/Corporate/Home.swf" width="764" height="322">
        <!--<![endif]-->
        <param name="allowScriptAccess" value="sameDomain" /><param name="wmode" value="opaque" />
        <div>
         <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
         <img src="http://cutesoft.net/Flash/Corporate/Home.jpg" alt="alternative content as flash player too low"></img>
        </div>
        <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
       </object>
View Complete Thread