I've been wrestling with this and can't find a solution that seems to work as consistently as what others have found...
I've got an embeddable version of my app (think YouTube video) and want the user to be able to click on a button in the app and be sent to our site (just like they clicked on a link on a webpage). I don't care if it pops up a new window (target="_blank") or replaces the current (target="_top"). My problem is that whichever I choose seems to trigger the popup blocker in different situations on different browsers. Is there a good universal way to give the user a link inside of Flex that functions equivalently (when clicked) to a link on the surrounding webpage? Troy.

