I just started messing around with JS, im moding a pre-made script.
It opens a DivX web player windows can someone help me remove the divx code to put a flash player code to do the same thing.
Original SCRIPT: http://pastebin.com/ubvjCw5h
I want to add this as the new player
Code:<!-- START OF THE PLAYER EMBEDDING TO COPY-PASTE --> <div id="mediaplayer">JW Player goes here</div> <script type="text/javascript" src="jwplayer.js"></script> <script type="text/javascript"> jwplayer("mediaplayer").setup({ flashplayer: "player.swf", file: "video.mp4", image: "preview.jpg" }); </script> <!-- END OF THE PLAYER EMBEDDING -->
Anyone have a clue ?


Reply With Quote
Bookmarks