Sending variables from Flash to Director

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default Sending variables from Flash to Director

    Hi, I'm sure I'm on the right track with this, but I'm still a bit of a
    novice and can't seem to find an example I can hack that explains exactly
    what to do where.

    I have a flash button that takes a variable "@myemail" from a text file. I
    can then make that button send the email in Flash by using the mailto
    command.
    However, I want to use it in Director.

    How do I utilize the @email variable that Flash has got for me, and send an
    email with Director. Any help would be really appreciated.

    jamie :)


    Jamie Pankhurst Guest

  2. Similar Questions and Discussions

    1. sending variables from flash to PHP
      Hi everyone, I have a problem while sending variables from flash to PHP Here is the code: submit.onPress = function () { c = new LoadVars ();...
    2. sending variables from flash to coldfusion
      Hello MCf Community I had a problem whit sending variables from flash to coldfusion, hope someone can help me? I used load variables, but the...
    3. Sending Variables from flash to an Online Form
      I need to send variables to an online form and I do not want the variables displayed in the URL. I have no trouble at all using LoadVars to send...
    4. Sending PHP variables to Flash
      I have a flash swf on a PHP page. All it does is serve as a button to open a customized page based on an ID number generated by PHP. How do I send...
    5. Sending Director variables to PHP3
      Hi I need to send a very big string of characters from Director to PHP, but every attempt I done was a failure.... I need to send it via POST,...
  3. #2

    Default Re: Sending variables from Flash to Director


    Hi Jamie,

    A good source of information on how to pass variable from Flash movie is
    located at:

    "How do I pass a Variable from Flash to Director?"
    <http://www.macromedia.com/go/14796>

    For information on how to send email in Director, please go to:

    "Can Director send email from a projector or Shockwave movie?"
    <http://www.macromedia.com/go/12655>

    Best regards,

    Jayem Abania
    Macromedia Technical Support


    "Jamie Pankhurst" <jamie.pankhurst@softwareimages.com> wrote in message
    news:bqodu6$8km$1@forums.macromedia.com...
    > Hi, I'm sure I'm on the right track with this, but I'm still a bit of a
    > novice and can't seem to find an example I can hack that explains exactly
    > what to do where.
    >
    > I have a flash button that takes a variable "@myemail" from a text file. I
    > can then make that button send the email in Flash by using the mailto
    > command.
    > However, I want to use it in Director.
    >
    > How do I utilize the @email variable that Flash has got for me, and send
    an
    > email with Director. Any help would be really appreciated.
    >
    > jamie :)
    >
    >


    Jayem Abania - MMTS Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139