[COLOR=black][FONT=Arial]Hi every one I’m in the process of building a flash form I’ve been following tutorial:[/FONT][/COLOR]
[COLOR=black][FONT=Arial] [/FONT][/COLOR]
[COLOR=black][FONT=Arial][COLOR=#800080]http://www.kirupa.com/developer/actionscript/flash_php_email.htm[/COLOR][/FONT][/COLOR]
[COLOR=black][FONT=Arial] [/FONT][/COLOR]
[COLOR=black][FONT=Arial][COLOR=red]MY EXAMPLE WORK FILE:[/COLOR] http://www.johncliffordtaylor.com/form_help.fla[/FONT][/COLOR]
[COLOR=black][FONT=Arial] [/FONT][/COLOR]
[COLOR=black][FONT=Arial]But I’ve made a change to the work layout (details below) and now I can’t get my:[/FONT][/COLOR]
[COLOR=black][FONT=Arial] [/FONT][/COLOR]
[COLOR=black][FONT=Arial][COLOR=navy]onClipEvent(data){
_root.nextFrame();
}[/COLOR] [/FONT][/COLOR]
[COLOR=black][FONT=Arial] [/FONT][/COLOR]
[COLOR=black][FONT=Arial]ActionScript to work so when you press the send button on the form page the play head doesn’t advance to the thank you frame.[/FONT][/COLOR]
[COLOR=black][FONT=Arial] [/FONT][/COLOR]
[COLOR=black][FONT=Arial]In the tutorial shown all the frames are on the main timeline. Because of existing content layout in the site I’m building this form for I have to build the same form and placed it in a movie clip aptly named “form” so it will occupy only one frame on the main timeline.[/FONT][/COLOR]
[COLOR=black][FONT=Arial] [/FONT][/COLOR]
[COLOR=black][FONT=Arial]Sadly this is where the problems start because even though the PHP email function is working fine, the when you click on the send button the play head doesn’t advance to the thank you frame.[/FONT][/COLOR]
[COLOR=black][FONT=Arial] [/FONT][/COLOR]
[COLOR=black][FONT=Arial]I think the problem lines in the:[/FONT][/COLOR]
[COLOR=black][FONT=Arial] [/FONT][/COLOR]
[COLOR=black][FONT=Arial][COLOR=red] _root.nextFrame();[/COLOR][/FONT][/COLOR]
[COLOR=black][FONT=Arial] [/FONT][/COLOR]
[COLOR=black][FONT=Arial]Part should it be a:[/FONT][/COLOR]
[COLOR=black][FONT=Arial] [/FONT][/COLOR]
[COLOR=black][FONT=Arial][COLOR=navy]this.nextFrame();[/COLOR][/FONT][/COLOR]
[COLOR=black][FONT=Arial] [/FONT][/COLOR]
[COLOR=black][FONT=Arial]So any help would be very cool thx for taking the time to read and help out[/FONT][/COLOR]
[COLOR=black][FONT=Arial] [/FONT][/COLOR]
[COLOR=black][FONT=Arial] John [COLOR=black][FONT=Arial]:h:[/FONT][/COLOR][/FONT][/COLOR]