flash php GET
-
I have made a flash menu for my sidebar
and I want to link to stuff like catgories and pages etc…
in my flash i’m usinggetURL("?page_id=43","_self","GET");i have tried various methods like hardcoding the whole url and using
"index.php?page_id=43"and so forth however when i click the buttons all that happens is index.php gets reloaded. I made it work usinggetURL("?page_id=43","GET");
however it loads the page in a new window… as soon as i put _self in there the same problem reoccurs.. is there any way i can get around this??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘flash php GET’ is closed to new replies.