Help! How do you get asp variable into a flash movie??
I can read them from .txt files ok but when i come to load them from an asp file i get nothing.
Here is the action script from the flash movie, with "testtext" being the variable used in the asp page and "textbox" being a dynamic text box in a flash movie:
loadVariablesNum("test.asp", 0);
testbox = testtext;
test.asp:
<%@ Language = "VBScript" %>
<% testtext="help me" %>
I'm sure its something simple im missing??
Please help before my head-banging breaks my monitor!