How to Develop a Flash Application With ASP

Open Macromedia FlashMX, set the area as 200px and 20px., Select the text tool from the Toolbox . , After selecting the text tool from the properties menu, select the text tool type as input text from the drop down menu. , Drag and draw a textbox...

20 Steps 1 min read Advanced

Step-by-Step Guide

  1. Step 1: Open Macromedia FlashMX

    That is you are naming the text box as t1. , set the variable name for the text box as t2.

    Set the property for the second text box as Multi line. , Draw a small rectangle. , After creating it into a button, right click the button and select Actions. ,, A small window containing the following options will be listed. select the "Press " from the options. , Select the Actions
    -> browser / Network
    -> get URL from the actions pane. , Set the URL text to the page to which the data to be posted. example (submit.asp) for PHP users make it as(submit.php). ,,,
  2. Step 2: set the area as 200px and 20px.

  3. Step 3: Select the text tool from the Toolbox .

  4. Step 4: After selecting the text tool from the properties menu

  5. Step 5: select the text tool type as input text from the drop down menu.

  6. Step 6: Drag and draw a textbox using the same tool.

  7. Step 7: To make the text tool area appear like a textbox

  8. Step 8: select the "SHOW BORDER AROUND TEXT".

  9. Step 9: Set the Var value for the textbox as t1.

  10. Step 10: Draw a similar textbox again with a larger area.

  11. Step 11: Select the Rectangle tool from the toolbox.

  12. Step 12: Convert it into a button.

  13. Step 13: When you click the "Add new item to the script"

  14. Step 14: Select Actions -> Movie Control -> on

  15. Step 15: After selecting "on".

  16. Step 16: Now click (+} again.

  17. Step 17: Now a small window asking for a few parameters to be filled will be prompted as shown below.

  18. Step 18: Select the window value as "_self " and the Variables value to be set as "Send using POST ".

  19. Step 19: Now export this to a .swf file.

  20. Step 20: Now create an asp page save it as "submit.asp".

Detailed Guide

That is you are naming the text box as t1. , set the variable name for the text box as t2.

Set the property for the second text box as Multi line. , Draw a small rectangle. , After creating it into a button, right click the button and select Actions. ,, A small window containing the following options will be listed. select the "Press " from the options. , Select the Actions
-> browser / Network
-> get URL from the actions pane. , Set the URL text to the page to which the data to be posted. example (submit.asp) for PHP users make it as(submit.php). ,,,

About the Author

D

Deborah Brooks

Enthusiastic about teaching practical skills techniques through clear, step-by-step guides.

96 articles
View all articles

Rate This Guide

--
Loading...
5
0
4
0
3
0
2
0
1
0

How helpful was this guide? Click to rate: