Hey guys,
I was wondering if its possible to get variables from an url into a flashmovie on that page.
for example:
the url of the site is mysite.com/index.php?flashVariable=1000
and on the site is a flash movie. now in that flashmovie i want to get that variable “flashVariable” and its value.
I know I can do this in PHP but i really want to send that variable to my flashmovie.
Does anyone know if this is possible and if so, how to do it?
Thanks.