This is Player behavior with "http:..." URLs and I don't think it can be changed. But if you use an "event:..." URL, you can handle the event and use an API like flash.net.navigateToURL().
Gordon Smith Adobe Flex SDK Team ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Miller Sent: Saturday, April 26, 2008 1:27 PM To: [email protected] Subject: [flexcoders] Clicking a link in Text component Hello, I don't know if this is something new or if I never noticed it before, but when I click on a link in my Text components, it appends my domain before the url. So if the link is http://www.site.com/somelink.html <http://www.site.com/somelink.html> and my domain is http://domain.com/ <http://domain.com/> It tries to send the user to http://domain.com/http://www.site.com/somelink.html <http://domain.com/http:/www.site.com/somelink.html> How can I get it to just send them to the actual link? Thanks! ~Aaron

