I am trying to get the page url that Flash resides on, and then pass it to PHP as a criteria for my query. I have tried to pass the "location.href" to flash from my js file and then give it to PHP as criteria, but it seems that if I have any actions in Flash (e.g just an initialization of the variable that will hold the "location.href") prior to the call to the PHP file, flash just stops responding.
What I want to know is that if there is a way to get the page url that Flash is residing on within Flash.
My Thanks in Advance