button send form help

0 views
Skip to first unread message

jman18

unread,
Apr 20, 2006, 6:57:01 PM4/20/06
to macromedia_flash8
Hi, Im relatively new with flash and don't know much about actionscript
i bought a template for a website and it has a contact form on it, i
really can't figure out what to do to make it send the form to an email
address please help!

this is the code that comes standard on the button:

on (rollOver) {
gotoAndPlay("t1");
}
on (releaseOutside, rollOut) {
gotoAndPlay("t2");
}
on (release) {
_parent.t1 = "";
_parent.t2 = "";
_parent.t3 = "";
_parent.t4 = "";
_parent.t5 = "";

_parent.combs.comb1.setSelectedIndex(0);
_parent.combs.comb2.setSelectedIndex(0);
_parent.combs.comb3.setSelectedIndex(0);
_parent.combs.comb4.setSelectedIndex(0);
_parent.combs.comb5.setSelectedIndex(0);
_parent.combs.comb6.setSelectedIndex(0);
}

Antonella Ivana Tilca

unread,
Apr 24, 2006, 5:36:10 PM4/24/06
to macromed...@googlegroups.com
hi juan, sorry i just answer u question... the code depends on the name u give to the boton on the propertie window...but the one u wrote sends the user when he/she rolls over the button to the layer named "t2" and the same when he rolls out, the one that indicates onrelease is the one u should see. because that code doesn't send nothing, it only gives the values "" (empty) to the variable.. i don't know what kind of sample u bought, but u can see some examples in here
please write to me i am from argentina... ivana...@hotmail.com www.integralmodulo.com.ar

 
--
Needed elsewhere
to remind us of the shortness of our time
Tears laid for them
Tears of love, tears of fear
Bury my dreams, dig up my sorrows
Oh, Lord why
the angels fall first
Reply all
Reply to author
Forward
0 new messages