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: [Flashcoders] mailto problem in flash

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).
When I publish the file in swf , the email button works just fine,
but as soon as I publish the file with HTML extension, the send email
button is dead in browser.( I have tested on Fire Fox and Internet
Explorer).
Hear is my code:

on(release){
getURL(n...@name.com);
}


Is there some code I can add or something?
Thanks in advance!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient.  Any review, 
use, distribution, or disclosure by others is strictly prohibited.  If you are 
not the intended recipient (or authorized to receive information for the 
intended recipient), please contact the sender by reply e-mail and delete all 
copies of this message.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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
Subject: [Flashcoders] mailto problem in flash

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).
When I publish the file in swf , the email button works just fine,
but as soon as I publish the file with HTML extension, the send email
button is dead in browser.( I have tested on Fire Fox and Internet
Explorer).
Hear is my code:

on(release){
getURL(n...@name.com);
}


Is there some code I can add or something?
Thanks in advance!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient.  Any review, 
use, distribution, or disclosure by others is strictly prohibited.  If you are 
not the intended recipient (or authorized to receive information for the 
intended recipient), please contact the sender by reply e-mail and delete all 
copies of this message.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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).
When I publish the file in swf , the email button works just  
fine, but
as soon as I publish the file with HTML extension, the send email  
button

is dead in browser.( I have tested on Fire Fox and Internet Explorer).
Hear is my code:

on(release){
getURL(n...@name.com);
}


Is there some code I can add or something?
Thanks in advance!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


--
Andy Andersson
Interactive Creative Director
 Senior Flash Developer/Designer
714-809-7095
awebme...@sbcglobal.net




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders