True Blogging Forum

Full Version: Need help in adding flash animation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Array
Hi guys,
I'm pretty new in this. I need help on how to add a .swf file onto a blog. I really have no idea how to add a flash animation onto a blog.Help really appreciated
You'll need to implement a piece of html code to add flash on your blog. What this code should contain depends on you flash animation. Here's an example:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" id="myflashanimation" width="150" height="100">
<param name="movie" value="swf/myflashanimation.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#000000">
<embed name="coolsnake" src="swf/myflashanimation.swf" quality="high" bgcolor="#000000" width="150" height="100" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</object>
Credit Cards UK | Problem Mortgage | MPAA | Mortgage | Credit Card Consolidation

Reference URL's