So are you reaching the SWF via 127.0.0.1 or via localhost? The crossdomain.xml file might need to match. You should test for the moment by making allowed domains *.
The SWF is still on the web server right, not running by pointing to the file system? Matt -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Sandeep Malik Sent: Wednesday, April 05, 2006 1:15 AM To: [email protected] Subject: [flexcoders] Getting a Security Error Accessing URL on accessing a web service Hi All, I am using Flex 2.0 beta 1 framework (no Data Services) to invoke a web service deployed on JBoss 4.0.3. When I connect to web service I get an alert saying that "security error accessing url". Some details: 1. I have written a crossdomain.xml as well with allowed domain as 127.0.0.1 2. I have made useProxy="false" in <mx:WebService> tag. 3. I am directly calling .swf file instead of .mxml file (as I am not using Data services and hence there is no JIT compiler) Any help is appreciated. Thanks Sandeep -- 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 -- 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/ <*> 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/

