a question abt using SWFAddress in Flash
Lets say it is possible for a user to reach my website using this url:
www.abc.com/?from=SOME_VALUE_HERE
when i my flash website is loaded. the ?from=SOME_VALUE.. is read and it is no longer useful.
So now when i use SWFAddress.setValue("EXAMPLE")
The browser url to shows www.abc.com/?from=SOME_VALUE_HERE#/EXAMPLE
which is damn ugly.
I hope the site can shows www.abc.com/#/EXAMPLE
Is it possible?