You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

pass url params without lightspeed pseudostreaming Created Oct 17, 2009

This thread is solved

Views: 1598     Replies: 1     Last reply Oct 17, 2009  
You must login first before you can use this feature

jb123

Posts: 31

Registered:
Oct 16, 2009

pass url params without lightspeed pseudostreaming

Posted: Oct 17, 2009

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'
}
}
);

jb123

Posts: 31

Registered:
Oct 16, 2009

» pass url params without lightspeed pseudostreaming

Posted: Oct 17, 2009

Reply to: pass url params without lightspeed pseudostreaming, from jb123
Opps. I mistakenly posted my configuration issue in the new features forum instead of the scripting forum. I will delete this post and add it to the scripting forum.

Thanks,
JB