Flash getURL ?
- Started
- Last post
- 4 Responses
- xrusos
here's the problem... i set up buttons - some within mc's, some just on the main canvas. and when they're live and clicked on they send you to the site, with the perfect url, but the page comes up "page not found"
but if you refresh the page - with the exact same url, it works just fine. what's up with that?
how can i make it work?
here's the code i'm using:
on (release) {
getURL("/directory/","","POST");
}what the heck is going on?
- xrusos0
sorry, it still doesn't work if you refresh (it brings up a dialogue asking you if you want to resend the form).
BUT, if you click on the address bar and click enter, it works just fine. (still not touching the url)
- ********0
do you need "post"?
- xrusos0
that was dumb, i just figured it out... i just got rid of the ,"POST"
works fine now
- xrusos0
ha! thanks JazX.