Hi,I have built my flex app and released it for build. I havethen
published it to a my webserver.What i would now like to do is pass a URL
variable onto myflex app and then pass the same varibale onto php.This
is what i'm after:http://localhost/test/test.html?name="whatever i pass
here"Flex then reads the data contained in the name variable andpasses
that onto my script on load using HTTPService.Is this possible and how
would i go about doing it?Many Thanks,Slash.