Re: [flexcoders] Tabbed Browsing support? htmlText, navigateToURL(), Javascript?

2006-07-06 Thread Tom Chiverton
On Thursday 06 July 2006 14:11, Greg Hamer wrote: > BrightCove.comusing a Flex nav, and > Nike.com using Flash navs.) Adobe.com :-) -- Tom Chiverton This email is sent for and on behalf of H

Re: [flexcoders] Tabbed Browsing support? htmlText, navigateToURL(), Javascript?

2006-07-06 Thread Greg Hamer
Nick, Thanks.  After posting on Sunday I continued researching this. There is a CSS3 spec to add a "target-new: tab" property.  To my knowledge, no browsers have yet implement "target-new: tab". So true, until browsers implement some standard way for Flash Player to issue a new tab call,

Re: [flexcoders] Tabbed Browsing support? htmlText, navigateToURL(), Javascript?

2006-07-05 Thread Nick Collins
I imagine it would be very difficult as not all browsers support tabs, and the implementations of those tabs are different in each. ie Firefox vs. IE7 vs. Safari vs Opera, etc.On 7/2/06, Greg Hamer <[EMAIL PROTECTED]> wrote: Has anyone here implemented tabbed

[flexcoders] Tabbed Browsing support? htmlText, navigateToURL(), Javascript?

2006-07-02 Thread Greg Hamer
Has anyone here implemented tabbed browser support in Flex? i.e. links in Flex content that can be opened in a new browser tab? (Note: browser tab ... not Flex tab.) I see three possible options: 1) navigateToURL(); 2) TextField with htmlText containing html anchors; and 3) _javascript_. For