To do add a Flash animation to a blog entry there are two ways you can achieve this. First upload your file to your filespace.
The other way is to use the
Flash icon within the advanced editor. This will pop up this window.

Clicking the Insert button will complete and paste in the code into the entry.
If you have code you want to place, rather than examine it and break it up using the Flash form, you can just paste the HTML into HTML mode by clicking the
Html button on the advanced editor. Then paste in the code, example below.
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0
id="ANIMATION NAME"
width="THE WIDTH HERE"
height="THE HEIGHT HERE">
<param name="movie" value="YOUR FLASH ANIMATION LINK HERE.swf">
<param name="quality" value="high">
<embed src="YOUR FLASH ANIMATION LINK HERE.swf"
quality="high"
width="THE WIDTH HERE"
height="THE HEIGHT HERE"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>
You can also add flash in a number of places. You can add flash as a gutter, header or footer element. Just paste your code into a Basic HTML widget. You can use Widgets, Custom home page to design a beautiful flash home page.