Want to embed flash file in blogger? Here is a simple work-around. We assume you don’t have any hosting account to host your files.

  • If you are on blogger that means you have a Google Account which enables you to access Googlepages. This is the place where you need to upload your swf files (flash files). Googlepages allow space upto 100MB, this much space should be sufficient for your flash files hosting needs.
  • Now copy the code given below in your favorite text editor.
   1: <object> 
   2:  
   3: <param value="http://abc.googlepages.com/file.swf?clickTAG=http://www.xyz.com/lp/row.asp" rel="nofollow" name="movie"/> 
   4:  
   5: <embed 
   6: width="160" src="http://abc.googlepages.com/file.swf?clickTAG=http://www.xyz.com/lp/row.asp" rel="nofollow" height="600" type="application/x-shockwave-flash"> 
   7: </embed> 
   8:  
   9: </object>

  • Replace http://abc.googlepages.com/file.swf? with the full path of your googlepages A/C. So if your Google A/C email is [email protected] and file name is apple.swf then this part of the URL should become http://steve.googlepages.com/apple.swf?
  • If you just want to serve the flash file on your blog this will be enough and you can skip the next 2 steps. 
  • But, if you are serving flash file as an advertisement on your blogger blog then you will need a clickTag. The swf files use the clickTag method to get the landing page URL. Replace clickTAG=http://www.xyz.com/lp/row.asp with the landing page of your advertiser.
  • So the value of src should become http://abc.googlepages.com/file.swf?clickTAG=http://www.xyz.com/lp/row.asp , if you are serving this as an advertisement and should become http://abc.googlepages.com/file.swf? if you are just showing this on your blog with no landing page.
  • Last but the most important part is that you should never forget to use type="application/x-shockwave-flash" while embedding any flash file. If you remove "type", though firefox will show up correctly but IE6 will not render anything.
  • Now place this code in "Configure HTML/Javascript" widget of blogger.
  • All Done!

Pin It on Pinterest

Share This