Hi Kiran & Sebastian,
I am also facing the same problem, according to Sebastian’s comment I have
changed my code as follows,
var flexApp = new qx.ui.embed.Flash("Connection.swf");
flexApp.setHtmlAttribute('id', 'Connection');
flexApp.setHtmlAttribute('name', 'Connection');
...
fun
It don't know why you think that the second constructor parameter of
qx.ui.embed.Flash is something like an ID. It is not. Looking at the API
documentation at api.qooxdoo.org it seems to be a version number. Also:
Are you sure that getObject() even returns an useable object in Internet
Explore
Hi,
I am trying to call a user defined function in a flash file embedded
using qx.ui.embed.Flash object from JavaScript. I face no problems with
this in Mozilla Firefox & Safari but in Internet Explorer 6 & 7, it's
not calling the function in flash and not throwing any script error and
just abo