Sebastian Werner wrote:
> variables = variables to send to the flash movie after being loaded
> parameters = arguments used for embedding the original movie
>
> Hope this helps.
>
> Sebastian
>
>
>>
>>
>> I tried this:
>> -------
>> var params = {"file": "foz/video.flv"}; also tried the path "video.flv"
>> because the path seems to be based off the dir wher eyou that contains the
>> swf file...
>>
>> var variables = {};
>>
>> var movie = qx.bom.Flash.create("foz/player.swf",variables,params);
>>
>> qx.bom.element.Style.set(movie, "width", "300px");
>> qx.bom.element.Style.set(movie, "height", "120px");
>>
>> document.body.appendChild(movie);
>> -----
>>
How do you use it? what did I do wrong in my above code?
I ended up doing this: movie =
qx.bom.Flash.create("foz/player.swf?file=demo.flv&autostart=true");
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel