Flash display php echo message?
Flash display php echo message?
Out of context: Reply #10
- Started
- Last post
- 13 Responses
- noiseisthis0
whaaa? why create another instance of the urlloader if you already have one on line 1?
and the event handler has to run a method (onComplete):
function onComplete(event:Event):void
{
your_txtfield.text = loader.data;
}