i need to call playFlv() inside another function, but this ain't working... and i have never used Delegate class or some other workaround

private function playFlv(file:String){
   trace(file);
}

private function getFLV(id:String):Void{
       var xml:XML = new XML();
       xml.onLoad = function(ok){
if(ok){ var node:Array = xml.firstChild.childNodes; etc... playFlv("test");
           }
       };
xml.load(id);
}

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to