Hi.
I'm desperately trying to get Boxee to correctly launch a flash player for a movie service.
Unfortunately, it requires some flashVars, and I can't find any documentation as to how to supply them from Boxee.
This would be the HTML code:
But since the .swf doesn't use cookies, theCode:<object type="application/x-shockwave-flash" data="http://player.voddler.com/VoddlerPlayer.swf" width="1280" height="720"> <param name="allowScriptAccess" value="always"> <param name="wmode" value="opaque"> <param name="allowFullScreen" value="true"> <param name="id" value="player"> <param name="flashvars" value="videoid=2788190073758226675&cridid=1&token=5a0b014e63b1f141483fd522eda35b33"> </object>
Doesn't work :-(Code:flash://mydomain.com/src=http%3A%2F%2Fplayer.voddler.com%2FVoddlerPlayer.swf&bx-cookie=token%3D1ee0a91f74b4b9c270c844434a72330d%26videoid%3D2788190073758226675%26cridid%3D1;
Can anyone help me??
EDIT: I assume I need to use the bx-jsactions and then do some JavaScript code to instruct the .swf... but how?


Reply With Quote

Bookmarks