in reply to Perl Flash
IIRC in Flash you can have variables which values can be obtained from external source: text file in very simple format:
When Flash file runs it can request this text file for values of variables from web server. Of course instead of text file you can have Perl CGI which generates text file on the fly.var1=value1 var2=value2
Now the question if you can use values of Flash variables in URLs. May be yes, may be not. If yes you can use Flash variables and Perl CGI to create urls on fly. If not, I'm sorry.
--
Ilya Martynov
(http://martynov.org/)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Perl Flash
by mt2k (Hermit) on May 28, 2002 at 00:26 UTC |