Flash Player 5.
my_xml
.loaded
Property (read-only); determines whether the document-loading process initiated by the XML.load
call has completed. If the process completes successfully, the method returns true
; otherwise, it returns false
.
The following example uses XML.loaded
in a simple script.
if (doc.loaded) { gotoAndPlay(4); }