RE: [Flashcoders] mailto problem in flash

2009-08-24 Thread Chris Foster
Hi Anna, Try getURL(mailto://n...@name.com;); C: -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of ana mock Sent: Tuesday, 25 August 2009 11:50 AM To: flashcoders@chattyfig.figleaf.com Subject:

RE: [Flashcoders] mailto problem in flash

2009-08-24 Thread Chris Foster
Hi again, My mistake... try this: getURL(mailto:n...@name.com;); C: -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of ana mock Sent: Tuesday, 25 August 2009 11:50 AM To: flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] mailto problem in flash

2009-08-24 Thread Andy Andersson
When you test locally in Flash in the Html, it will block the connection out due to security restrictions. On Aug 24, 2009, at 6:50 PM, ana mock wrote: Hi, I am creating a website with flash 8 , and on that is a page , that have an send email-button (it suppose to open outlook window).