Thank you for the very useful tutorial,really helped me a lot. I wonder if they can animate the entire form such that the text box stretch from side or something like that..
I am working on a form in CS4 with name, email and message text input boxes but I am getting error reports in the complier error box. It is saying it cannot load. Not sure what is wrong here.
My Program Is not Working When i Click the submit button It Is Showing :
TypeError: Error #1009: Cannot access a property or method of a null object reference. at fl.controls::ComboBox/get value() at Untitled_fla::wholeFrom_1/ValidateAndSend()
Thanks for the tutorials, all very informative. I have one question tho. I have built a contact form for my site following your vid and all works fine except I have the mail directed to a hotmail account and the message looks as though it has an attachment but nothing is actually attached. For some reason hotmail really dislikes this as it appears "suspicious" and they delete the messages after 10 days (they give no option to mark as safe). Any ideas how I could solve this problem?
Great tutorial , It help me a lot understanding Flash , I was making my forms in Dream weaver wondering how these people make such cool forms can you explain to me how I can compine photopshop with php forms? I want to make forms using photoshop with php coding is that possible ?
I have gone through all the steps and when I test it I get this output error:
Error: Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string containing name/value pairs. at Error$/throwError() at flash.net::URLVariables/decode() at flash.net::URLVariables() at flash.net::URLLoader/onComplete()
Hey, I'm wandering if I can get some help. I went through the tutorial, and everything seems to be right, but I'm getting the error "expecting an identifier before if.
HI! I couldn't find the source file for this tut on your site! I followed along with the tut but it didn't work for me so I wanted to see what I was missing. I have a form with four combo boxes that need coding.
I am getting the following error: Access of undefined property varloader. The script for that line reads: varloader.addEventListener(Event.COMPLETE, completeHandler);
for some reason I can't get this error message to go away even after watching the video 5 more times. Please help.
var bmp:Bitmapdata = new BitmapData(stage.width, stage.height, true, 0x000000);
bmp.draw(stage);
var bytes:Bytearra = PNGEncoder.encode(bmp);
var fr.FileReference = new FileReference();
fr.save(bytes, "testImage");
}
the code above is also using a PNGEncoder import class to produce a PNG image, is there a way to use a PHP file to transfer this customized image through email or to a dynamic web page?
Example have sent to a email or displayed on a web page after a save button has been pressed?
DUDE! I can not tell you how this has helped me so much!
yes this was a huge help out of all the flash training DVD videos and books sitting here n my desk I could have spent hours just trying find this exact info, I found it here in just a few minutes and got exactly what I needed to know!
MCVDIGITAL: He means that the php file, the flash files that has the contact form in it and the html form HAS to be in the same level of the directory (all in the same folder as each other).
This is not true as you can change the path to the php document in the actionscript if you want to keep the php parser inside another folder. He explains at the end that you can write scripts/php_parser.php if you would like to keep the form parser in a folder called scripts.
"and it has to be sitting in your server, in the same directory as your swf file and your html file that holds that swf file." what does he mean by that? i dont get it. i think thats the reason why its not working so somebody please tell me what he means by that.
First, thanks so much for this great tutorial! I got everything loaded and seemed to be working, but the results arent sending to my email account...Any thoughts on how to troubleshoot this issue?
Excellent. I appreciate the detailed explanations.
Everything is working great and, I am getting return values to my flash from the PHP. BUT the e-mail is not making it to my inbox. I've tried different e-mail accounts. Does this mean that my server is somehow blocking the e-mail?
hi i was wondering if you could offer some help? i loaded the files into the public_html folder on my server but when i click submit the proccessing clip flashes but nothing else happens?
awesome thanks for the help! i got it to work.. dont mean to pick your brain but do you know how to let people upload to send it like an attachment in an email?
I've made a flash site and I have a contact form as two separate flash files; how do I put the contact form on the main flash site? do I add it as another scene? because it is a group of layers.
ok..tutorial was good..i liked that..But there is a problem in that script when i'm trying to
load varsend variable and send it to php...the comment was.... varLoader.load=(varSend)...but when i'm trying to write that in cs4 AC3..then it gives me error..so i solved it myself...and it'll be ....
varLoader.load(varSend).......thanks for the tutorial
Yeah I am, in the .swf the boxes go invisible and the only way you would know they are there is that the cursor as u hover over the areas becomes a text cursor
Great Tutorial, theres one thing that you dont have on the contact from, i was wondering how you can let people send a file with the contact from like a jpg image
Your tutorials have become a great asset. First of all thank you for your priceless info. This particular tutorial threw me a little. The male radio group label does not change the text to male when published... can you comment on how to fix this. Thank you .
thanks FLASHBUILDING...you're an angel...i also downloaded this tutorial but i promise you it's just for personal use and when i'm offline..i'm a student learning Multimedia arts..
How'd you make your video over 54 minutes?I mean,I don't know how you did that I mean,I thought a length for a Youtube video is supposed to be 10 minutes,so how'd you make it longer than 10 minutes?
Another thing! it looks like you have custom stylesheets or something.. The textboxes dont look the same for me.. dont have any shadow inside or anything
Hey, I love how intricate you are in your videos and how you explain everything step by step. I have my site I'm trying to create properly but don't know AS3. So far it's built with AS2 but I know I need AS3 for certain FLV capabilities. One of the things I can't do is make a Movie Clip pop up AFTER the video finishes playing but I still want the video still there in its last frame. Can you help or post a tutorial on this? Thanks man. Your tutorials are the best I've ever seen. Thanks in advance
Yea, thanks. If you look at the link to my site, you'll know exactly what I'm talking about. I have these beautifully built 3D animation running via FLV but the sub content that shows up, comes in too soon. I'd actually like it if the stuff that needs to come up, comes up after the 3D animation stops. I know that you know what I'm talking about so I'll stop writing right about now. Thanks in advance...again.
GREAT TUTORIAL...... thanks a lot man...
jocaziggg 2 weeks ago
This has been flagged as spam show
Americanii creeaza website-uri, olandezii construiesc masini zburatoare, italienii fac autostrade moderne...sistemul din Romania manipuleaza calculatoarele, intercepteaza telefoanele, manipuleaza oamenii...SISTEM DICTATORIAL FASCIST...tiganii Uniunii Europene
gfelician41 2 weeks ago
This has been flagged as spam show
Thank you for the very useful tutorial,really helped me a lot. I wonder if they can animate the entire form such that the text box stretch from side or something like that..
Z3L1c 1 month ago
cool...but keeps "processing" and nothing happen
controledamissao 2 months ago
Excellent! Thank you for this thorough tutorial.
hbat66 6 months ago
I am working on a form in CS4 with name, email and message text input boxes but I am getting error reports in the complier error box. It is saying it cannot load. Not sure what is wrong here.
lmalek11 6 months ago
My Program Is not Working When i Click the submit button It Is Showing :
TypeError: Error #1009: Cannot access a property or method of a null object reference. at fl.controls::ComboBox/get value() at Untitled_fla::wholeFrom_1/ValidateAndSend()
At The Output
thx in advance pls fix and reply:)
Mrpulkitvmehta14 6 months ago
Fantastic :) Thank you so much.
Bibliophile83 8 months ago
Thanks for the tutorials, all very informative. I have one question tho. I have built a contact form for my site following your vid and all works fine except I have the mail directed to a hotmail account and the message looks as though it has an attachment but nothing is actually attached. For some reason hotmail really dislikes this as it appears "suspicious" and they delete the messages after 10 days (they give no option to mark as safe). Any ideas how I could solve this problem?
Thanks again
B2E5N1483X 10 months ago
Great tutorial , It help me a lot understanding Flash , I was making my forms in Dream weaver wondering how these people make such cool forms can you explain to me how I can compine photopshop with php forms? I want to make forms using photoshop with php coding is that possible ?
DeMeteorFF7 11 months ago
Thank you so much.. your video is excellent.. I really appreciate it.
miguelangelitocom 1 year ago
I have gone through all the steps and when I test it I get this output error:
Error: Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string containing name/value pairs. at Error$/throwError() at flash.net::URLVariables/decode() at flash.net::URLVariables() at flash.net::URLLoader/onComplete()
Do you know what I have done wrong? lol
XxDanznangelxX 1 year ago
United Kingdom is not a country :D.
Great tutorial, thanks a lot!
specthanatos 1 year ago
Hola saludos desde colombia!!!
Gracias amigo he aprendido a realizar este fantastico formulario, aunque no se ingles, tu explicas muy bien gracias
teponche 1 year ago
wow ! i just wanna thank you so much you just save my life ...
all your tutorial are the best on youtube we really appreciate for you help,
i learned a lot flash from you ...
thank a million...
rockomoron 1 year ago
This has been flagged as spam show
youtube.com/watch?v=yCcuWwbxuOg <-- Helpful!
QuintusKilsdonk 1 year ago
This helped me soo much!
TheDraecko 1 year ago
Hey, I'm wandering if I can get some help. I went through the tutorial, and everything seems to be right, but I'm getting the error "expecting an identifier before if.
Here's what the line looks like:
if(name_txt.length) {
tat4999 1 year ago
HI! I couldn't find the source file for this tut on your site! I followed along with the tut but it didn't work for me so I wanted to see what I was missing. I have a form with four combo boxes that need coding.
Jubileejones 1 year ago
just signed in to say your tutorials have helped me a lot
thank you
elkrustaceo 1 year ago
I am getting the following error: Access of undefined property varloader. The script for that line reads: varloader.addEventListener(Event.COMPLETE, completeHandler);
for some reason I can't get this error message to go away even after watching the video 5 more times. Please help.
KeepoffdaGrass 1 year ago
hi great work,
But the php doesn't not send any e-mail to me, I have changed the e-mail but I don't get anything when I test this file
can someone explain?
thanks
nermin123 2 years ago
Hi, great work,
But when I test the form, and sent a e-mail to myself, I don't get anything, how can this be? I have only changed the e-mail nothing more.
thanks
nermin123 2 years ago
var bmp:Bitmapdata = new BitmapData(stage.width, stage.height, true, 0x000000);
bmp.draw(stage);
var bytes:Bytearra = PNGEncoder.encode(bmp);
var fr.FileReference = new FileReference();
fr.save(bytes, "testImage");
}
the code above is also using a PNGEncoder import class to produce a PNG image, is there a way to use a PHP file to transfer this customized image through email or to a dynamic web page?
Example have sent to a email or displayed on a web page after a save button has been pressed?
ratdoghippy 2 years ago
Comment removed
ratdoghippy 2 years ago
Comment removed
ratdoghippy 2 years ago
DUDE! I can not tell you how this has helped me so much!
yes this was a huge help out of all the flash training DVD videos and books sitting here n my desk I could have spent hours just trying find this exact info, I found it here in just a few minutes and got exactly what I needed to know!
ratdoghippy 2 years ago
To clean the combobox you can use
comboBoxInstanceName.setSelectedIndex(0);
webmastertool 2 years ago
Hi...very nice tutorial...
can you add a color picker in de form to send to email too?
or Browse and Upload Files in this hole form?
Thax for your help
yamincito 2 years ago
Thank you thank you thank you thank you <3
sakuraness 2 years ago
i cant get this to work.
ive gone over the code and processs 3 times now.
only difference is that i am using cs4.
but i always get error on lines 46,47 and 48.
anybody know why?
techkniffen 2 years ago
MCVDIGITAL: do you realise that there is a PHP program needed to take the variables and send the email?
UnHinged2020 2 years ago
MCVDIGITAL: He means that the php file, the flash files that has the contact form in it and the html form HAS to be in the same level of the directory (all in the same folder as each other).
This is not true as you can change the path to the php document in the actionscript if you want to keep the php parser inside another folder. He explains at the end that you can write scripts/php_parser.php if you would like to keep the form parser in a folder called scripts.
UnHinged2020 2 years ago
"and it has to be sitting in your server, in the same directory as your swf file and your html file that holds that swf file." what does he mean by that? i dont get it. i think thats the reason why its not working so somebody please tell me what he means by that.
mcvdigital 2 years ago
Thank you, Your tutorial solved my problem.
kiccoilvero 2 years ago
I tried 4 tutorials before trying yours... finally one works! Worked for me on the first try. Love it, love, LOVE IT! THANK YOU!
watersparkles 2 years ago
First, thanks so much for this great tutorial! I got everything loaded and seemed to be working, but the results arent sending to my email account...Any thoughts on how to troubleshoot this issue?
kontrhovercie 2 years ago
Excellent. I appreciate the detailed explanations.
Everything is working great and, I am getting return values to my flash from the PHP. BUT the e-mail is not making it to my inbox. I've tried different e-mail accounts. Does this mean that my server is somehow blocking the e-mail?
PigBoT007 2 years ago
thnxx for the help Sir
naeemdal 2 years ago
hi i was wondering if you could offer some help? i loaded the files into the public_html folder on my server but when i click submit the proccessing clip flashes but nothing else happens?
SupremeCatalyst 2 years ago
That means it cannot find or communicate with the PHP script. The
The following could cause issues:
1. PHP file not there
2. PHP file not in right place
3. PHP file has errors
4. Server does not parse or run PHP
If it connects to PHP and PHP has no errors you will see data come back to flash and the flashing thing stop.
Also try to write the full URL to the PHP file from flash to assure connection:
Example-- htt....ww....yoursite... com
flashbuilding 2 years ago
awesome thanks for the help! i got it to work.. dont mean to pick your brain but do you know how to let people upload to send it like an attachment in an email?
SupremeCatalyst 2 years ago
I've made a flash site and I have a contact form as two separate flash files; how do I put the contact form on the main flash site? do I add it as another scene? because it is a group of layers.
northern2007 10 months ago
ok..tutorial was good..i liked that..But there is a problem in that script when i'm trying to
load varsend variable and send it to php...the comment was.... varLoader.load=(varSend)...but when i'm trying to write that in cs4 AC3..then it gives me error..so i solved it myself...and it'll be ....
varLoader.load(varSend).......thanks for the tutorial
koustavbhowmik 2 years ago
if someone could please give me some advice that would be awesome because its driving me insane!! haha thanks
FNDannyboy1 2 years ago
Yeah I am, in the .swf the boxes go invisible and the only way you would know they are there is that the cursor as u hover over the areas becomes a text cursor
FNDannyboy1 2 years ago
Comment removed
FNDannyboy1 2 years ago
Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in
Rubil285 2 years ago
Great Tutorial, theres one thing that you dont have on the contact from, i was wondering how you can let people send a file with the contact from like a jpg image
Armeniansforlife 2 years ago
I have paid for a VERY expensive course and I didnt learn what I did today thanks to your MAGNIFICENT tutorial! Thanks you very much!!
btw- can you link the tutorial where you teach the form from scratch?
thanks a lot!
Ciudadmx 2 years ago
hello, can you tell me how to send the data to a txt file ? so we can work on it offline.. because i need it for my exam please :(
benazio 2 years ago
hi, the tutorial really helped, now, I'm getting an error in the following line:
function completeHandler(event:EVENT):void{
The error reads:
1046: Type was not found or was not a compile-time constant: EVENT.
I tried to import the class (import flash.events.Event) but the error persists
I'm kind of new to this so I wouldn't be surprised if it was something really simple. Any suggestions?
antonioalbagli 2 years ago
I think your error is thatyou typed "v oid" instead of "void"
Ciudadmx 2 years ago
Can i only be a space to much? v oid-->void
sveiludv 2 years ago
he is a youtube partner =D thats why he has the banner to
jokertwin1 2 years ago
Hello Adam,
Your tutorials have become a great asset. First of all thank you for your priceless info. This particular tutorial threw me a little. The male radio group label does not change the text to male when published... can you comment on how to fix this. Thank you .
Tutorial Fiends United,
Mr Raidge
MrRaidge 2 years ago
nice tutorial
sabaqahmad361 2 years ago
thanks FLASHBUILDING...you're an angel...i also downloaded this tutorial but i promise you it's just for personal use and when i'm offline..i'm a student learning Multimedia arts..
trigger1116 2 years ago
No sweat... thanks... hope it works well for you...
flashbuilding 2 years ago
holy crap 58 minutes
axelove15 2 years ago
Such an awesome video, learned so much. :D Very easy to follow along, etc...
canadacurtis 3 years ago
How'd you make your video over 54 minutes?I mean,I don't know how you did that I mean,I thought a length for a Youtube video is supposed to be 10 minutes,so how'd you make it longer than 10 minutes?
razorath82 3 years ago
10-minute vids are for regular youtube users. U gotta be a Director, etc. it's just a matter of Selectin' ur Role when u create ur account.
sentimentalvalla 2 years ago
this was perfect thanks!!!
Also, what program are you using where the mouse is highlighted yellow and the mouse shows that red animation when you click? Thanks
rekeen01 3 years ago
Glad you liked it... I use Camtasia [not free] sometimes, and sometimes Camstudio[free]. I like both, and both record in HQ and HD.
flashbuilding 3 years ago
Another thing! it looks like you have custom stylesheets or something.. The textboxes dont look the same for me.. dont have any shadow inside or anything
Ieclipze 3 years ago
Hey, I love how intricate you are in your videos and how you explain everything step by step. I have my site I'm trying to create properly but don't know AS3. So far it's built with AS2 but I know I need AS3 for certain FLV capabilities. One of the things I can't do is make a Movie Clip pop up AFTER the video finishes playing but I still want the video still there in its last frame. Can you help or post a tutorial on this? Thanks man. Your tutorials are the best I've ever seen. Thanks in advance
jmusse 3 years ago
I'll see what I can do... and thanks for the praise!
flashbuilding 3 years ago
Yea, thanks. If you look at the link to my site, you'll know exactly what I'm talking about. I have these beautifully built 3D animation running via FLV but the sub content that shows up, comes in too soon. I'd actually like it if the stuff that needs to come up, comes up after the 3D animation stops. I know that you know what I'm talking about so I'll stop writing right about now. Thanks in advance...again.
jmusse 3 years ago