Archive for February, 2009

Not working as advertised

Monday, February 9th, 2009

Adobe documentation, book and verse: The availability and number of debugging sessions is set in the AllowDebugDefault and MaxPendingDebugConnections elements of the Application.xml configuration file. By default, debugging is not allowed. To override the debug setting in the Application.xml file, add the following code to an application’s server-side code: application.allowDebug = true; (Developer’s guide for [...]

More FMS tidbits

Sunday, February 8th, 2009

From flashemdiaserver_config_admin.pdf, page 43: Note: If the shared object is available for debugging the application, the Administration Console displays its properties. If the shared object is not available for debugging, an error message is displayed. This would explain why I see no data displayed when I look at ShreadObjects in the Admin console. Guess it [...]

handy stuff i’d like to remember