I think that is the reason this won’t work right… I need to find a way to add a " just after <a href=.
textField1 += "<a href="+Result.items*.link+">"+Result.items*.title+"</a>"+newline;
//Hmmm... Why does this kill everything in my text-field Variable...
Result.items[0].link returns: http://blog.myspace.com/index.cfm?fuseaction=blog.view&friendID=56124812&blogID=114660389
Result.items[0].title returns: Reasons for Rejected Suitors
I’m making a flash app that will load any blog from anyone’s profile on myspace. All you have to do is enter a friend ID… Nice huh? If only I can get this url problem solved…