PDA

View Full Version : loadVariables


Mikeybob
15 Aug 2006, 5:46pm
I'm trying to get my Flash website to read from an ASP query. My friend whipped me up a query to use, and it reads the database fine in HTML. The problem is getting Flash to read the query. I have just one entry in this table which will displayed in a dynamic text box. The line I'm using is: -

loadVariables("test.asp", "this.text", "GET");

The preview SWF loads up without incident. But the text is not there. Any ideas why?

Thanks is advance. :)