| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Aug 2003
Posts: 4
|
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! |
|
|
|
|
|
#2 (permalink) |
|
Registered User
Join Date: Aug 2003
Posts: 4
|
Its ok! i found out what i was doing wrong the asp should read: <%@ Language = "VBScript" %> <% testtext="help me" Response.Write "results="&testtext %> and the action script: loadVariables("http://localhost/test/test.asp", 0); (and name the dynamic text box in the movie, results) |
|
![]() |