Подскажите пожалуйста, как избавиться от такого?
Чтоб можно было читать свойства Shared Object
Вот здесь

Код:
C:\Program Files\Adobe\Flash Media Server 4\conf\_defaultRoot_\_defaultVHost_\Application.xml
Поставил на true, но все равно не то...

Код:
application.allowDebug
application.allowDebug
A boolean value that lets administrators access an application with the Administration API approveDebugSession() method (true) or not (false). A debug connection lets administrators view information about shared objects and streams in the Administration Console.
The default value for this property is false and is set in the Application.xml file:
<Application>
...
<Debug>
<AllowDebugDefault>false</AllowDebugDefault>
</Debug>
...
</Application>
Setting application.allowDebug to true in a server-side script overrides the value in the Application.xml file. To view information in the Administration Console about the shared objects and streams in an application, add the following line to your code:
application.allowDebug = true;
Подскажите пожалуйста...
Спасибо.