I have an app that works perfectly when all of the FDS-related code resides in the main application MXML file. However, when I place the FDS code in a separate component and import / embed that component in the main application file, the Flash player throws security sandbox errors as follows:
"Channel.Security.Error error Error #2048: Security sandbox violation: http://localhost/physioproxy/physioproxy/physioproxy-debug.swf cannot load data from http:///physioproxy/messagebroker/amf." At this point, everything is on my local box - both server and client. I have a couple of questions: 1. What does the syntax "http:///" that I see in the error message mean? 2. Why does the app work when all of the FDS code is in the main application file, but throw exceptions when essentially identical code is abstracted to its own component? I can provide sample code to anyone who's interested. -Jim -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

