ActionScript 3.0 :: Create A 'register For Info' Form On My Site Without Php/mySQL?

May 6, 2010

I want to collect email addresses on my Flash/AS3 site for a project.I just have basic web hosting (just FTP upload space) and do not have access to a LAMP server.I assume this is what I need to be able to run PHP/MySQL etc.Does this mean there is no way of me making a form that will allow visitors to input their email addresses to sign up for a newsletter I send out?

View 2 Replies


Similar Posts:


Mysql :: Create An Insert Form With TextInput Containing ComboBox Provided By MySQL Database Table?

Jan 13, 2010

I have a Flex application which manage a database composed by 7 tables.I have created the insert form and all work great. Now I wanto to improve the Form performances; the idea is to replace the TextInput of the Form with ComboBoxes which are provided by the DataBase tables

View 1 Replies

ActionScript 3.0 :: Complex Flash Form Info Not Passing Through Whiled Embedded A Dreamweaver Site

Dec 20, 2010

Okay, there is something that I don't quite understand. I built a flash contact form in Flash CS4 and embedded the swf in my webpage using Dreamweaver CS4. I upload the files in my server but why it's not working? I created a test folder in my folder and it does work... (It doesn't work here) [URL] The problem is that I'm not receiving the information when the user enters and submits the information on the contact form. I do receive the information on the test link. I'm posting the Flash AS and PHP Code to see if anyone can point out any mistake that I'm doing.

[Code]...

View 1 Replies

ActionScript 2.0 :: Create A Login Page In Flash Site That Relates To Information Input To A Mysql Database

Oct 11, 2006

I need to create a login page in my flash site that relates to information input to a mysql database. after the submit their information we want to send them a link to a differnt flash page with a login screen they will use their first name and a password (already in our database) to gain access to this "new" page. on that page there will be a welcome message that says "Welcome, User First Name" so I guess i have two questions

1: how do i set up a login page?

2: how do i pull that login info to a welcome page?

View 7 Replies

ActionScript 3.0 :: Register & Login Form Using Shareobject?

Feb 3, 2012

1 - How can i create register and login page in flash and i want to use shareobject please guide me, how can i use sharedobject. 2-  How can i use mysql database to connect flash

View 1 Replies

ActionScript 3.0 :: Grabbing Info Based On Id# (php Mysql)?

Mar 19, 2010

I'm trying to create a website that will grab content from a MYSQL database, and display it inside of a dynamic text field in Flash. There are several buttons on the page, and I want each button to grab different information depending on id #. So far, I've done a few tutorials both here and elsewhere, and I've finally figured out how to get the Flash to connect to the database, but I'm not sure how to get info based on the id. My current database only has two columns: id & home_body with one row. I want to add more rows to this soon so I'll have something like this:

id | home_body
1 | info <-button 1 grabs this
2 | info <-button 2 grabs this

Here's my code thus far:

AS3:

// this code gets the home page data from the database for display
var homePageText:String;
// Assign a variable name for our URLVariables object
var home_variables:URLVariables = new URLVariables();

[code]....

View 3 Replies

ActionScript 2.0 :: Using MySQL Info To Control A Movie Clip?

Nov 2, 2006

Ok, in a nuthsell I am looking to write a piece of actionscript using an included PHP file that connects to a mySQL databse. Depending on the result of the database, I want to know if its possible for the actionscript to then control a movie clip.

Ok I'm probably not making an awful lot of sense, so I'll basicaly lay out what I want to perform (if it is at all possible).

The flash file will essentialy be a map of the world and will list certain ports (i.e. New York Harbour, London Harbour, Sydney Harbour). The flash file then connects to a database to find out if each harbour has a sailing ship present. If a ship is present at the harbour, a movie clip of a ship would be turned on for that particular harbour, if no ship is present the movie clip would remain hidden.

View 4 Replies

ActionScript 3.0 :: Option Menu Which Records Info And Submits To Mysql DB

Jul 14, 2010

looking to create an option menu (at least that is what it is called in HTML).[code]looking to do this in flash though with AS3, PHP and MySQL. The data can be stored in XML. please let me know if anyone has done something like this before, or if they know of a good tutorial which details how.

View 1 Replies

ActionScript 3.0 :: MySQL, Php: Post A Variable, And Retrieve Info From Db In Flash?

Aug 2, 2009

Currently I'm setting up a webservice, which includes a login to access the member area.I'm testing all components seperately, and I've ran into a problem. When the user logs in I want flash to retrieve the user_id as a variable, so that I can use this user_id for member related database access. However, I'm having problems with retrieving the user_id.The login is done by inputting the email and password of the user. If these variables match the data in the database the user is send to the member area. I want to get the user_id by posting the email variable to a php file. In the php file the following code is responsible for this:

PHP Code:
$email = mysql_real_escape_string($_POST["email"]);

View 2 Replies

Flash8 :: Create A Minimap That Can Register Each Object Location?

Mar 21, 2010

what im trying to figure out is how exactly do you create a minimap that can register each object location

View 2 Replies

Email Form - Add A Coupon After You Submit Your Info?

Oct 19, 2009

I created a email form and what I want to do is add a coupon after you submit your info.What I'm thinking is people fill out the form they hit the submit button info gets sent and then a page opens up with the coupon to download.

Attachments:
contact_form.fla.zip (361.4 K)

View 15 Replies

ActionScript 3.0 :: Use As3 And Php Together To Send Form Info To Email

Jun 15, 2008

i have about 10 fields most input text boxes and then about 4 check boxes...i have no clue how to use as3 and php together to send the form info to an email.

View 1 Replies

Actionscript 3.0 :: Sending Html Form Info From .swf?

Jan 28, 2012

A website is changing its payment processor company to authorize.net and they sent code to the client that's to be embedded in an html page:

Code: Select all<form name="PrePage" method = "post" action =
"https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx">
<input type = "hidden" name = "LinkId" value

[code].....

View 3 Replies

Actionscript 3.0 :: Using RegExp To Retrieve Info From Web Site

May 29, 2010

I am wondering if it is possible to use RegExp to retrieve info from a web site. I want to retrieve hurricane information from a web site by "scanning" the site for longitude, latitude information and have it return it to a text box on my app. Any ideas?

View 2 Replies

Actionscript 2.0 :: PHP Contact Form Works But No Info In Email?

Aug 1, 2009

My flash contact form is set up correctly as well as my php file. I've tested the form in flash and on the web and it sends out an email. However when I check the email, all the fields are blank. The name, email address and message all appear blank when checking the email.

AS code Code: Select allstop();
var senderLoad:LoadVars = new LoadVars();
var receiveLoad:LoadVars = new LoadVars();

[code]....

View 2 Replies

ActionScript 2.0 :: Flash - Form Not Sending To MySQL?

Nov 22, 2005

I have a very important form that i have to have finished by the end of this week. I am using components from Flash 8 to create the form and can trace all the fields by their given var but it will not send the variables to the MySQL database?I have checked the varialbes,but it's still not working?

PHP Code:
<?phpsaving script//connectto the servermysql_connect( 'localhost', 'xxxxxx', 'xxxxxx')

[code].....

View 1 Replies

ActionScript 2.0 :: [FMX] Flash 4 Pro - MX - Receives XML Info From A Specific Site

Dec 16, 2002

I'm trying to write an application that receives XML info from a specific site (stats for my Live365 webcast actually). This is my first MX project. I've read through the Macromedia support topics and have come up empty handed.

View 1 Replies

ActionScript 2.0 :: Site Tutorial On Using Flash With Php & Mysql

Mar 21, 2003

Iv just follwed page 1 of the tutorial for using flash with php and mysql, iv follwed the tutorial exactly how it tells me to and it doesnt seem to be working. Has anybody else had problems like this aswell or is it just me?

View 5 Replies

ActionScript 2.0 :: Activating Button In Send Info To PHP Order Form

Sep 13, 2009

I'm trying to finish off a Flash menu that was done for my website & I'm a bit stuck - New to this game. Basically I have a menu made up of 5 items, each item leads to another list which has a "datefield", "nemericstepper" & "order" button. what I am trying to achieve is when the "order" button is pressed the "date" & "number" information is sent to my existing order page, customers details are then entered in the required fields & this is sent including the "date" & "number" via my existing PHP script to my email.

View 0 Replies

ActionScript 3.0 :: Make Form In Flash To Send Info To Php By Post / Get?

Jun 30, 2011

How can i make form in flash to send info to php by post or get ?[code]...

View 7 Replies

ActionScript 3.0 :: Send The Form Data To A MySQL Database?

Feb 28, 2011

What I am wanting to do is create a "registration form" and send the form data to a MySQL Database. Once the user submits the form, a password is created and emailed to the user.

Then once all has been created and stored, the user can log in and gain access to secure pages.

View 9 Replies

ActionScript 2.0 :: Make A Form That Submits Info To A Database And Then Displays It In Flash?

Jan 18, 2004

I need help to make a form (in Flash) that submits info to a database, and then displays it in Flash. Even better, submits the info to a Flash-made database.

View 7 Replies

ActionScript 2.0 :: Mail Form - Cannot Send Info From Input Boxes To Email

Dec 9, 2005

I created a funky mail form and i can't seem to send the info from the input boxes in my flash file... to the PHP script, stuff it into an email, and then send back a success or error response. I am attaching the FLA and PHP files as well as the external .as files that are needed for the FLA's effects to work. [URL]

View 1 Replies

ActionScript 2.0 :: Make Flash Form Submit To MySQL Database?

Apr 20, 2009

I would like to make my flash form submit to mysql database.

View 2 Replies

ActionScript 3.0 :: Retrieve Info About The Site Or Location The Flash (swf) Is Being Requested To Be Loaded/run?

May 18, 2011

Im sorta beginner at AC3 and i've made a little FLA file wich i a want to compile and upload to a host for load it to my website.However, before i compile it i would like to put restrictions for it not to be loaded from other sites it might be requested by flash insert methods or whatever.Is there a way to retrieve info about the site or location the flash (swf) is being requested to be loaded/run?

View 2 Replies

ActionScript 1/2 :: Can't Figure Out - Put A Login Form On Site?

Jan 17, 2010

I have a site that I created in flash and I need to add a login to a site caleld sharefile.  This form works correctly in html but I can't get it to work in my flash file.Here is the code snippet:

[Code]...

I have the input text ready with one input box labeled username and the other labeled password in flash and on the submit button I have the script: When I publish the file it takes me to the right website but it does not log me in.  It just acts as if I just put a regular link to the sharefile login page.  I figured this was too simple. 

View 1 Replies

Professional :: Flash CS5/AS3 Contact Form Without Php Complications - More Than 1 Per Site?

Nov 17, 2011

I love Flash CS5 and working with the AS3 package yet I have done everything and now I am stuck at the most frustrating part - I want to add contact forms to  my site and its now allowing me to add another form, brings up errors as follows:

Scene 1, Layer 'Action Script', Frame 291, Line 3 1021: Duplicate function definition. 1st Code that works fine send_details.addEventListener(MouseEvent.CLICK, sendData); function sendData(evtObj:MouseEvent):void{ trace (fullnames_txt.text); trace (email_txt.text); trace (contact_numbers_txt.text); trace (postage_details_txt.text); trace (message_txt.text); var [code]....

View 2 Replies

ActionScript 2.0 :: Creating And Email Form For Flash Site

Aug 4, 2004

I went through the tutorial on creating the email form with php. I followed it and made my own movie, uploaded it to my webserver and tried it. I havent recieved and emails. Then I downloaded his source file and changed the email address in the php and uploaded it and Its still not working.

View 2 Replies

ActionScript 2.0 :: Creating And Email Form For Flash Site?

Aug 4, 2004

I went through the tutorial on creating the email form with php. I followed it and made my own movie, uploaded it to my webserver and tried it. I havent recieved and emails. Then I downloaded his source file and changed the email address in the php and uploaded it and Its still not working..what am I doing wrong?

View 2 Replies

ActionScript 3.0 :: Loading Jpg Form External Site Not Working On Server

Mar 5, 2009

I'm trying to load a jpg from [URL]. I load if from my computer, it works.. load it online, doesn't. And it doesn't give me any errors or anything. The completeListener is not working! Is there a problem with flash loading from other domains or what?.. If I test it, it shows in Safari's activity that the jpg was loaded, but it won't display it.

[Code]....

View 7 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved