[thelist] SYNTAX FOR MAILTO IN FLASH-5

Mike evolt at muinar.com
Mon Feb 7 15:17:42 CST 2005


At 20:10 07.02.2005 +0100, you wrote:
>I would obtain the same classical behaviour in html: "" <a 
>href="mailto:info at ciaminibus.com">e-mail</a>  ""
>
>but declaring an action in a FLASH 5 button, like, for exemple, opening a 
>new window:
>
>
>on(release){
>getURL("file.htm");
>}

Hi Joan Olivé

Just try:

on(release){
getURL("mailto:info at ciaminibus.com");
}

Cheers

Mike

_____  mike s. krischker  http://webdesign-schweiz.ch/
        webpro mailing list  http://webdesign-list.com/
        flashpro mailing list  http://flash-list.com/



More information about the thelist mailing list