I'm making a flash website for a non-profit organization. I made a guestbook with PHP and XML and my contact form with PHP, but the server I am using doesn't accept files with php, asp, js, html, or htm extensions. They are using godaddy's WebSite Tonight built-in website builder currently. They want to keep the original site for backup but cannot export the current website files because of the website builder application. Is there any way I get make a guestbook without php, asp, js, or html?
This is in reference to the Kirupa tutorial "XML Guestbook with PHP". I used this guestbook on my previous site, and it worked great. The site was originally published under Flash 6 AS1. I am redesigning my site to be published as Flash 7 with AS2. When I test the guestbook in Flash 7 AS2, it errors. What parts of the actionscript do I need to update so it works with AS2?
i have uploaded everything. and yet i cannot send new messages. i tpye the message in and hit send and it disappears. also i keep hearing about some permission 777 thing what is that. how do i change it to it? example. [URL]
I got a Flash Guestbook using PHP that works perfectly...The thing is that I need to load it into another .swf ; but when I do it, the Guestbook doesn't do anything.It seems to me that by loading it into another swf, the Guestbook can no longer send or receive data to and from the PHP script.
I want to add a guestbook to my Flash site - an easy one that just allows people to add a message about what they think of my site, and allows others to read those messages.
Ok, So I made a text box and named it info. Then the AS
[Code]...
so...nothing happens..."Not" doesn't even show up. Something simmilar happend to me when I followed a flash guestbook tutorial somewhere, the guestbook tried to inset and such so the guestbook would seem formatted, but nothing happend "Instead of this" "I got this" I've embedded uppercase, lowercase, num, and punc Arial 11 pt bitmap
what i want to do is make a kind of guestbook thing.. and what i need to do is just store the data of each post into a data file on the website..I was thinking that i could do it with SharedObjects.. as i know how to use them and that was what i was goin to try first.. but.. is this the best way to do it?? will it work on the web or will it only work locally on a computer..Should i be using php or xml or somtin like that?? If so.. how would i do that cause i dont have a clue at all..
I used guestbook form here:[URL] and when I load it into a container in the flash website the guestbook doesn't read the data from txt file. It works ok when it's alone.
I have incorporated the following XML guestbook on my site and it works like a charm since its inclusion on my site
[URL]
How to send a mail to me when anyone adds a message on the guestbook ?I guess it is possible as whenever one xml object is send to the php file for processing by sendAndLoad function , it can also send a mail via php .....the code that sends xml data to php in this actionscript is
I have made a simple site with some simple transitions. each button on my site loads in an external swf file into an empty movie clip.
One of these swf files is a guestbook which works when i dont load it into the empty clip and test it alone on my server (sending in the guestbook swf, html, php, and empty text file)
Now then, when i load in the guestbook into the main swf, nothing happens on the server when I test it - I am lost and now come to you people for advice. It obviously has something to do with being loaded into an empty movie clip that is causing conflict.
I am not sure if this is considered flash but how can I add a form customized that I would like to add to a website so clients can fill out and submit via email? Is there a program to do this task.
I am not sure if this is considered flash but how can I add a form customized that I would like to add to a website so clients can fill out and submit via email? Is there a program to do this task.
I am doing some forms in Flash Cs4 with AS3. The forms are working well, but i have a code to check if people have enter information in every field. But the verification only works for 2 field. The code is exactly the same for the other but it doesn't work. Can you double check my code and maybe explain me why it doesn't work or maybe how to replace the validation code by another.
(I figured out the TAB ordering )UT the contact form sends email out even if not all the fields are filled in. I need to change it so that it will only proceed if all fields are filled in.This is what I have right now:
on (release) { // send variables in form movieclip (the textfields
I am currently trying to complete some forms done in Flash.I got everthing down , meaning naming conventions, etc.I am having a hard time trying to understand the commands invloved by trying to get the outcome of the forms.the Submit and reset. The communication with server (cgi-php?)I checked out the one here but it doesnt click. I know Im missing something.to check out these forms go to www.prestigepaper.com/forms/index.html & legal.html.
I'm looking to create an input field in my flash site where users can enter their email address to sign up for a newsletter, ultimately so the email gets added to our mailing list (hosted by constant contact).I can create the look, i'm just terrible at the science that makes it work.
I am a total newbie to flash/AS3 and want to design a form with several text fields (name, DOB, address, etc.) & a message box.give me an example (I can edit) of the AS3 needed to make the form functional and also an example of the PHP (I can edit) to make the form email the information to me on "submit".
I have created 3 forms.The forms appear to operate correctly.You receive an error message when the form hasn't been filled out correctly and when you fill the form correctly it appears to process the forms information.However the information is never received in my email account.I am assuming there is an issue with the php file.URL..
I have created a form in flash (CS5) using AS3 and Php.The test run worked absolutely fine but now I have added the form to my (original) flash movie it has a number of errors come up... Thing is that I've just spent the last 2 hours trying to get this form to work and having no success what so ever.
Scene 11152: A conflict exists with inherited definition flash.display:DisplayObject.name in namespace public.ComponentShim (Compiled Clip), Line 15000: The class 'fl.controls.TextArea' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.ComponentShim (Compiled Clip), Line 15000: The class 'fl.controls.TextInput' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.ComponentShim (Compiled Clip), Line 15000: The class 'fl.controls.UIScrollBar' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.ComponentShim (Compiled Clip), Line 15000: The class 'fl.controls.Button' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.
Some sites have forms which are Flash.How can I programmatically, fill out these forms ?Is the only solution sending POST via cURL by first monitoring the http headers being sent ?
Doing some development in Flash Builder 4 using Action Script 3.0.I'm trying to have some code run each time the form is displayed.The form is not always recreated, but sometimes hidden and reused.Visual Basic used to have an Activate event that does similar to what I want.I tried Render, but that fires every time the form changes (via click, text-edit, etc.)We tried the FlexEvent.ADD, but it only fires when the form is first created, same as creation_complete.Is there a good resource that shows the form "life cycle" and all the events and when they are fired and in what order?
NOTE: I'm trying to get our forms to close when the ESC is pressed.