This will show you how to set up a visual design for our form with little actionscript; CODE: Form movieclip: onClipEvent(data){ _root.play(nextFrame); } send button: on(release){ form.loadVariables("email.php","POST"); }