Dear Frndz,
I have a flash file with .flv extension. That is working on browser. But problem is, while embedding its not working.
<object width=“280” height=“200” codebase=“http://www.macromedia.com/go/getflashplayer”>
<param name=“SRC” value=“video.flv”>
<embed src=“video.flv” width=“280” height=“200”></embed>
</object>
In firefox : Unknow plugin (video/x-flv)
In IE : Nothing is showing…blank page.
Regards,
Vasu :asleep: