Getting started with the Facebook SDK and ActionScript 3 | Adobe Developer Connection
Learn how to access the Facebook JavaScript SDK from ActionScript and the Flash runtime. ... private function init():void{ ExternalInterface.addCallback("myFlashcall",myFlashcall); stage.addEventListener(MouseEvent.CLICK, onClick); } private function ......