Guest_imported
New member
- Jan 1, 1970
- 0
Does anyone know if this is possible:
I want to load variables (LoadVariables("/cgi-bin/getvariables"
) from a cgi-script and then pass those variables to my flash movie.
The variables are the filename of the picture I want to insert in the flashmovie.
What I tried: I send variable &imagename=test.gif
and in the flash movie I have a generator object with
data source {imagename}
This does not work however, what am I doing wrong?
I want to load variables (LoadVariables("/cgi-bin/getvariables"
The variables are the filename of the picture I want to insert in the flashmovie.
What I tried: I send variable &imagename=test.gif
and in the flash movie I have a generator object with
data source {imagename}
This does not work however, what am I doing wrong?