Does anyone know how to post variables from Flash to ASP, I have seen scripts using
loadVariablesNum("test2.asp", 0, "POST");
but have not worked out how to use them.
V.
Does anyone know how to post variables from Flash to ASP, I have seen scripts using
loadVariablesNum("test2.asp", 0, "POST");
but have not worked out how to use them.
V.
Hi vender,
if you are using the
loadVariablesNum("test2.asp", 0);
You can send the variable throu asp in flash like below
but you are using theCode:<% Option Explicit Dim var(3), i, counter i = 0 counter = 3 var(0) = "variable1" var(1) = "Variable2" Do While i < counter Response.Write "var" & i & "=" & var(i) & "&" i = i + 1 Loop Response.Write "i=" & i %>
in that case use the below sending the variable in flashCode:loadVariablesNum("test2.asp", 0, "POST");
and if you are trying to useCode:Request("Variable") OR Request.Form("Variable")
Try any one which is good for your applicatin, first method is commonly used.Code:loadVariablesNum("test2.asp", 0, "GET"); Request.QueryString("Variable")
Good luck!
Regads
Jeet
There are currently 1 users browsing this thread. (0 members and 1 guests)
Create Speaking Characters for your website and Flash movies. 15 Day Free Trial |
|
|
Bollywood Actress |
Web Hosting Provider |
Bookmarks