But whatelements createdat design timeare loaded intoan event andanother?Myoriginal questionis how can I to inform the user that visit the web of the elementsare loaded.
edit: Well, with youranswer nowI know that I can usethecreationCompleteeventof symbols(unknown to me until now) to display messages on console, and now I know that all symbols (and all elements I suppose) are loaded before creationComplete of Stage (thanks for this info, it's cool). But, howI cando the same fordivs, images, scripts (.js), or fonts thatdo not have theeventcreationComplete?
Another problem, if document (stage) isn't loaded when symbols are loaded, then I can't display load messages in any textbox because stage is not loaded (and textbox is not visible), only I can show messages in console that is not helpful for my purpose.