[redirection from SWF to HTML page takes too long]
Hi All!
I am using AS3 navigateToUrl (aka: AS2 getURL) or even tried javascript redirection (externalInterface) to redirect users from my movie to another html, but the first redirection takes like 15 seconds before its executed, eg before the page redirects to new page. Im not sending any data. This only happens if the redirection was not attempted already and the html is not cached.
So what i need is to decrease this time … ideally for the redirection to happen instantly.
The movie is embedded in HTML like this:
Dimensions: “Match Movie” (maybe if i used 100% width/height it would work?)
Scale: “Default (Show All)”
Anyone has got a solution for this?
Thanks guys, i will really apprecciate any suggestions.
-w