Mr. Twinkles
February 6th, 2003, 04:08 PM
I'm trying to pull a variable from an ASP page that's pulling it's info from a database. The ASP page has a response.write that outputs &ScrollText = text that comes from the database.
The ASP page works fine, but when I try to pull in the variable in Flash, it takes in all the html URL escapes, i.e.: %20 for a space %22 for a ", etc. I've tried using Server.URLEncode in my ASP page, but that didn't help any.
I'm displaying this text in a dynamic text box with a scroll bar. Any help would be appreciated.
The ASP page works fine, but when I try to pull in the variable in Flash, it takes in all the html URL escapes, i.e.: %20 for a space %22 for a ", etc. I've tried using Server.URLEncode in my ASP page, but that didn't help any.
I'm displaying this text in a dynamic text box with a scroll bar. Any help would be appreciated.