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.
Related posts:














Blog