Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: DIY ecard
From: Tina Woo
Date: Mon, 11 Dec 2000 05:09:57 GMT

Thank you so much for replying me. As I'm a designer only, so I'm good at
the programming. Really not very sure how to make it still....Does anywhere
I can find a simple sample that I can view the source and know more clear?
If not, still, thank you very much for your help. I may need to bring the
email you send to me to ask the tech guys here....

Many thanks,
Tina


>From: "avex" <listatobjekt [dot] com [dot] au>
>Reply-To: flasheratchinwag [dot] com
>To: <flasheratchinwag [dot] com>
>Subject: Re: FLASH: DIY ecard
>Date: Mon, 11 Dec 2000 14:38:26 +1000
>
>HI...
>
>I am making a generator/flash ecard.......
>but really it does what you need...
>
>to get variables into flash.....
>use something like
>loadVariablesNum ("file.txt", 0, "GET");
>
>you should also add a random function to ensure flash doesn't cache it
>(thanks muzak!)
>so it should be
>randomVar = random(10000);
>loadVariablesNum ("file.txt", 0, "GET");
>
>the file.txt file should be a file created by your perl script that is in
>standard url mime format....
>
>like
>var1=dog&var2=cow&var3=chicken
>
>To get the variables out of flash use
>geturl...
>
>you can assign it to a button and so something like:
>on (release) {
> getURL ("flash.pl", "", "POST");
>}
>
>where flash.pl is your pearl script that will take the variables and add it
>to a database or whatever....
>
>that should pretty much do it.....
>
>if you need any other help drop me a line.....
>
>chad
>
>
> > Dear all,
> > Does anyone know how to make a DIY ecard just like the one in
> > bluemountainart.com ? How to use perl to get the veriable from flash and
>get
> > back to flash? Any sample? even it is a very simple one is ok for me, I
>just
> > need to know how to write that action script and the perl.
> >
> > Thank you
> >
> > Regards,
> > Tina
> >
>____________________________________________________________________________
>_________
> > Get more from the Web. FREE MSN Explorer download :
>http://explorer.msn.com
> >
> >
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > flasher is generously supported by...
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > flashforward2000 and the Flash(tm) Film Festival
> > November 27-29, 2000, LONDON, National Film Theatre
> >
> > Produced by United Digital Artists and lynda.com
> > -Sponsored by Macromedia, Adobe Systems and Apple Computer
> > -http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
> > Register before November 10 and save �200
> > http:// www.flashforward2000.com
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > To unsubscribe or change your list settings go to
> > http://www.chinwag.com/flasher or email helpatchinwag [dot] com
> >
> >
>
>
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>flasher is generously supported by...
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and the Flash(tm) Film Festival
> November 27-29, 2000, LONDON, National Film Theatre
>
> Produced by United Digital Artists and lynda.com
>-Sponsored by Macromedia, Adobe Systems and Apple Computer
>-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
> Register before November 10 and save �200
> http:// www.flashforward2000.com
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
>http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>

_____________________________________________________________________________________
Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: DIY ecard, Gahlord Dewald

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]