Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
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.