RE: [flexcoders] Weblink to item in linkbar

2009-04-27 Thread Tracy Spratt
[mailto:flexcod...@yahoogroups.com] On Behalf Of Adrian Williams Sent: Monday, April 27, 2009 9:13 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Weblink to item in linkbar Hi Paul, Read up on the navigateToURL() function. Syntax is along the lines of: url = <h

Re: [flexcoders] Weblink to item in linkbar

2009-04-27 Thread Adrian Williams
Hi Paul, Read up on the navigateToURL() function. Syntax is along the lines of: url = "http://www.google.com/";; navigateToURL(new URLRequest(url), "_self"); HTH, Adrian ptretter wrote: I have an item on my linkbar that says "forum". I want to be able to click on this an

[flexcoders] Weblink to item in linkbar

2009-04-27 Thread ptretter
I have an item on my linkbar that says "forum". I want to be able to click on this and immediately follow a hyperlink to my forum which is a phpbb forum. Can someone tell me how this is possible as I'm having difficulty finding help on this. I found something about getURL but understand that