Re: [flexcoders] Clicking a link in Text component

2008-04-28 Thread Aaron Miller
OK, thanks for the information. I'll guess I will just have to work around
it then.

Thanks again!,
~Aaron

On Mon, Apr 28, 2008 at 2:16 PM, Gordon Smith <[EMAIL PROTECTED]> wrote:

>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:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Aaron Miller
> *Sent:* Saturday, April 26, 2008 1:27 PM
> *To:* flexcoders@yahoogroups.com
> *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 and my domain is
> 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
>   
>



-- 
Aaron Miller
Chief Technology Officer
Open Base Interactive, LLC.
[EMAIL PROTECTED]
http://www.openbaseinteractive.com


RE: [flexcoders] Clicking a link in Text component

2008-04-28 Thread Gordon Smith
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: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Aaron Miller
Sent: Saturday, April 26, 2008 1:27 PM
To: flexcoders@yahoogroups.com
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 

 



[flexcoders] Clicking a link in Text component

2008-04-26 Thread Aaron Miller
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 and my domain is
http://domain.com/

It tries to send the user to

http://domain.com/http://www.site.com/somelink.html

How can I get it to just send them to the actual link?

Thanks!
~Aaron