Viewing JW Media Player V 6

JW Media Player V 6



User: Roddy 13 years ago
The latest version of the JW Player is really simple to set up with very little code. A widget for this purpose wouldn't require too many input boxes and the actual code consists of a link to the jwplayer.js in the <head> and this in the body...

<div id="jwplayer">Loading the player ...</div>
<script type="text/javascript">
jwplayer("jwplayer").setup({
file: "media/stars.mp4",
image: "media/stars.jpg",
width: 320,
height: 240
});
</script>

Its so simple maybe it doesn't even need a widget.

This is it in the iPhone site created with EasyWEb...



Note that it does carry the JW branding in the free, unlicensed version but its not so hideous as YouTube. The controls are comprehensive and include a fullscreen button.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.