Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Jamie Pankhurst #1
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
-
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 ();... -
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... -
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... -
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... -
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,... -
Jayem Abania - MMTS #2
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...an> 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> email with Director. Any help would be really appreciated.
>
> jamie :)
>
>
Jayem Abania - MMTS Guest



Reply With Quote

