[COLOR=#000000]Hey guys…
Does anyone here know how to make a template monster flash contact form work??
[/COLOR]
[COLOR=#000000]its made with action script 1[/COLOR]
[COLOR=#000000][/COLOR]
[COLOR=#000000]The site is www.djkevinfoley.com[/COLOR]
[COLOR=#000000][/COLOR]
[COLOR=#000000]and here is the code for the form movie clip[/COLOR]
[COLOR=#000000][/COLOR]
[COLOR=#000000][/COLOR]
[COLOR=#000000]__________________________________________________________[/COLOR]
[COLOR=#000000][/COLOR]
[COLOR=#000000]_root.cont.cont2.txt.t11.onSetFocus = function() {
if (_root.cont.cont2.txt.t1==“your name”){
_root.cont.cont2.txt.t1="";
}}
_root.cont.cont2.txt.t11.onKillFocus = function() {
if (_root.cont.cont2.txt.t1==""){
_root.cont.cont2.txt.t1=“your name”;
}}
_root.cont.cont2.txt.t22.onSetFocus = function() {
if (_root.cont.cont2.txt.t2==“e-mail”){
_root.cont.cont2.txt.t2="";
}}
_root.cont.cont2.txt.t22.onKillFocus = function() {
if (_root.cont.cont2.txt.t2==""){
_root.cont.cont2.txt.t2=“e-mail”;
}}
_root.cont.cont2.txt.t33.onSetFocus = function() {
if (_root.cont.cont2.txt.t3==“phone”){
_root.cont.cont2.txt.t3="";
}}
_root.cont.cont2.txt.t33.onKillFocus = function() {
if (_root.cont.cont2.txt.t3==""){
_root.cont.cont2.txt.t3=“phone”;
}}
root.cont.cont2.txt.t44.onSetFocus = function() {
if (root.cont.cont2.txt.t4==“comments”){
root.cont.cont2.txt.t4="";
}}
root.cont.cont2.txt.t44.onKillFocus = function() {
if (root.cont.cont2.txt.t4==""){
root.cont.cont2.txt.t4=“comments”;
}}[/COLOR]
[COLOR=#000000][/COLOR]
[COLOR=#000000][/COLOR]
[COLOR=#000000]_____________________________________[/COLOR]
[COLOR=#000000][/COLOR]
[COLOR=#000000]Can anyone make sense of it and what is the next step to get it working??[/COLOR]
[COLOR=#000000]
[/COLOR][COLOR=#000000]
Thanks in advance for anybody’s help!
Cheers[/COLOR]