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

provider


Hi

My playlist use audio files MP3 but not with .mp3 extension (I do not particularly like the pirates robots of web), other extension ...

I use the variable:

provider:"sound" (with swfobject 2.2)

or in XML file (for each track):
bc.. <provider>sound</provider>



But not OK. I suppose this is a bug ?

Thanks for your answer

6 Community Answers

Pablo

JW Player Support Agent  
0 rated :

What do you mean by “not OK”? Is the file not playing? Could you please post a link to a page which shows the problem?

JW Player

User  
0 rated :

Not OK because not play with autoplay true.

For a link page, I can do but it's so easy to take a basic example and see yourself.

Coming soon ...

JW Player

User  
0 rated :

Ok

You can download zip file, here:

http://www.renepaul.net/mediaplayer/test.zip

1- In default mode, the player is OK.

2- Change in player.js:

playlistfile:"19620.xml" for playlistfile:"19620a.xml"

this xml file use 2 first .mus audio file (.mp3 rename) and
bc.. <provider>sound</provider>



and check bug ...

3- Change in player.js:

playlistfile:"19620a.xml" for playlistfile:"19620b.xml"

this xml file use 2 first .mus audio file (.mp3 rename)

and change:

//provider:"sound"
by
provider:"sound" (for activate provider mode)

and check same bug ...

Pablo

JW Player Support Agent  
0 rated :

Your code needs to be:

<jwplayer:provider>sound</jwplayer:provider>


Also, your playlist XML will need to add the jwplayer namespace:
<?xml version="1.0" encoding="utf-8"?>
<playlist version="1" xmlns="http://xspf.org/" xmlns:jwplayer="http://developer.longtailvideo.com/trac/wiki/FlashFormats">
    <trackList>
...



Info about the JW Player namespace can be found here:
http://developer.longtailvideo.com/trac/wiki/Player5Formats


JW Player

User  
0 rated :

I check this and I come back later ...

very thanks PabloS

JW Player

User  
0 rated :

Yes, it's work ...

Very thanks PabloS

Too bad we can not put it rather in the list of flashvars but I understand ...

bc.. var flashvars={
playlistfile:"19620a.xml",
playlistsize:210,
playlist:"top",
provider:"sound",
backcolor:"000000",
frontcolor:"ffffff",
lightcolor:"555555",
screencolor:"000000",
volume:100,
autostart:1
//skin:"beelden/beelden.zip"
//skin:"beelden/beelden.xml"
};
...

This question has received the maximum number of answers.