[Flashcoders] Enter Key with tabEnabled and buttonMode = true

2009-02-11 Thread Mendelsohn, Michael
Hi list... If a sprite is tabEnabled and it has focus, should hitting the Enter Key fire a MouseEvent.CLICK event? Or, is it still necessary to add a KeyboardEvent listener? The docs allude to that it should work without the keyboard event, but hitting the Enter key with my focused sprite isn't w

Re: [Flashcoders] flash exe files & proxy ports.

2009-02-11 Thread bernice guerrero
Got the message stop gmail On Feb 11, 2009 9:06 AM, "Rodrigo Augusto Guerra" wrote: I'll run some tests and post my results later. thanks glen. - Original Message - From: "Glen Pike" To: "Flash Coders List"... Sent: Wednesday, February 11, 2009 12:25 PM Subject: Re: [Flashcoders] fla

Re: [Flashcoders] flash exe files & proxy ports.

2009-02-11 Thread Rodrigo Augusto Guerra
I'll run some tests and post my results later. thanks glen. - Original Message - From: "Glen Pike" To: "Flash Coders List" Sent: Wednesday, February 11, 2009 12:25 PM Subject: Re: [Flashcoders] flash exe files & proxy ports. Hi, We have a linux equivalent of a Flash exe reques

Re: [Flashcoders] flash exe files & proxy ports.

2009-02-11 Thread Glen Pike
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

Re: [Flashcoders] flash exe files & proxy ports.

2009-02-11 Thread Rodrigo Augusto Guerra
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: 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 bu

Re: [Flashcoders] flash exe files & proxy ports.

2009-02-11 Thread Glen Pike
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 Rodrig

Re: [Flashcoders] flash exe files & proxy ports.

2009-02-11 Thread Rodrigo Augusto Guerra
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 setti

Re: [Flashcoders] flash exe files & proxy ports.

2009-02-11 Thread Glen Pike
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 spec

[Flashcoders] flash exe files & proxy ports.

2009-02-11 Thread Rodrigo Augusto Guerra
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 i