Flash
Create a Form with Conditional Logic and Send DataFlash - Create a Form with Conditional Logic and Send Data
Set up your workspace
Add an input text field to collect form data
Add a Submit button to the form
Add an error message
Add a confirmation message
Add a stop() action
Add frame labels for navigation
Add conditional logic for the Submit button
Pass data out of a SWF file
Write a function for the Try Again button
Test your SWF file
Summary
You can create a form with conditional logic that allows the SWF file to respond to user interaction and send the form data from the SWF file to an external source. This tutorial shows you how to create a simple form.
Before taking this lesson, you should be familiar with writing functions and variables; to learn about these, select Help > Flash Tutorials > Basic Tasks: Create an Application.