A Flash Developer Resource Site

Search:

Type: Posts; User: rynoe

Search: Search took 0.05 seconds.

  1. Replies
    16
    Views
    4,657

    getURL("mailto:"+MentorsEmail.text); Works...

    getURL("mailto:"+MentorsEmail.text);


    Works fine for me after I fixed the other bugs.


    If you use


    getURL("mailto:"+MentorsEmail);
  2. Replies
    16
    Views
    4,657

    Zip up the fla. Reply to thread, scroll down a...

    Zip up the fla. Reply to thread, scroll down a bit to the 'Manage Attachments' button and click it. From there you attach a document like most other types of apps.
  3. Replies
    16
    Views
    4,657

    I was hoping to convert our new friend to as3

    I was hoping to convert our new friend to as3
  4. Replies
    16
    Views
    4,657

    on (release) { getURL("mailto:"+email.text);...

    on (release) {
    getURL("mailto:"+email.text);
    }


    AS3 is cooler:


    var request:URLRequest = new URLRequest("mailto:name@hotmail.com"+"?subject=Subject"+"&body= Hello world "); ...
Results 1 to 4 of 4




Click Here to Expand Forum to Full Width

HTML5 Development Center