Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Video froum videobam.com does not load in jwplayer


Hello.

I tried it with this link:
http://f1.videobam.com/storage/2/videos/c/cl/ULPCM/encoded.mp4/5ae3f1a90ffa511eb95c0731f306e308/4cfb9746

The link works but the video still will not load and i get error ...

This is my code:

<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='0' height='0'
id='single1' name='single1'>
<param name='movie' value='http://www.metrovancouver.org/Include/js/jwplayer/player.swf'>
<param name='allowfullscreen' value='true'>
<param name='allowscriptaccess' value='always'>
<param name='wmode' value='transparent'>
<param name='flashvars' value='http://f1.videobam.com/storage/2/videos/c/cl/ULPCM/encoded.mp4/5ae3f1a90ffa511eb95c0731f306e308/4cfb9746&image=&skin=http://www.oovoo.com/fplayer/jwplayer/skin/beelden.zip'>
<embed
type='application/x-shockwave-flash'
id='single2'
name='single2'
src='http://www.metrovancouver.org/Include/js/jwplayer/player.swf'
width='100%'
height='94%'
bgcolor='undefined'
allowscriptaccess='always'
allowfullscreen='true'
wmode='transparent'
flashvars='file=http://f1.videobam.com/storage/2/videos/c/cl/ULPCM/encoded.mp4/5ae3f1a90ffa511eb95c0731f306e308/4cfb9746&image=&skin=http://www.oovoo.com/fplayer/jwplayer/skin/beelden.zip'
/>
</object>
<!--[If IE]> <embed
src="http://www.metrovancouver.org/Include/js/jwplayer/player.swf"
width=678
height=405
bgcolor="#ffffff"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=http://f1.videobam.com/storage/2/videos/c/cl/ULPCM/encoded.mp4/5ae3f1a90ffa511eb95c0731f306e308/4cfb9746"
/> <![endif]-->

Thanks

3 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Try to change:

file=

provider=video&file=

JW Player

User  
0 rated :

Thanks it works!

but it is not working for the IE code.
in thr ie code i tried this:

src="http://www.metrovancouver.org/Include/js/jwplayer/player.swf"
width=678
height=405
bgcolor="#ffffff"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="provider=video&file=http://f1.videobam.com/storage/2/videos/c/cl/ULPCM/encoded.mp4/5ae3f1a90ffa511eb95c0731f306e308/4cfb9746"

in is not working

Ethan Feldman

JW Player Support Agent  
0 rated :

This is because you are using only Embed code here, but you need object/embed for full cross browser support…

This question has received the maximum number of answers.