Have you had any luck trying to use this class? It looks like it
would be really useful to hook into our debugger, but the
[documentation](http://bit.ly/frUBL) says "To run the methods of the
flash.sampler package, the agent SWF file must be in a localTrusted
file path (see the Flash Player 9 Security white paper)."
I tried creating a standalone app that calls getMemberNames, and I
invoked it from the local file using the standalone Flash debug player
from http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa_debug.app.zip
but it just returns undefined.
Any ideas on how to get it to work?
This is what I've done in the past:
- wrote my lzx-application and deployed it as swf9-SOLO
- then I've placed the swf-file in my local trusted file path [1]
- finally started the application over the browser (e.g.
"file:///E:/development/.../security_save/test.lzx.swf9.swf")
[1] Using the web-interface at
"http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html",
you can define a local trusted file path. In my case it is set to
"E:\development\...\security_save".