all groups > macromedia flash flash remoting > september 2004 >
You're in the

macromedia flash flash remoting

group:

Webservice Connector Problems


Webservice Connector Problems NuckFX
9/30/2004 3:46:42 AM
macromedia flash flash remoting:
I've being developing a flash front-end to my C# webservice it all works ok in
testing however when deploying to the server at attempting to call webervices
on the same service nohting works. Is where a workaround and why it's it
working.
Nick
Re: Webservice Connector Problems derobinson
9/30/2004 8:44:32 PM
hey Nick--

You may be exceeding the new sandbox restrictions (e.g., going across
domains). Those restrictions don't apply when you're testing the file locally
but they do when you publish. See if this
http://www.macromedia.com/devnet/mx/flash/articles/fplayer_security.html helps.

Cheers,
/david
Re: Webservice Connector Problems NuckFX
10/2/2004 11:57:05 AM
Thanks David, the security issue seems to be the problem by apply System.security.allowInsecureDomain to the webservice domain name it has enabled flash to access my webervices.
AddThis Social Bookmark Button