Posts Tagged ‘xml and flash’

Flash and PHP contact form actionscript Creating contact mail form in flash

We can create a contact form in flash and use it for mailing purposes.Also we can make it database driven or we can send information from flash form to php files.This is a contact form made in flash and php, it can be used on ‘contact us’ pages.
A flash file contains the form items and when the ’send’ button is pressed it sends the values to mailer.php, this mailer.php sends the email to the receiver.

Leave a Comment

How to open Named Anchor links in flash actionscript

In html you can link to a speciffic area of a html page by adding anchors, for example this link will point you to the “solution” area of this page; you link to an area of a page (to an anchor) by adding # after file name followed by the anchor name, e.g: products.php#product4 or just #product4 if destination is on same page.Write a really short javascript in the html page and set the getURL from flash to trigger that JavaScript.You can use javascript in your flash script for perform more interactive javascript like things.

Leave a Comment

Simple Flash and XML sample Learning flash and xml

Creating flash file and then accessing xml file is a basic task that is done in flash scripts.We load data from xml file or http path.This data can be dynamic but we have not to worry about its size or dynamic nature.We process the xml file using DOM methods in flash.This simple basic article will show you basic connection between flash and XML, it will show you what to add in the flash file in order to be able to read tags from an XML file and then use that data inside flash.

Leave a Comment