Click here to Skip to main content
16,004,828 members

Comments by scapers (Top 1 by date)

scapers 11-Feb-11 7:16am View    
Deleted
example:

<div id="container">Loading the player ...
<script type="text/javascript">
jwplayer("container").setup({
autostart: false,
controlbar: "true",
/**instead for this**/ file: "video.mp4",/**i want change the "video.mp4" into http://www.godtube.com/watch/?v=JMEE1NNU**/
duration: 1000,
flashplayer: "js/player.swf",
volume: 80,
height: 250,
width: 400
});
</script>
</div>