PDA

View Full Version : Problem with flash request



kierank
April 29th, 2009, 11:08 AM
I've got a problem with getting the correct flash request to work.

We use the following urls:


http://embed.highdefnow.com/embed.highdefnow.com/ebd/embed.swf?width=1280&height=720&image=http://tbs.highdefnow.com/hdntbs/36_896x504.jpg&file=hURL&autostart=false&fullscreen=true&stretching=uniform&bufferlength=4&javascriptid=hdnvideo&wmode=opaque&enablejs=true&skin=http://embed.highdefnow.com/embed.highdefnow.com/ebd/skin.swf&menu=false&id=hdnvideo&linktarget=_self&link=http://www.highdefnow.com/play/36&controlbar=none&bx-ourl=http://www.highdefnow.com/play/36&bx-jsactions=http://www.highdefnow.com/boxee/boxee.js&autostart=true

Yet if we urlencode it as per the documentation with & Boxee doesn't request any of the parameters apart from the first. If we urlencode it "fully" Boxee doesn't request bx-jsactions.

Boxee makes the following request:

GET /embed.highdefnow.com/ebd/embed.swf?width=1280 HTTP/1.1

I'd appreciate any help.

--
Kieran K - Founder of highdefnow
http://www.highdefnow.com

xmcnuggetx
April 29th, 2009, 01:12 PM
at the bottom of this page they talk about the flash:// url structure. Probably what your looking for.

http://developer.boxee.tv/rss-specification/

kierank
April 29th, 2009, 01:24 PM
OK - figured this out, you urlencode the flashvars but only encode the ampersands for the boxee variables.