
July 10th, 2003, 12:03 PM
|
|
Junior Member
|
|
Join Date: Jun 2003
Posts: 23
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
how to post variables between flash and asp
Hello, I wonder do you have any idea about how to post the variables between asp file and flash file. Bucause I have code in asp file like choosing a picture from a form and I want to pass that image back to the flash page. How could the code be?
<FORM name="myform" action="designpage_colormap.asp" method="post">
<input name="color" type="radio" value="001">Red
<input name="color" type="radio" value="002">blue
<input name="color" type="radio" value="003">marine
<input name="color" type="radio" value="004" selected>white
<input name="choose" type="submit" value="choose">
</FORM>
THanks in advance !
|