0
Hello all,
I spent nearly 6 hours fuzzing through the PHP code and i finally found teh solution how to add plugins to your player! The particular code that i am going to share is to integrate the "Spectrum" and the "Viral" plugins. But should work the same for any other plugins just add the the flash vars to the code.
Step 1. Open "jwplayer.php" located in /plugins/musicolplayers
Step 2. Go to line 171 and replace
plugins: {
sharing: { link: false }
},
To
plugins: {
'sharing-2': { link: 'true' },
'viral-2': {},
'subeq-1': {}
},
Thats it. Enjoy!
I spent nearly 6 hours fuzzing through the PHP code and i finally found teh solution how to add plugins to your player! The particular code that i am going to share is to integrate the "Spectrum" and the "Viral" plugins. But should work the same for any other plugins just add the the flash vars to the code.
Step 1. Open "jwplayer.php" located in /plugins/musicolplayers
Step 2. Go to line 171 and replace
plugins: {
sharing: { link: false }
},
To
plugins: {
'sharing-2': { link: 'true' },
'viral-2': {},
'subeq-1': {}
},
Thats it. Enjoy!
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »