How to :insert a Flash animation ( .SWF) in BLOGGER


Hi!, today we are gonna see How to insert a  .SWF file in BLOGGER in this Flash tutorial you will learn How to embed a flash file in your Blog



First of all we are gonna need a .SWF file ( the movie/button/gadget you wanna insert on your blog) like THIS one. Then, you are gonna need a BLOG where to insert it, you can create one HERE to follow up with this tutorial.



Then what you are gonna need is to login into your account, go to DESIGN;Page elements and select where you want to place the SWF file. Add a gadget there and choose HTML/Javascript. And paste this code there:



!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--URL utilizadas en la película-->
<!--Texto utilizado en la película-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="622" height="138" id="" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http://lodeluks.net16.net/atttention.swf" />
<param name="menu" value="false" />
<param name="quality" value="best" />
<param name="salign" value="c" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#ffffff" />
<embed src="http://lodeluks.net16.net/atttention.swf" menu="false" quality="best" salign="c" wmode="transparent" bgcolor="#ffffff" width="622" height="138" name="atttention" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</embed></object>






After that we need to host the SWF file in some host, i use 000Webhost.com with Filezilla , and upload it there.

After that, you look for the flash movie's URL and replace it in the code like this:


!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--URL utilizadas en la película-->
<!--Texto utilizado en la película-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="622" height="138" id="" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="HERE GOES THE URL" />
<param name="menu" value="false" />
<param name="quality" value="best" />
<param name="salign" value="c" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#ffffff" />
<embed src="http://lodeluks.net16.net/atttention.swf" menu="false" quality="best" salign="c" wmode="transparent" bgcolor="#ffffff" width="622" height="138" name="atttention" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</embed></object>


Save it and that's all.

Hope you liked it, Comments and Critics are welcome.

3 comments: