Hi
I am trying to load an xml doc to the loader...i get a compile error
1120 on the xml_loader variable. onComplete is a function I wrote to
list the xml data into a list.
Any suggestions on what I'm doing wrong?
var xml_loader:URLLoader = new URLLoader;
var xml_request:URLRequest = new URLRequest ("playlist.xml");
xml_loader.addEventListener("COMPLETE", onComplete);
xml_loader.load(xml_request);
Severity Description Resource In Folder
Location Creation Time Id
2 1120: Access of undefined property onComplete.
2 1120: Access of undefined property xml_loader.
2 1120: Access of undefined property xml_loader.
2 1120: Access of undefined property xml_request.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/