Difference between revisions of "Test"

From RadioNerds
Jump to navigation Jump to search
Line 1: Line 1:
 
{{message|NOTE FOR ADMINS|You need to be careful about something, then if there is a something..}}
 
{{message|NOTE FOR ADMINS|You need to be careful about something, then if there is a something..}}
 +
 +
 +
<html><script type="text/javascript" src="/jwplayer/jwplayer.js"></script>
 +
 +
<div id="myElement">Loading the player...</div>
 +
 +
<script type="text/javascript">
 +
    jwplayer("myElement").setup({
 +
        file: "/uploads/myVideo.mp4",
 +
        image: "/uploads/myPoster.jpg"
 +
    });
 +
</script>
 +
 +
</html>

Revision as of 01:53, 14 August 2013

Idea.png
NOTE FOR ADMINS
You need to be careful about something, then if there is a something..


Loading the player...