ผมกำลัง งงๆ กับ xml อยู่อ่ะ เพราะผมไม่มีความรู้เกี่ยวกับ xml เลย เปิดดูข้อมูลหลายเว็บแล้ว ส่วนใหญ่เป็นการส่ง รูปภาพ หรือไม่ก็ เท็ก เข้า as
ผมยังไม่เห็นว่า xml จะส่งตัวแปรจากฐานข้อมูลเข้า as ได้เลย หรือผมจะโง้ก็ไม่รู้นะครับ
var detail:LoadVars = new LoadVars();
detail.sendAndLoad("http://localhost/www.information.com/Flash_Booth/test_view_details/details.php",detail,"POST");
detail.onLoad = function(success) {
if (success) {
trace( this .var1);
}
}