
import generated.webservices.GetInfoPageByTokenResultEvent;
import generated.webservices.EdeServices;
public function GetInfoPageCompleted(event:GetInfoPageByTokenResultEvent):void
{
//InfoHeader.text = event.result.Title;
}
public var myClient:EdeServices = new EdeServices();
myClient.addgetInfoPageByTokenEventListener(GetInfoPageCompleted);
private function GetInfoPage(token:String):void
{
myClient.getInfoPageByToken(token);
}Every time i try to run it i get the following errors..
1120: Access of undefined property GetInfoPageComplete.
1120: Access of undefined property myClient.
This is driving me nuts! any help would be greatly appreciated.
Thanks in advance,
Ryan
If you would like to make a comment, please fill out the form below.
Recent Comments