
During compile time JSON.encode error appearing though I've downloaded the latest API, It's a Flash Professional Project.
private function connect(id:String):void {
Security.loadPolicyFile("https://fbcdn-profile-a.akamaihd.net/crossdomain.xml");
Facebook.init(id, initHandler);
}