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

JWPlayer 6 plugin support?


Hi! I have wrote a js user interface plugin for jwPlayer5 to be able to use my own controls if I need to, and this plugin implements a lot of logic.
But when I moved to jwPlayer 6, I have discovered that the plugin is not being called at all, looks like the plugin support was dropped in jwp6..
Is it true?

The code I use to call the player looks like
bc.. jwplayer("splayer-container").setup(
{
file: "/plugin/player/test.mp4",
controls: false,
width: 640,
height: 480,
plugins:
{
'/plugin/player/splayer.js':
{
attachTo : "#splayer-container",
controls: ['stop', 'play'],
buttonsTitle:
{
play: 'Play',
stop: 'Stop',
pause: 'Pause',
prev: 'Prev',
next: 'Next',
mute: 'Mute',
unmute: 'Unmute'
},
showMute: true,
showVolumebar: true,
defaultVolume: 50,
}
}
});

3 Community Answers

JW Player

User  
0 rated :

the comma after "defaultVolume: 50" is not an error, I have just deleted a bunch of lines to shorten the example.

JW Player

User  
0 rated :

answered here
http://www.longtailvideo.com/support/forums/jw-player/setup-issues-and-embedding/29652/plugins-not-working-with-jwplayer-6

http://www.longtailvideo.com/support/forums/jw-player/player-development-and-customization/29565/plugin-for-version-5x-and-6x/

Ethan Feldman

JW Player Support Agent  
0 rated :

What is “splayer.js” ?

This question has received the maximum number of answers.