Help. How to embed swf. Files & My site is almost ready. (Made in Publishire Office 2003.) And there such things are inserted using an HTML code fragment. I can not.
HELP ME, folks. Advance blogger.
Help. How to embed swf. Files & My site is almost ready. (Made in Publishire Office 2003.) And there such things are inserted using an HTML code fragment. I can not.
HELP ME, folks. Advance blogger.
Here is the code to insert, just replace all the specified example.swf with your own paths and adjust the dimensions to the required ones: width and height.
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="400" align="middle"> <param name="movie" value="example.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <param name="play" value="true" /> <param name="loop" value="true" /> <param name="wmode" value="window" /> <param name="scale" value="showall" /> <param name="menu" value="true" /> <param name="devicefont" value="false" /> <param name="salign" value="" /> <param name="allowScriptAccess" value="sameDomain" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="example.fla" width="550" height="400"> <param name="movie" value="example.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <param name="play" value="true" /> <param name="loop" value="true" /> <param name="wmode" value="window" /> <param name="scale" value="showall" /> <param name="menu" value="true" /> <param name="devicefont" value="false" /> <param name="salign" value="" /> <param name="allowScriptAccess" value="sameDomain" /> <!--<![endif]--> <a href="http://www.adobe.com/go/getflash"> <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Загрузить Adobe Flash Player" /> </a> <!--[if !IE]>--> </object> <!--<![endif]--> </object> PS There definitely need @Vitalina .
Source: https://ru.stackoverflow.com/questions/363875/
All Articles