View Single Post
  #2  
Old 08-26-2008, 11:28 AM
Sakari Sakari is offline
Member
 
Join Date: Jul 2008
Posts: 34
Sakari is on a distinguished road
Default

Hi


I have a code in HTML For you. Specify the language used by you.

Great little flash player for playing FLV files. Code below simply adds them to your web page. Remember to add 20 pixels to the height="" attribute to allow for the player controler.

1.
<object type="application/x-shockwave-flash" width="400" height="220"
2.
wmode="transparent data="flvplayer.swf?file=movies/holiday.flv">
3.
<param name="movie" value="flvplayer.swf?file=movies/holiday.flv" />
4.
<param name="wmode" value="transparent" />
5.
</object>



if its not work then plz tell me.

thanks
__________________
web design services
Free Templates
Reply With Quote