Thanks for the answer. What I meant was how to pass the value from URL address like here:
http://www.gaiaflashframework.com/index.php?action=postthe value for action is "post". In my case it would be
www.website.com/index.php?image=1 (or 2, 3, 4... etc).
It dont need to be done exacly the same way i just need it to be dynamic, so I dont have to hardcode each image or address into code.
From your answer it seams that the first method would be closest to what Im looking for:
So the question is:
-is it possible to do it my way?
-how to do it the way you have described?