Hello all,
Please help me in this one: I would like to know if it is possible to set the value of 'streamer' (in Player.as) as static (http://www.domain.com/folder/) while making 'file' value dynamic loading from flashvars in the html code!?
I don't know if it's correct already, maybe I should only play with 'streamer' value with somekind of url splitting !?
Bottom line: can I set a default folder (in Player.as) to load different files from it with flashvars (in html)?
(Maybe you have any other method to achieve that?)
Im desperate :(
Thanks a lot!

@Wonderer
Yes, you sure can. In fact you can include another predefined flashvar (token) as well if you are using the secure token feature in you FMS config.
In your html that creates the player this line of code says "here's your file" to the player.
<strong> var theFile = swfobject.getQueryParamValue('id');</strong>That file can be a playlist or a single file, Here's a playlist example.<strong>http://jim.playourvideo.net/musicdemo.htm?id=musicdemo.xml</strong>Here's a generic player that accepts individual files.<strong>http://jim.playourvideo.net/jv.htm?id=1.flv</strong>Just poke around in the source code of these example html pages and I think you'll see it's very straight forward.Regards - JImb