Email Buttons Adobe Flash / Interactivity
A Flash Email Button is a button that when pressed opens an email program. When opened this program will automatically be set to send you an email to what you. The idea is that it is very easy for the person looking at your web page to send you an email. This tutorial teaches you how easy it is to create Email Buttons and Email Links from Flash. Creating a Flash Email Button is very straight forward.
Creating a simple Form in Flash 4 Adobe Flash / Dynamic Content
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.
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.
Accessing Multiple Buttons in UI Components #2 Message Box Adobe Flash / Interactivity
This is sort of a follow-up to my previous tutorial on CGI Forms with Flash MX and the UI Components Set#2. I used the message box in that tutorial, but only with a single button. An email from a reader of that tutorial prompted me to take a closer look at the message box and how to use it with multiple buttons.
Transferring data across domains using crossdomain.xml Adobe Flash / Tips and Tricks
In many occasions you might want a SWF to be able to retrieve data from another domain, by loading variables from a text file for example, or you might want to send data from a Flash email form to a PHP script that is sitting on another domain.With Flash player 6 a security sandbox implemented a restriction : a movie sitting on one domain would be prevented from loading data from another domain. In Flash Player 6, sub domains of the same parent domain could access each other's data this is not the case anymore starting with Flash player 7, domains must be identical for data to be read.
Send Information to Flash with JavaScript Adobe Flash / Backend Integration
The aim of the tutorial is to learn how to send any information to Flash with JavaScript. This info could be a variable or a text message. There are two examples in this tutorial. One sends a text message and the other a variable. For those unfamiliar with programming: a variable is something that 'varies'. It could be anything you want.
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.
Word Game Adobe Flash / Games
The aim of the tutorial is to learn how to create a simple word game. You will create an input box which will give different results depending on what is typed. The code for this is quite straight forward and has many uses other than this word game. For example forms and password controls.
Loading External Texts into Flash Using the LoadVars() Class Adobe Flash / Interactivity
This tutorial will teach you how to load content from an external text file dynamically into a Flash movie. The Flash Player is capable of dynamically loading various forms of external data such as texts, images, and many other forms at run time. Viewing your content this way makes the updating process of your website much easier as you do not have to generate new SWF files using your source FLA each time you want to update the content and instead simply edit those small text files that should have all the written content of your website. The text in the following example is being loaded at real time from a separate text file located on the server.