I have noticed by testing that tieing the creation and adding the DOM node for 
Flash within the appear event is NOT good. The reason is that accessing the 
functions of the flash viewer is not accessible before it has been created and 
added. Therefore I propose that the creation DOES NOT take place within the 
appear event and instead happens in a preappear event, cause then the settings 
of fields of the widgets based upon Flash inside of it can be set.

Quick and dirty fix: To fix it for now it is necessary to put a one time timer 
for 5 seconds which waits until (hopefully) the Flash DOM has been created and 
added to the tree.

Can this be fixed?

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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to