Wednesday, September 10, 2008

How to insert flash banner to blog by editing template code

Flash files can be embedded in your template or posts. Though it can slow down the loading of your blog.........

you can use small flash files for your header as well as for navigation links within your blog. To do this first upload your flash file to a free host like Googlepages. If for some reason you cannot get an account at Googlepages you can create your own Google Group. This will give you 100 MB free space for your files. See Google Groups Tips and Tricks for Bloggers.


After uploading your flash file copy down its URL or link. Then use the following code :
<object width="150" height="340">
<param value="MYFLASH.swf" name="movie"/>
<embed width="150" src="URL OF MYFLASH.swf" height="340">
</embed>
</object>

Change the width and height as per the dimensions of your file. Instead of 'MYFLASH.swf' and 'URL OF MYFLASH.swf' put the relevant details of your flash file and paste the code in a Html/Javascript Page Element in the sidebar. See how to add widgets to blog.

Labels:

1 Comments:

  • At July 27, 2010 at 5:18 PM , Blogger Harris, III said...

    Very helpful! Thanks for sharing and posting! Now, it'll be interesting to see how Apple and Flash get along in the future...

    Harris
    http://illusionism.TV

     

Post a Comment

Subscribe to Post Comments [Atom]

<< Home