the embed plugin produces a param with name flashvars containing the configuration for the player, using json like blocks, example:
<param name="flashvars" value='config={"clip":{"autoPlay":false,"scaling":"fit","url":"/video.flv"},"plugins":{"controls":null},"playlist":[{"autoPlay":false,"scaling":"fit","url":http://www.video.com/video.flv"}]}' />
is there a way to avoid these blocks? an alternative way to embed? i have a commercial licence which i bought just to be able to offer video embeding for some blogs and it does not work because the wysiwyg editor messes the blocks and breaks it, they look ugly just being there anyways...
i have seen other flash players (mogulus for webtv) passing configuration options as get variables to the swf on embed, which flowplayer does too for the licence key, can player config options be passed this way too?
<param name="flashvars" value='config={"clip":{"autoPlay":false,"scaling":"fit","url":"/video.flv"},"plugins":{"controls":null},"playlist":[{"autoPlay":false,"scaling":"fit","url":http://www.video.com/video.flv"}]}' />
is there a way to avoid these blocks? an alternative way to embed? i have a commercial licence which i bought just to be able to offer video embeding for some blogs and it does not work because the wysiwyg editor messes the blocks and breaks it, they look ugly just being there anyways...
i have seen other flash players (mogulus for webtv) passing configuration options as get variables to the swf on embed, which flowplayer does too for the licence key, can player config options be passed this way too?