Ok... New user comes along..... Creates a form and puts textboxes,dropdowns and listboxes on the form. Drops the .fun file on my software and it creates the php file ?
Printable View
Ok... New user comes along..... Creates a form and puts textboxes,dropdowns and listboxes on the form. Drops the .fun file on my software and it creates the php file ?
That sounds great.
Visual basic 6 runtimes are needed.
looks good so far but you see to find all the NAMES of the Shapes in the fun file but not the variable names. Look for $vn$ instead of $n$.
For writing the PHP code you should only need the variables sent not things like the send button. Or are you generating the code for the send button too? Which I'm not sure is a good idea as I know mine is more complex than that as I use it to go to a wait frame and send the vars and check the variables before sending
code:
on (release) {
problem="";
lf="\n";
if (name.length<3){
problem+="Name to Short"+lf;
}
if (the_message==""){
problem+="Please enter a message"+lf;
}
if (email.length<7){
problem +="email too short"+lf;
}
if (email.indexOf("@")==-1){
problem+="Email missing @"+lf;
}
if (email.indexOf(".")==-1){
problem+="Email Missing dot"+lf;
}
if (email.indexOf("@")>email.indexOf(".")){
problem+="Mal formed email"+lf;
}
if (email.lastIndexOf(".")>email.length-3){
problem+="invalid Domain"+lf;
}
if (name==""){
problem+="You must enter a name"+lf;
}
if (problem.length<1){
action="send";
this.loadVariables("mailform.php","POST");
this.gotoAndStop("wait");
}
if (problem.length>1){
this.gotoAndPlay("form_error");
}
}
Yes i agree with the variables point ( Took me an hour to figure out the .fun file ). As for the send button, i have changed the way it is actually seen from my software. When you know which button is going to be the send button, on the actions/Send form data just type in "holder". I can then pull this button into the software and set the correct .php file as its action/url. Iam writing a small tutorial but really dont have time to finish it today. New version PHP Maker .
Drop your fun file as before but now you need to select the variables (.Fun )you want and in which order ( Just click the arrow to set ). Enter in the variable box and double click the variable ( .Fun side ) you want to assign the variable to. Enter the email/subject in the boxes and give it a .php filename. At the moment it is sent to wherever the software is. Load up the fun file back in Koolmoves and create your .swf and html. Upload both to your site ( Same directory ) and give it a try.
This sounds really bad but its the best i can do at the moment.........
I'm going to step out of this one. Good luck on the project.
Still no instructions other than the very simple previous post but an update to the software.... PHP Maker
Create your forms as normal, just enter "holder" for your send buttons url. The first 2 columns are obvious and need no explanation. The 3rd is where you enter the variable name which shows in the email , just highlight and type.
Working out of town on a shoot. Look at it soon.
Loads of downloads but no responses, not even bad points.......
Removed from downloads....
Thanx for the support Blanius... ( Not sarcastic, you actually came up with some valid points )
Download link no longer working. Don't feel bad I've gotten very little response about the mp3marker program I did.
Download link should work now, but only for today.....
Got missing ActiveX control errors when installing. Suspect it has to do with the embedded flash.
Ok so when I create the fun file the URL should be holder? is that right?
Do you know which ActiveX ? Flash uses Flash8a.ocx
Yup..... This sounds like a big problem coming up!!!!
it ran anyway. I have a bigger problem though. I had a mother board go down and there is a problem with my graphics driver and I can't open Koolmoves at the moment I get a driver mismatch error.
the errors during install I imagine are missing OCX's from my reconfigured system.
Flash8a.ocx was one of them the other was something like titext.ocx
The program loaded and the flash animation within it showed just fine I have Flash 8 installed and the flash 8 player is installed as well in both IE and FF
How is it going blanius
Slowing getting my system back to normal....
Busy with work as well so I'm afraid your a little low on the priority list. I fixed my km install and will make a simple mailform to test soon.