var container = qx.ui.container.Composite(new qx.ui.layout.VBox());
var flash = this.__flashObj = new qx.ui.embed.Flash("/test.swf");
flash.addListener("appear", function(e) {
var flashFE = flash.getFlashElement();
flashFE.GotoFrame(1);
}, this);
container.add(flash);
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel