example :http://movies.sulekha.com/tamil/ayan/trailers/default.htm
regards,
sulekha
Posts: 352
Registered:
Dec 16, 2008
Posts: 1
Registered:
Nov 2, 2010
Posts: 1
Registered:
Jan 8, 2011
Posts: 1868
Registered:
Nov 16, 2007
<!-- include latest Flowplayer javascript file -->
<script language="javascript" src="path/to/flowplayer-3.2.8.js"></script>
<!-- player container with optional splash image -->
<a href="path/to/video_file" id="playerContainer">
<img src="path/to/splash_image" />
</a>
Following script will install Flowplayer into our player container
<script language="javascript">
// our custom configuration is given in third argument
flowplayer("playerContainer", "path/tohttp://releases.flowplayer.org/swf/flowplayer-3.2.11.swf",{
plugins:{controls:null}
});
</script>