Hi Stefan,
what you exactly mean with each time it appears? Do you mean the code
from the "appear" listener in qx.ui.embed.Flash (constructor):
this.addListenerOnce("appear", function()
{
this.getContentElement().createFlash();
}, this);
This should only create the flash object once, because it use the
"addListenerOnce" and not "addListener" method. So the listener should
only called once.
Cheers,
Chris
Am 07.09.2010 10:18, schrieb Stefan Andersson:
I have a question regarding flash creation.
Why is the flash object added each time it appears? Doesn't that use
up the memory? Can not the first-time created DOM be referred to?
Stefan
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel