Hi,

I gave below coding.One doubt in the coding.I give related file name of .wf in param value.I give another .swf file in the embed.But the param movie file name output is displayed.Embed src =".swf " file doesn't displayed.
can u give any suggestion?Thats the embed is necessary or not?

<param name="movie" value="animated_img.swf" />
<embed src="segment1.swf" flashvars="init=yes&check=true" quality="high" bgcolor="#FFFFFF" width="400" height="300" name ="myMovieName" type ="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">

Thanks