Page 1 of 1

Re: Play module with jw player do not working??

Posted: Thu Apr 02, 2009 9:39 am
by alby
Qucksteve wrote: My first gues that there is a problem with te url where the flv is placed :

Code: Select all

s1.addParam('flashvars','file=http://philip.dingyourworld.nl/mla/index.php%3Fmact%3DPlay%2Cm5%2Cplayfile%2C1%26m5recordid%3D3%26m5returnid%3D61%26page%3D61%26hl%3Dnl_NL');
 
Maybe you don't must encode your url:

Code: Select all

s1.addParam('flashvars','file=http://philip.dingyourworld.nl/mla/index.php?mact=Play,m5,playfile,1&m5recordid=3&m5returnid=61&page=61&hl=en_US');
Alby