Your textfile has this:
history=blablablabla&historyimage=/images/history.jpg
In your fla file you load the textfile and once it's loaded you have this:
private function completeHandler (e:Event):void
{
var myData:Object = e.currentTarget.data;
var myHistory:String = myData.history;
}




Reply With Quote
