Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Read Variables from CGI |
From: | RedStar |
Date: | Fri, 14 Jan 2000 22:16:23 GMT |
Sven,
In PERL you can do something like this :
#!/usr/bin/perl
use CGI ':standard';
......
rest of PERL programme
.....
print header;
print "Var1=Var1_value...etc...";
This is all you need on the cgi side.
On the Flash movie side don't forget that variables have scope in Flash
so even if you have Var1 defined in your Flash movie the return value
from the cgi has to be in scope with the level where the variable is
defined in the movie.
.redstar.
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: Read Variables from CGI, Sven Haiges
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]