How to embed flash files in blogger?
how to August 15th, 2008Now you can WIN $1000 simply by subscribing to my RSS feed by Email. Thanks for visiting!
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 steve@gmail.com 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!
If you want to keep track of further articles, I recommend you to subscribe to this blog's RSS feed. You can also subscribe by Email and have new articles sent directly to your inbox.
August 19th, 2008 at 9:19 pm
Hey could u plz tell me how to embed those “HTML lines” within a scroller box, inside a post plzz
August 19th, 2008 at 10:55 pm
that’s a plugin called “Insert Code Snippet”…you can add this as an add-on if you are using Live writer as your WSIWYG editor…get it from the live writer gallery
August 19th, 2008 at 11:19 pm
Thanx for the valuable info !
September 10th, 2008 at 9:42 am
Google is no longer accepting new accounts for googlepages.
Any ideas?
September 10th, 2008 at 9:51 am
oh yeah, I also heard this…probably you can try sites.google.com/ now. This service also provide some space for attachments.
October 15th, 2008 at 12:59 pm
oh yeah, It is only for get swf on web, Do you tell us something about how to put flv on web?
It is said that it is some thing difficulty with it.
October 15th, 2008 at 1:02 pm
Thanks for your article. It is easy but useful.
November 3rd, 2008 at 4:14 pm
I embedded a flash file but its not centered to my blogpage..its left align… how do i center it??