Mrpowless - JWPlayer Mod

Hi

I go the JW Player Mod from Mrpowless

But I cannot change the original skin to the new skin call glow I need to know how I can change the skin

I read this hot to do this >> http://www.longtailvideo.com/support/addons/10630/enable-skins-in-the-jw-player

and I change the code

---------------------------------------------------------------------------------------------------------------------------------------------------

<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='300' height='300' id='player1' name='player1'>
<param name='movie' value='player.swf'>
<param name='allowfullscreen' value='true'>
<param name='allowscriptaccess' value='always'>
<param name='flashvars' value='file=playlist.xml&skin=path/to/skin.zip'>
<embed id='player1'
name='player1'
src='player.swf'
width='300'
height='300'
allowscriptaccess='always'
allowfullscreen='true'
flashvars='file=playlist.xml&skin=path/to/skin.zip'
/>
</object>

 

-------------------------------------------------------------------------------------------------------------

This is the original coding from Mrpowless so I change the code to my skin path like this

<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="$iWidth" height="$iHeight">
<param name="movie" value="jwplayer/player.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="file=jwplayer/skin/glow.zip" />
<embed
type="application/x-shockwave-flash"
id="player2"
name="player2"
src="jwplayer/player.swf"
width="$iWidth"
height="$iHeight"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=jwplayer/skin/glow.zip"
/>
</object>

but when I got to play a video I get this error

 

Task Queue failed at step 5: Playlist could not be loaded: Error #2032

 

Can some one if the code is wrong if the code is wrong can you please help me to use the right code

 

Thank you,

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 8 Mar 2011

I am not an expert but it appears that you still have the skin in a zip file do you not have to unzip it first ? line 5 path/to/skin.zip <<<<<<< unzip the file then take path/to/skin zip out. and point the link to  the file your unzipped folder is in.. jwplayer/skin/glow

 

happy thoughts

Quote · 8 Mar 2011

UFO,

just want to ask, is your xml playlist on the same path as your skin.zip?

 

i have the jw player from MrP as well, but not the playlist. i have a playlist separate from the video player.

 

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 8 Mar 2011

In case y'all don't know, this mod breaks the record function of the video uploader. If you don't use that feature, no big deal.

 

The mod also doesn't properly detect different file extensions, but that part is fixable.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 8 Mar 2011

I moved the jw folder into the flash directory but you can see how I did it.

 

These are the parameters I use.

 

<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="$iWidth" height="$iHeight">
<param name="movie" value="flash/jwplayer/player.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="bgcolor" value="#FFFFFF" /> 
<param name="flashvars" value="file=$sFile&image=$sPicFile&skin=flash/jwplayer/skins/iskin/iskin.xml" />
<embed
type="application/x-shockwave-flash"
id="player2"
name="player2"
src="flash/jwplayer/player.swf"
width="$iWidth"
height="$iHeight"
allowscriptaccess="always"
allowfullscreen="true"
bgcolor="#FFFFFF"
flashvars="file=$sFile&image=$sPicFile&skin=flash/jwplayer/skins/iskin/iskin.xml"

Give me something to believe in...
Quote · 8 Mar 2011

 

I moved the jw folder into the flash directory but you can see how I did it.

 

These are the parameters I use.

 

<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="$iWidth" height="$iHeight">
<param name="movie" value="flash/jwplayer/player.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="bgcolor" value="#FFFFFF" /> 
<param name="flashvars" value="file=$sFile&image=$sPicFile&skin=flash/jwplayer/skins/iskin/iskin.xml" />
<embed
type="application/x-shockwave-flash"
id="player2"
name="player2"
src="flash/jwplayer/player.swf"
width="$iWidth"
height="$iHeight"
allowscriptaccess="always"
allowfullscreen="true"
bgcolor="#FFFFFF"
flashvars="file=$sFile&image=$sPicFile&skin=flash/jwplayer/skins/iskin/iskin.xml"

Well Done

Thank you, work perfect

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 8 Mar 2011

btw what happen to mrpowless mods now, somebody take over or its gonn be removed ?

Quote · 8 Mar 2011

 

btw what happen to mrpowless mods now, somebody take over or its gonn be removed ?

The JW Player integration was a free one.  I wish somebody would take it over, because it doesn't work right.  With the integration installed, you can't use the record option when uploading a video, because you get the JW Player instead of the Boonex player.  Unless I did something really wrong when applying the integration, the mod won't work with the video uploader/record.

Also, I had to correct the code a bit for the JW Player to play the h.264 version of a video if available.

This mod breaking the video/record of the uploader was reason enough for me to revert back to the Boonex player.  Somebody should get the bugs out of this mod, because I like JW Player much better.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 8 Mar 2011

 

 

 

 

I had to correct the code a bit for the JW Player to play the h.264 version of a video if available.


How did you correct the code? I have been playing with it but I cant get the duration to work correctly. It works fine on the player but It always says 00:00 in the albums.

Give me something to believe in...
Quote · 15 Mar 2011

 

How did you correct the code? I have been playing with it but I cant get the duration to work correctly. It works fine on the player but It always says 00:00 in the albums.

I never noticed this problem.   Thee problem I had, was that the mod initially didn't detect the m4v files when they were present, and tried to load a file of the same name with a flv extension, which in some cases, did not exist. 

Have you tested this with the record option in the video uploader?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 15 Mar 2011

Hi,

Is it still possible to buy this module (Mrpowless - JWPlayer Mod) ?

 

If not, do someone else know how to change the video player of boonex by JWplayer ?

Regards

John

Quote · 19 Jun 2011

Ok I found it ! :)

 

http://www.mrpowless.com/m/articles/view/JW-Player-swapout-for-ray-video-player

 

It works very well

Quote · 19 Jun 2011

has anybody tried this on a 7.1.4  script  doesnt seem to be working thanks

Quote · 12 Jun 2014
 
 
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.