I found a Flash class...

what does it mean to say the params arg is ?{map} ?



      create(String |movie|, var |variables|, var |params|, Window |win|)

|variables|

? {Map} Flash variable data (these are available in the movie later)

|params|

? {Map} Flash parameter data (these are used to configure the movie itself)



I tried this: 
-------
var params = {"file": "foz/video.flv"};
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);
-----

it loads the player but not the movie


-------------------------------------------------------------------------
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

Reply via email to