
25.04.2012, 00:09
|
|
блогер
Регистрация: Jan 2011
Сообщений: 1,162
|
http://help.adobe.com/en_US/as3/dev/...0204-7cb1.html
Добавлено через 6 минут
Собственно суть:
Цитата:
|
First of all, the code checks whether the external API is even available in the current container using the ExternalInterface.available property. If so, it begins the process of setting up communication. Because security exceptions and other errors can occur when you attempt communication with an external application, the code is wrapped in a try block (the corresponding catch blocks were omitted from the listing for brevity).
|
|