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()
At The Output
thx in advance pls fix and reply:)
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
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.
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()
Do you know what I have done wrong? lol
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...
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) {
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.
So, I want to make it so that one can select a radio button to choose one of 3 emails to send the message to... how would I go about doing that? Any suggestions?
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
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
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?