hide side navigation
    5 most recent
    Web Services
    Library's
    Component's
    Applications
  Tree menu  Flex 2 Guestbook  Videobox  Simple mp3 player  Videoroom  Moving menu  Flash db board reader  Simple photo gallery  Simplecart and External Interface  Email in Flash II  Photo and Video gallery  New Store  Flash GuestBook V2  Flash-db Miniboard  ActionScript dictionary  Private chat with FlashCom  Flash Whois  An online store  Flash RSS reader  Net Tools - Whois in Flash  Flash Message Board  Flash GuestBook  Email in Flash  Sending Custom Ecards  Simple Live Counter with PHP
    Articles
Current Page (1) Next Page >>  View Article Example >> 1 | 2 | 3 | 4 | 5

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.  There are a ton of possible situations that you can use this type of application.   For example say you are offering products or services on your company's site - this system can be set up to enable you to send a customized e-mail specifically about the product or service in question, you can have it sent to multiple e-mail address's, or you can specify which product or service should be sent to which person in your company.  The possibilities are endless.  In order to provide you with the knowledge necessary to customize this application for all your needs, and to avoid using scripts that are set up by your server (aka formmail.pl etc) which add a ton of useless garbage to your data and make it hard to customize (and are just darn right confusing), this tutorial will walk you through all the basic's of writing the scripts yourself.  In order to keep everything as simple as possible and to make sure that you have a thorough understanding of the scripts - some security measures were left out.  It's up to you to provide these if you think it is necessary.  (I'll try to go over them as best as possible however).  This tutorial is intended for the advanced actionscript programmer and the novice PHP, Perl, or ASP programmer.

Overview

This tutorial goes over 3 different types of scripts that do the exact same thing (PHP, Perl, and ASP).  Almost all servers allow the use of CGI scripts to be executed.  In this case the CGI script will be a Perl script.  The Perl script contains a couple of extra steps in the setup process.  So if your lucky enough to be able to run PHP on your server, it will make everything a lot easier in the long run - and is recommended instead of using Perl.  I have also included an ASP script and some comments on coding that.  They all work basically the same though.

Current Page (1) Next Page >> 1 | 2 | 3 | 4 | 5