|
Please help me with :
I want to diplay with shadowbox a video. The code for jwplayer 6 is :
<div id='my-video'></div> <script type='text/javascript'>
jwplayer('my-video').setup({
autostart: false,
file: 'http://.......mp4',
image: 'http://.....jpg',
ga: {} ,
title: "2 Camere ",
sharing: {} ,
width: '920',
height: '517',
skin: 'glow'
});
</script>
|