Hi all,
I am running FMS 3.0.1 but I can't inspect the properties in my
SharedObjects with the admin console. Opening the SharedObjects tab
under View Applications results in the following error appearing in my
Server Log:
Thu 02:34:30 PM: Connection rejected by server. Reason : [
Server.Reject ] : Invalid uri :
rtmp:///myapp/_definst_?_fcs_debugreq_=1434190
The application itself runs with no problems.
For testing purposes I reduced my main.asc code to this:
application.onAppStart = function()
{
application.allowDebug = true;
application.so = SharedObject.get('so');
application.so.setProperty('winner', 'abcdef');
// returns "Application started. abcdef" as expected
trace('Application started. '+application.so.getProperty('winner'));
}
Any ideas on how to solve this problem?
Not being able to use the SharedObject inspector is a big inconvenience.
Thanks is advance,
--
Eduardo Omine
http://blog.omine.net/
http://www.omine.net/
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders