Thank you so much! I had just the first param tag in & it didn't work. Adding that line to the embed tag did it. I can't tell you how much I appreciate this. THANK YOU!!!
YUP YUP YUP... IT WORKS...
With few parameters, here is how the code looks like
<!-- CODE STARTS -->
<object width="834" height="300">
<param name="movie" value="images/home_anim.swf">
<param name="wmode" value="transparent">
<embed src="images/home_anim.swf" wmode="transparent" width="834" height="300">
</embed>
</object>
<!-- CODE ENDS -->
Thanks to everyone include flashass for their contribution