Pages

Ads 468x60px

Saturday, June 9, 2012

How to embed swf files in blog post entry

I would like to share how to embed swf files in blog post entry. After trial and error many times, at last success to embed in blog entry. Googling just discover how to embed swf as banner in blog by insert widget html code. So, i try the html code in blog entry.
  1. Upload swf file in sites google or mega swf or other sites.
  2. Copy file location
  3. Create new post.
  4. In post entry editor select Edit HTML
  5. Paste this code <div style="text-align: center;">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0" height="450" width="600"> <param name="movie" value="https://sites.google.com/site/hailizyusof/config/pagetemplates/flash-liz/AnswerQuestion.swf?attredirects=0" />
    <param name="quality" value="high" />
    <param name="menu" value="false" />
    <embed src="https://sites.google.com/site/hailizyusof/config/pagetemplates/flash-liz/AnswerQuestion.swf?attredirects=0" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="450"></embed> </object></div>
  6. Edit the red code. Paste your swf location to replace the red text.
  7. Publish post and view.
  8. Now your swf file is appear on your blog post!
 GOOD LUCK!!