Hello,
I've read all of the posts that deal with passing querystring params and don't see a clear answer how to do this - maybe I'm tired :)
I am using PHP, Apache and IE 8.0 to test. I am not using lightspeed pseudostreaming. I will be passing in 2-3 params and have used a hard-coded param for testing and have confirmed my current configuration is not passing the params via Flowplayer to my PHP page that will process the params.
I read in the posts that using the lightspeed pseudosteraming plugin, passing in the Start param and escaping the querystring are needed but I haven't been able to make this work. I haven't tried to install the lightspeed plugin because it doesn't make sense that I need to use that plugin to pass params since I'm not using lightspeed or pseudostreaming.
Thanks for your help!
Cheers,
-JB
Here's my relevant code:
flowplayer("player", http://www.foo.com/flowplayer-3.1.3.swf",
{
clip: {
autoPlay: true,
autoBuffering: true,
baseUrl: 'http://www.foo.com/pages/',
url: 'play.php',
queryString: escape('?start=${start}&vid=100'),
scaling: 'scale'
}
}
);
I've read all of the posts that deal with passing querystring params and don't see a clear answer how to do this - maybe I'm tired :)
I am using PHP, Apache and IE 8.0 to test. I am not using lightspeed pseudostreaming. I will be passing in 2-3 params and have used a hard-coded param for testing and have confirmed my current configuration is not passing the params via Flowplayer to my PHP page that will process the params.
I read in the posts that using the lightspeed pseudosteraming plugin, passing in the Start param and escaping the querystring are needed but I haven't been able to make this work. I haven't tried to install the lightspeed plugin because it doesn't make sense that I need to use that plugin to pass params since I'm not using lightspeed or pseudostreaming.
Thanks for your help!
Cheers,
-JB
Here's my relevant code:
flowplayer("player", http://www.foo.com/flowplayer-3.1.3.swf",
{
clip: {
autoPlay: true,
autoBuffering: true,
baseUrl: 'http://www.foo.com/pages/',
url: 'play.php',
queryString: escape('?start=${start}&vid=100'),
scaling: 'scale'
}
}
);