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!
Responses (0)
  • There are no replies here yet.
Your Reply