JW Video/Music player swap

I want to integrate JW Player. Dose anyone know where I can find the code that integrates the Ray players? I remember seeing it during the 7.0.3 upgrade but cant for the life of me remember  where  it is now. I remember seeing somthing like the JW code seen below.

 

[code]

<script type='text/javascript'>
var so = new SWFObject('player.swf','ply','470','300','9','#000000');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://www.longtailvideo.com/jw/upload/bunny.mp3');
so.addVariable('plugins','revolt');
so.addVariable('repeat','true');
so.write('mediaspace');
</script>

[/code]

Give me something to believe in...
Quote · 24 Oct 2010
 Does longtail actually work with 7.0.3?
Quote · 24 Oct 2010

if it does pleaseeeee point me in the right direction. i've had dolphin for awhile but have not used it because i need my jw player to work with it

Quote · 24 Oct 2010

I had it when I was running Dolphin 6.  So yea it should work just fine in D7.

Give me something to believe in...
Quote · 24 Oct 2010

I can dig up some example code if you guys need it.

But there is an issue with setting the video duration as this is done by the 'ray' player if the duration is 00:00:00

The jw player can work without the duration, but videos will show as 00:00 duration.

Would be nice if we can find a better way of setting the duration. (this information is available via ffmpeg when encoding videos.)

Light man a fire keep him warm for a night, light him ON fire & he will be warm the rest of his life
Quote · 25 Oct 2010

 

I can dig up some example code if you guys need it.

But there is an issue with setting the video duration as this is done by the 'ray' player if the duration is 00:00:00

The jw player can work without the duration, but videos will show as 00:00 duration.

Would be nice if we can find a better way of setting the duration. (this information is available via ffmpeg when encoding videos.)

I still think it's completely silly to have the duration set during play time instead of when the video's being processed.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 25 Oct 2010

 

I still think it's completely silly to have the duration set during play time instead of when the video's being processed.

indeed.png

 

indeed.jpeg · 8.9K · 167 views
Light man a fire keep him warm for a night, light him ON fire & he will be warm the rest of his life
Quote · 25 Oct 2010

I will take any help you can offer.  You must be an SG-1 fanLaughing

Give me something to believe in...
Quote · 25 Oct 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.