dalanik wrote:
Hmm, I'm not quite following... what do you mean to pass that field to browser?
D.
Under the browser, there is an xlobby event called "goto url". Normally you can use that to go to a specific website.
But, you can also use that to pass a URL from an xlobby database. So for example in your utube category, if you had a field called "url". You would type "%utube>url%" in the address field of the xlobby event, you essentially pass your "url" field to xlobby web-browser object. The requirement is that the xlobby screen should have a browser object (it will not open a new browser).
So, for example from Youtube RSS feed if you pass the enclosure url field such as:
http://youtube.com/v/QKXWAE8YYxY.swfThis will only open the flashplayer in the browser and the size of the player is controlled by the size of the browser window.
The problem is how do you make it autoplay ??