global security manager in flex

Posted by ron on Stack Overflow See other posts from Stack Overflow or by ron
Published on 2010-05-31T08:56:48Z Indexed on 2010/05/31 10:42 UTC
Read the original article Hit count: 216

Filed under:
|
|
|

hi,
I made a swf that interacts with other site on the internet (which has a crossdomainfile for me).
in the main.mxml there is a definition of webservice (mx:WebService)(which is not in my domain).
Therefore when loading the swf, there is a first call to crossdomainfile.xml.
I put this swf on my server so that my clients can get it.
When i connect to my server to download the swf, i expect to be asked if i want to allow the swf
connect to foreign webservice domain. But i am not being asked.
Do i always need to define exception in Global Security Settings panel?
I don't want my client do define special things..
Is there a best practice for that? Why when i surfing the net other swf can do this?
I read about the FlashPlayerTrust, can i define there a website i trust my swf will connect to?
anyone knows?

© Stack Overflow or respective owner

Related posts about flex

Related posts about security