ExternalInterface ใน Flex3
ดูตัวอย่างตรงนี้ครับ โพสต์ Flash ลง WerdPress ไม่เป็น อิอิ
ดูตัวอย่างตรงนี้ครับ โพสต์ Flash ลง WerdPress ไม่เป็น อิอิ
ExternalInterface.call : AS to JS ตัวนี้แหละครับ ที่จะติดต่อกับ Javascript แล้ว รับ //actionscript 3.0 ExternalInterface.call(‘test’,‘param1′,‘paramMore’); //actionscript 3.0 ExternalInterface.call(‘test’,'param1′,’paramMore’); //javascript function test(param1,paramMore) { alert(param1+paramMore); } //javascript function test(param1,paramMore) { alert(param1+paramMore); } แค่นี้ก็ใช้ได้แล้วครับ