how would one begin to create a script that would result in browser redirect (if someone goes to site.com. the url is changed to in the address bar)
The Long story of the situation:
Flash movie's url is checked against the script url.
My site is accessible as site.com and and when the movie tries to talk to i have a security problem (or macromedia thinks i have)
If the movie simply talks to something.php, it would not mind, but for other situations i really need absolute paths for the scripts. I'm considering trying a browser redirect as an option to stop the security issue.(if someone goes to site.com. the url is changed to in the address bar)... how can this be accomplished?
thanks
The Long story of the situation:
Flash movie's url is checked against the script url.
My site is accessible as site.com and and when the movie tries to talk to i have a security problem (or macromedia thinks i have)
If the movie simply talks to something.php, it would not mind, but for other situations i really need absolute paths for the scripts. I'm considering trying a browser redirect as an option to stop the security issue.(if someone goes to site.com. the url is changed to in the address bar)... how can this be accomplished?
thanks