How to insert flash with swfobject.js tag

  •  08-29-2006, 6:28 AM

    How to insert flash with swfobject.js tag

    Hi,
    i would insert flash with swfobject.js because i would flash with embed script. If possible replace the original flash code with
     
    <script type="text/javascript" src="swfobject.js"></script>
    <div id="flashcontent1">
    </div>
    <script type="text/javascript">
      // <![CDATA[  
      var so1 = new SWFObject("<FLASH_MOVIE>", "<FLASH_MOVIE_NAME>", "<WIDTH>", "<HEIGTH>", "6", "#FFFFFF");
      so1.write("flashcontent1");  
      // ]]>
    </script>
     
     
    thanks
    Ignacio
View Complete Thread