This tutorial will show you how to create a simple form in Flash 4. What we'll do is create one form and several fields called Name, Homepage, email, Comments, and the buttons Send and Clear.
Creating an Interactive Form in Flash Adobe Flash / ActionScript
This tutorial will show you how to incorporate a feed back form using Flash. The useful feature about this technique is that users will not be taken out of your site after submitting their info. They'll be sent to a personal thank you frame within Flash.
Creating a feedback form Adobe Flash / Interactivity
This tutorial contains walk through images and they are referred to, in the tutorial, throughout.This guide endeavors to abandon the UI components of Flash 6 as your form elements, and instead create your own. Which, as a designer, is the purpose of web design! This tutorial is designed for Flash MX but the Action script will work in earlier versions.
Simple forms and ecards Adobe Flash / Backend Integration
As you know it's not a simple task to setup a database on a web site to handle submissions from visitors.It calls a Javascript from the html form. That javascript call loads all the variable form the HTML page that are needed to make any form work.
Create a Form with Conditional Logic and Send Data Adobe Flash / Interactivity
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.
Contact Flash Form Adobe Flash / Navigation
In this tutorial we will show you how to create contact form in flash. Macromedia Flash can not send e-mail by him self so we must use a little of php programming.
Flash 5 Tab Order Adobe Flash / Interactivity
Users of traditional HTML forms have gotten used to tabbing through the input fields to enter in their data. Users will do the same thing in Flash, but Flash tabs to elements on the page that we don't want to bother with. This is because, in HTML, a form is bounded by the
tag, while in Flash, there is no "form" section -- it's just all movie clips or in the _root timeline. Flash doesn't know any better, so we have to make it a bit smarter -- and meet the user's expectations.
E-mail in Flash the Easy way Adobe Flash / Dynamic Content
This tutorial shows you how to set up a form based e-mail system from within your Flash movie. It describes how to set up the basic form components in the Flash movie as well as giving you the basic knowledge of how to set up either a PHP, Perl, or ASP script to handle the e-mail and have it sent to an address that you specify.
Creating a Simple Flash Website Adobe Flash / Navigation
This tutorial will teach you how to create a simple flash website that has three sections. We are not going to use any advanced ActionScript and will rely only on the GotoAndPlay method to control our movie clip. You can view an example of what we're going to create in the Flash movie below.
Advanced Flash Buttons Adobe Flash / Interactivity
In this Tutorial you'll learn how to convert Simple Buttons into Advanced Buttons. This article assumes that the reader has knowledge in creating Movieclips and simple Buttons in Flash. It is very simple and neatly explained below.
Creating a Propellor Effect in Flash Using ActionScript Adobe Flash / Animation
Creating a spinning animation is very simple in Actionscript, taking only a few lines of code. So since it is so simple, we will take this tutorial one step further and show you how you can allow your users to control the spin and the direction of the spin using their arrow keys.
Creating buttons in Flash Adobe Flash / Interactivity
The button is probably the first element that most people who are new to Flash are going to create. It is visual and it is interactive. Creating an interactive button is quite a simple task. Let's have a look at the tutorial.