josnajoseph2007
06-16-2008, 10:20 AM
HTTPService using AS.
<mx:HTTPService
id="songsService"
url="xml/salesdata.xml"
resultFormat="e4x"
result="resultHandler(event);"
fault="faultHandler(event);" />
This is a mxml code . I want to preform the same using ActionScript3.0.But I am not able to do the
result and fault property.....Please help.........How can I do this?
<mx:HTTPService
id="songsService"
url="xml/salesdata.xml"
resultFormat="e4x"
result="resultHandler(event);"
fault="faultHandler(event);" />
This is a mxml code . I want to preform the same using ActionScript3.0.But I am not able to do the
result and fault property.....Please help.........How can I do this?