Flasher Archive

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


Subject: Re: FLASH: DIY ecard
From: avex
Date: Mon, 11 Dec 2000 04:00:39 GMT

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


Replies
  FLASH: DIY ecard, Tina Woo

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