/ Published in: ActionScript 3
Expand |
Embed | Plain Text
private function loadDictionary(path:String):void { loader = new URLLoader(); loader.addEventListener(Event.COMPLETE,dictionaryLoaded); loader.load(new URLRequest(path)); }
You need to login to post a comment.
