Miscellaneous

  Home arrow Miscellaneous arrow Page 11 - Creating a Mail Form with PHP and Flas...
MISCELLANEOUS

Creating a Mail Form with PHP and Flash - Part 2
By: Codewalkers
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 2
    2002-06-26

    Table of Contents:
  • Creating a Mail Form with PHP and Flash - Part 2
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • Page 8
  • Page 9
  • Page 10
  • Page 11
  • Page 12
  • The End

  •  
     

    SEARCH CODEWALKERS

    TOOLS YOU CAN USE

    advertisement

    Creating a Mail Form with PHP and Flash - Part 2 - Page 10


    (Page 11 of 14 )

    Now click on Frame 2 of the tick layerAs you can see I have placed a tick in Frame 2 over the PHP boxIn Frame 3 I have placed a tick over the ASP box Frame 4 JSP and Frame 5 CF.

    So how do you set the variable to pass to your PHP scriptAgain we add some actionscript to each button, let's look at the PHP button.

    on (release) {
    /:ssl = "PHP";
    gotoAndStop (2);
    }

    Let's look at the code line by line againon (release)perform this action when the mouse button is clicked then released/:ssl = "PHP";The value of the variable ssl now equals PHPgotoAndStop (2);Go to and stop at Frame 2 of this movie, of course Frame 2 has the tick over the PHP box, so it appears as if you have ticked the PHP boxAdd this action to all the other buttons changing the code as needed.So we have our drop down menu and our checkboxes now.**Remember when you drag the sslcheck movie onto the main movie stage. To give the clip an instance name of sslInstance names don't have to be the same as the movie's name, but if you must remember to do this

    More Miscellaneous Articles
    More By Codewalkers

    blog comments powered by Disqus

    MISCELLANEOUS ARTICLES

    - Oracle Database XE: Indexes and Sequences
    - Modifying Tables in Oracle Database XE
    - Oracle Database XE: Tables and Constraints
    - More on Oracle Databases and Datatypes
    - Oracle Database XE Datatypes: Datetime and L...
    - Oracle Database XE Datatypes: Character and ...
    - From Databases to Datatypes
    - Firefox 3.6.6 Released with Improved Plug-in...
    - Attention Bloggers: WordPress 3.0 Now Releas...
    - Reflection in PHP 5
    - Inheritance and Other Advanced OOP Features
    - Advanced OOP Features
    - Linux from Scratch V.6.6 Review
    - Linux Gaining in Strength
    - Install Slackware on Your Old PC


    © 2003-2012 by Developer Shed. All rights reserved. DS Cluster 8 - Follow our Sitemap