Before few days I have a requirement to include flash file in my html code.
To fulfill my requirement I have used html embed tag as under:
<object width="550" height="400"> <param name="movie" value="MyFlahFileName.swf"> <embed src="MyFlahFileName.swf" width="550" height="400"> </embed> </object>
Now to use the above example one should have to put proper path of their flash file at “MyFlahFileName.swf”.
Hope this will help you.
Speak Your Mind