Re: [qooxdoo-devel] Problem with Qooxdoo Flash Embed object in Internet Explorer

2007-08-18 Thread Vishal Patel
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

Re: [qooxdoo-devel] Problem with Qooxdoo Flash Embed object in Internet Explorer

2007-06-28 Thread Sebastian Werner
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

[qooxdoo-devel] Problem with Qooxdoo Flash Embed object in Internet Explorer

2007-06-25 Thread Naga Kiran K Y S
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