Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. <div class="player_zone">
  2. <div id="video_0"></div>
  3. <script>
  4. jwplayer_setup("video_0","/multimedias/THX1138.mp4","/multimedias/THXDuvall.jpg");</script>
  5. </div>
  6. <script>
  7. function jwplayer_setup(id,path,img){//
  8. jwplayer(id).setup({//
  9. file: path,
  10. image: img,
  11. width: 'auto',
  12. height:'100%',
  13. advertising: {
  14. client: 'bla',
  15. tag: 'bla bla'
  16. }
  17. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement