I share the opinion that it's best to test web service connectivity outside the IDE. HTTPS problems are also one of the reasons why I don't use the Web Service components that ship with Flash. The safest bet is to do your testing from a development server in the same network environment as your production server. That will save you from any surprises down the road. However, I've also had good luck testing locally, just in my web browser instead of the Flash IDE.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Stuhr Sent: Thursday, June 22, 2006 3:12 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] webservice - https and flash David Rorex schrieb: > What problem are you having with connections over SSL? > I've used it many times, (for loadvars, for loadmovie, etc), and never had > to do anything extra, it just works. > the flash part resits outside of https. > You might have some trouble, if you load some files from http:// and some > files from https://, there are a bunch of security restrictions built into > the flash player. Easiest way is to just load everything from the same place > (including the initial swf file). If you can't do that for whatever reason, > read the help docs on what exactly the security restrictions are, and how to > work with them. > would crossdomain.xml help here ? i'm not sure. micha _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com