Flash in Bloggger

Here’s another simple method to display flash in blogs on blogspot (Blogger). Upload your flash file (.swf) to any hosting site.

In the blog post editor, switch to the edit html tab and insert this code where you want the Flash content:

<embed src="http://www.yourhost.com/yourflash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" height="300" width="400">
</embed>

embed is a html tag used to insert content that require the use of plugins. The different attributes to be specified are:

src: this gives the URL path to the flash file you need to display

quality, pluginspage, and type can be as above. quality also accepts the values “low”, “medium”, “autolow”, “autohigh”, “best”

height and width of the flash content are to be specified in pixels.

Delicious
Google Buzz

Related posts:

  1. Integrate flash in blogger
  2. Introduction to Flash Animation
  3. How to build a flash trigger
  4. Flash Player 9
  5. [Mac]The Swagbucks Widget

No comments yet.

Leave a Reply