Re: [flex_india:28833] Google maps application help

2010-02-26 Thread ganapathy subramanian
Hi , I have a question related to this google map. While trying to open google map, it asks for a key. I have already registered with a key, but due to Load balancer i have multiple environments and Its difficult to know which environment in called. is there a solution for this. ? Thanks Ganapathy

[flex_india:28812] Help Required to Disable Status bar and address bar in opening a new window from Flex

2010-02-25 Thread ganapathy subramanian
Hi, My application requires to open a popup window. I am trying to disable the status bar, address bar in it. Though I set option statusbar=false , I am not able to get the desired reult. Someone please help me in this..Thanks Thanks Ganapathy -- You received this message because you are sub

Re: [flex_india:27635] Sending e-mail directly from flex.

2010-01-06 Thread ganapathy subramanian
d to PHP code > at server end to send mail to recipients . Call this PHP code from flex . > > Regards > Kiran > > > On Sun, Jan 3, 2010 at 3:53 AM, ganapathy subramanian < > ganapath...@gmail.com> wrote: > >> Hi, >> I want to send e-mail directly to a r

[flex_india:27595] Sending e-mail directly from flex.

2010-01-03 Thread ganapathy subramanian
Hi, I want to send e-mail directly to a reciepient from flex code. Previously i was using the the below code var u:URLRequest = new URLRequest("mailto: "); navigateToURL(u,”_self”); But this opens a outlook window. what i want is send a standard message to recipent without the user's int