Re: [Flashcoders] Problem with links in htmlText

2009-06-05 Thread Carl Welch
Thanks Taka!!! That worked perfectly!! :) -- Carl Welch http://www.carlwelch.com http://blog.jointjam.com carlwelchdes...@gmail.com 805.403.4819 On Jun 5, 2009, at 6:22 PM, Taka Kojima wrote: unescape ___ Flashcoders mailing list Flashcoders@cha

Re: [Flashcoders] Problem with links in htmlText

2009-06-05 Thread Carl Welch
sorry, I pasted the wrong result loop: for each (var result:GoogleNewsItem in resultObject.results) { search_mc.searchResults.htmlText = search_mc.searchResults.htmlText +""+result.title+""; } -- Carl Welch http://www.carlwelch.com http://blog.jointjam.com carlwe

Re: [Flashcoders] Problem with links in htmlText

2009-06-05 Thread Carl Welch
I'm using Joris' google search API: import be.boulevart.google.ajaxapi.search.news.data.GoogleNewsItem; import be.boulevart.google.ajaxapi.search.news.GoogleNewsSearch; import be.boulevart.google.events.GoogleApiEvent; import be.boulevart.google.events.GoogleAPIErrorEvent; import be.boulevart.goo

Re: [Flashcoders] Problem with links in htmlText

2009-06-05 Thread Taka Kojima
I looked at your stream, and it looks like you are using the wrong response data. "unescapedUrl":"http://www.nbclosangeles.com/news/local/Employee-Allegedly-Steals-250K-in-Fuel-from-City.html","url":"http%3A%2F%2Fwww.nbclosangeles.com%2Fnews%2Flocal%2FEmployee-Allegedly-Steals-250K-in-Fuel-from-Ci

Re: [Flashcoders] Problem with links in htmlText

2009-06-05 Thread Karl DeSaulniers
Can we see your code where you assigning the URL? Sent from losPhone On Jun 5, 2009, at 6:33 PM, Carl Welch wrote: Hi Guys & Gals, I am having a hard time getting htmlText to link their hrefs properly. example here: http://www.carlwelch.com/searchTest.html I have the href target set to

[Flashcoders] Problem with links in htmlText

2009-06-05 Thread Carl Welch
Hi Guys & Gals, I am having a hard time getting htmlText to link their hrefs properly. example here: http://www.carlwelch.com/searchTest.html I have the href target set to "_blank", but when the link is selected, my server address (http://www.carlwelch.com/) gets added to the beginning of t