When you click on it, the form will slide out. Now this is done in ASP/FLash.
When I upload the form by itself, it sends pefectly. When I copy all the frames and paste it into a movie clip, it functions half way. I can type in the form and everything, but its like the send and clear buttons deactivate. To see what Im talking about you can go see the form at www.menardinfosystems.com/form/testing.html , and you can view the site with the form in it at www.menardinfosystems.com/form/site.html .
Ive tried loading the form as an external component into a movie clip, and tried having the form in the actual site. If you have any suggestions please let me know. Thanks a million!
Well, the actions on that send button are as follows
on (release) {
_root.Send();
}
They are inside a movie clip
I can email you the form if you would like.
If you wanted to see how its setup. I downloaded it off of FK. The good thing is, that it works. I just cannot get it to work in an load movie enviroment.
Right now its loaded into a movie clip into the main site. Appreciate your help.
I posted this several times in the FK forum, but got no repsonse.