You may try this one (just a simple short-code):
var obj:Object=LoaderInfo(root.loaderInfo).parameters;
try_txt1.text = String(obj['id']); // get value from variable named as 'id'
try_txt2.text = String(obj['ir']); // get value from variable named as 'ir'
Thank's.
