Navigate to URL "_blank" now freezes main website since last Adobe update
Hi all,
My first post. I'm totally at a loss since the last Adobe update. Tried other computers, and browsers, all the same symptoms.
What occurs:
User clicks a download button (document, zip file, jpeg), which opens in a new tab, or just downloads directly. {All good originally}
User can then go back to the original website tab and browse more. {Since last update, user can no longer press any buttons on the original website. It's magically frozen solid.}
I've used this code previously: (_blank)
navigateToURL(urlRequest, "_blank"); {This used to work well}
So, now the main website is stuck/frozen/inoperative, the only thing the user can do is reload the entire website from scratch to make it function again. ie, back to the beginning page.
Although I don't know any better, I've used:
stage.focus = {{button that was pressed}};
This was in the hope I could somehow get the button/website resurrected when the user returned... But nothing happens.
I tried this: (_self)
navigateToURL(urlRequest, "_self");
Which is terrible workaround. It loads the document into the main website space and therefore the back button returns to the main webpage start, losing their location. However, the user can still 'use' and access the main website.
I am almost a complete newbie hack. I mostly work in the art field and CAD, so this is pretty difficult stuff for me. Though I'm a champ at Visual Basic, which in no way translates to Flash Action Script.
It's just left me confused and disheartened....
Anybody have any ideas?
