loadVariables
Mikeybob
Middle o' Farmer Land
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.
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.
0