Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash asp ??????

Status
Not open for further replies.

iceb

Technical User
Jan 13, 2002
64
DK
Hi yes here are the details:

I use

on (release) {
loadVariablesNum ("retrieve.asp", "");
}

on my button and this is my asp code called retrieve.asp


<%
response.write &quot;results=teeeeeeeesssssssssst&quot;
%>

My var is called results as you can see.

My textfield is dynamic and single line and cheked in

Border/Bg and Selectable

Is this right ?

Because it does not put anything into the textfield.....

ok?
 
Have you named the variable for the dynamic textbox as &quot;results&quot; too?
 
As I often said, I know nothing of side server scripting... But, just to make sure your textfield is actually working, can you display &quot;teeeeeeeesssssssssst&quot; in it, when setting the variable in Flash itself before your try retreiving it with ASP?

Just a thought!

Regards,
new.gif
 
No I do not need to search .

All I want here is to display a var from the asp file

ok ?

I am not supposed to use send or get then am I ?
 
Try using loadVariables rather than loadVariablesNum - or stay with what you have but specify a level as the second argument rather than target an empty string.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top