Thread: ASP and Flash
View Single Post
Old 08-09-2003, 20:54   #1 (permalink)
Wzd
Registered User
 
Join Date: Aug 2003
Posts: 4
ASP and Flash

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!
  Reply With Quote