Hi,

We have a linux equivalent of a Flash exe requesting files from http://127.0.0.1 which does not work without the crossdomain file, so I am guessing it may apply. This just says what is allowed to load content from your server. You may still have to publish the Flash exe with "Access Network Only" for the Local Playback Security settings - this will allow that Flash "SWF" to request things from the webserver. It's 2 things really, except you cannot use the crossdomain file to restrict access to only allow your desktop application unless you have a fixed IP address(es)

   Glen

Rodrigo Augusto Guerra wrote:
hi, thanks for the reply.

Today I don't have this file in my root domain, but I can put it.allowing all connections like:
 <?xml version=”1.0″?>
 <cross-domain-policy>
 <allow-access-from domain=”*” />
 </cross-domain-policy>


my doubt is does this crossdomain apply when the content is beeing loaded by an flash exe from your desktop or only when you have flashes in different domains but both uploaded in a server?


----- Original Message ----- From: "Glen Pike" <[email protected]>
To: "Flash Coders List" <[email protected]>
Sent: Wednesday, February 11, 2009 11:01 AM
Subject: Re: [Flashcoders] flash exe files & proxy ports.


Hi,

The IDE usually does not place the restriction on you - it's just when you publish that you may get "sandboxed".

Also, make sure that you have a crossdomain.xml in the root of your webserver - google "crossdomain.xml" for examples or look in the IDE help for this.

   Glen

Rodrigo Augusto Guerra wrote:
hi glen,

Unfortunately, I can't confirm which is the settings now (i don't have the fla here).

when running from the flash IDE I can access everything, does this means that it is network access? if I put in local settings would I be able to access the content from flash IDE ? if not my settings is 'network access'.

rodrigo.

----- Original Message ----- From: "Glen Pike" <[email protected]>
To: "Flash Coders List" <[email protected]>
Sent: Wednesday, February 11, 2009 9:34 AM
Subject: Re: [Flashcoders] flash exe files & proxy ports.


Hi,

I think you may have a problem with Local access vs Network access - check your publish settings.

   Glen

Rodrigo Augusto Guerra wrote:
Hi all,
I'm having problems with an flash I did and exported to EXE. The exe is executed locally and loads some content (images, xml, swf) from specific sites let' s say
http://www.foo.com/a.swf
http://www.foo.com/a.jpg
http://www.foo.com/folder1/a.xml

the problem is that the communication is bloked at the proxy.
As far as I know when you execute a flash exe flie some of the "sandbox security" dosen't apply, since you are clicking on an exe file and should know the "risks" of doing that.

I need to know if the content is loaded thru port 80, or 8080 (an internet common port not blocked by proxies by default), or if it uses som less comom port (which?)

thanks,
rodrigo.
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to