Professional :: Possible To Create Button In Flash To Use In PHP Form?
Mar 3, 2010Is it possible to create a button in flash and use it in a php form? or even an html form? if yes, how???
View 2 RepliesIs it possible to create a button in flash and use it in a php form? or even an html form? if yes, how???
View 2 RepliesI'm basically trying to create a subscription form where the user types in their email address in a text field which logs the information and pulls up a URL when the submit button is clicked.Right now,I only know how to create a button which links to a URL. I'd like it a little more interactive. How can I do this?
View 5 RepliesI wish to create an interactive form in FLASH as part of a website. That is the user enters say width and height numbers in boxes and the form returns a price for that size widget. Is this possible in a FLASH based website? If so is there a specific name for this type of form so I know where to look to get help in creating one?
View 4 RepliesI'm trying to create a submit form in flash that will post the form data to my php script. How do I make a button post
View 1 RepliesIn my application Flash with AS2,i want to create a form (Name, email, tél,...) like this : [URL]That will be shown after a click on a button; this form should be in light box.I can do that with motion tween and transparency and... (Baby work), that is not good form me.is there a solution with action script 2, and the form called from another .swf ?
View 1 RepliesI don't know if this is too much to ask but could someone give me a quick overview on how to create an email form that actually sends the information to my email? I have the form created, and I'll post the .fla file (I allow a laugh at my elementary flash movie. This is just a final project for an intro to flash class), and I understand I'll need the .asp file from GoDaddy setup on my hosted space.
View 3 RepliesI have a borderless video that is going to be on a website I'm designing. I can add the play, pause, stop buttons but I need to add an exit video button. The video is going to auto play when a user goes to the website. The video is placed directly over a form, so I need the user to be able to click the exit video and have the video disappear allowing users to use the text fields in the form. I have tried many methods, but to no avail.
View 3 RepliesI have an HTML form that I want to upload to MySQL with PHP. That part's easy, but the thing is I want the submit button to be a Flash object. Somehow I need the Flash button to submit the form, but I think I can figure that out. The tricky part is that I need it to set another PHP variable before submitting the form. The variable will be determined by a bunch of stuff, but I can code that in actionscript later. I just need to figure out how to pass the variable back to the webpage. A $_POST variable would probably be fine.
edit: What if the flash object returned some javascript and set a variable that way? making it submit the form as well while still catching a variable?
I have a PDF I want to make downloadable via a button. Is there an action scrip command i can put on a button so the file can be downloaded?
View 3 RepliesGreetings: I've used this method many times in the past to create an email form in a movie clip with a "send button" that accesses a perl, cgi script to email text input fields. It worked fine in past versions of Flash, but now I'm using Flash CS3 (v9.0, AS 2.0). I've tried 3 different cgi scripts I found online for this purpose and am sure the configurations for sendmail server & perl bins, etc are correct. All of the other "if" and "else" statements on the button work fine. But I can see a Safari (browser) error message saying POST was not used, but clearly it is. I'm trying to trouble shoot whether the problem is from the flash button or the cgi script. Has something changed in Flash CS3 from previous versions, where I'm certain it has worked before???
[Code]...
I've been having a bit of a hard time understanding how to get a button which I have created in Flash to navigate to the next slide of the PowerPoint presentation which it has been added into.
I understand that I somehow need to make use of fscommand in ActionScript, but I'm not sure how I can get Flash and PowerPoint to communicate between themselves.
I'm using Flash MX 2004 7.0 and Powerpoint 2003.
looking to create an image/mc slider that moves form right to left via user clicks of a left and right button.I would assume I would create an array to hold a series of mc's in (my images) and then tell the left and right buttons CLICK events to move linearly through the array (displaying next in line and previous etc.
View 1 RepliesI'm struggling to get the form to to go to a new frame once the form button has been submitted. [URL]Using ActionScript 2.0 The submit button is at this following path:
Scene -> txt8 (MC) -> t8.1 (MC)
The button has the following code on:
Code:
on (release) {
share_form.loadVariables("pay_per_click.php", "POST");
}
The onClipEvent(data) is held on the movieClip txt8, as this is the clip that holds the all the form components.
Code:
onClipEvent(data){
_root.nextFrame();
}
The next from frame that i'm asking it to go to, is directly after the txt8 MovieClip. Both the the txt8 MovieClip and NextFrame have stop(); code on them.The form submits all the info into the database, I just can't get it to load the next frame.
I'm trying to create a form box in flash, where I could create a list of states -- if a user types in one of the states on the list, he or she will see information about that state, if he or she types in a state or anything that isn't on the list -- he or she would see a 'information coming soon' default.
View 6 RepliesHow can I create a mail form in Flash ? I know, it's been asked a million times before but this one's different. You see the server I'm on has UNIX servers, and don't support anything. Real crap, not even PHP, AS, CGI, ... nothing. So now what do I do to create a mail form without PHP, AS, Perl, CGI, ... ? I have no idea at all, all those forms use PHP.
View 14 Repliesi am trying to create a simple mail form in flash to be sent through php.
the actionscipt:
Code:
on (release) {
getURL("http://www.dw20.co.uk/pages/contact_form.php", """", "POST");
}
the php:
[Code]....
How can I create a dynamic object from a string? Here is my current code with incorrect results:
[Code]...
I would like the previous code to output the following:
[Code]...
how to create just tabs in flash but I can't find none which explains how to create associated subpanels and switching between them.
View 1 RepliesActionScript Code:
// set default text of boxes - currently blank
name_txt.text = email_txt.text = subject_txt.text = message_txt.text = " ";
[Code].....
I believe my problem lies within the email_data var. And I believe the problem is the "&" that has to be there. If I take it out I dont receive the information placed inside the corresponding input text fields.
I wanted to create a simple flash contact form for my flash website. I went through Lee's tutorial on how to create the contact form and PHP file to go with it. I've uploaded everything to my server and tested the form. My flash form consists of Name, Subject, Message, and Email fields. When I receive the email all that comes through is this with none of the actual message that was written IN the contact form:
Name: Subject: Message: Email: The 'From' field is also blank. I don't know if my problem is with flash, my PHP code, or with my server. Can someone take a look at this and tell me what's wrong? I can't seem to find any errors from Lee's tutorial with my code or labeling.
[Code]...
i'm trying to create a expanding Form with a smooth transition effect, here the code:
<s:TitleWindow xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"[code].....
But the problem with this is that even with creationPolicy set to all not all items seem to get initialized. This causeses the tweener animation to lag when clicking the "register" button the first time. after the first click, the animation is smooth.
Is it possible to create a form with flash where one field changes depending on your previous selected option. I know this is possible to do with javascript but not too sure about flash.
View 1 RepliesI have an asp form code, that i need to recriate in flash.knowing that the languiage has a few differences (I am unfortunatly not a coder), is there any trasnlator i can use? can enyone give me a hand trasnlating the code bellow to flash code?[code]
View 5 Repliesflash contact form will only accept certain keys, Like zxvywghjk.. and number keys will not type into it
View 3 RepliesI might as well put it out while I'm writing. I'm having problems linking my Submit button on my form. Here is my code:
stop();var getPHP:URLRequest = new URLRequest("http://www.dggrafix.com/glutenfree2/contactformprocess.php");
submit_btn.addEventListener(MouseEvent.CLICK, formClick);
function formClick(event:MouseEvent):void{ navigateToURL(getPHP);}
I put this code on the timeline of the form. Correct me if I'm wrong the submit button just needs to link to your PHP file on your server. I'm getting back a #1009 error Cannot access a property or method of a null object reference.I tried referencing the movie file that the button is in ie: form.submit_btn, still get and error.
I am looking for the best registration/forms tutorial for Flash CS4. Is there a good one out there that would walk me through all the key steps for someone who is fairly new to flash? I have done some HTML forms work with php in the past but really like the look and flexibility of flash.
View 2 RepliesI have a movie clip that has a mouse follow scripting, I would like it to perform a button task; when clicked navigate to a url. Am I dreaming, I am having a hard time getting this to work. Is this possible?
View 17 RepliesI created a button symbol, a new layer called actions. what the code is to link the button to "scene 2" "Fframe 3"? and start playing?
I was very familiar with frevious version of Flash, but now have a hard time figuring out the action library? Where can I find a great reference for action script commands?
I need to create a submit button in Flash as part of a Cross Media Marketing campaign. As a result, the submit function is supplied by the Cross Media software. If I submit from a static button in the campaign I just run with[code]...
View 3 RepliesI've volunteered to remake a website for a local maternity home. This is their current website: [URL] I do not make a lot of websites, and the ones that I do make rarely have a lot of actionscript. Anyway, on the financial support page, there's a donate button there, and I have to figure out how to convert that into flash. This is the HTML code for the button and the script:
[Code]....
So I guess what I need to know is: How do I make a text box that will send the dollar amount inputted, and how do I tie it to the button?