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


Similar Posts:


ActionScript 3.0 :: Flash - Use A URLRequest To Get Login Information From The MySql Server

Jul 26, 2009

I'm having a little trouble with the 3. I'm trying to use a URLRequest to get login information from the mySql server. It works great when I try to log in, but if anyone else from outside my network tries to log in, it just hangs. I'm on port 8080 using localhost. I've even tried changing everything to my IP address instead of localhost and allowing my tester to try, but it still hangs.

View 6 Replies

ActionScript 2.0 :: Dynamic/Database Flash Site - Create A Duplicate Page That Refers To The New Text And Image?

Mar 6, 2008

I have a client that is wanting me to create a flash website in which they can add products pages (product info, images, etc.) themselves after the website is completed. I will setup up the first few products then they will do the rest. Would I wanted to go with dynamic text and empty movie clips loading the images? If so how could I have this create a duplicate page that refers to the new text and image?

View 3 Replies

Php :: HTTPService & MySQL - Can't Post Needed Information To My Database

Aug 30, 2010

I can't seem to post needed information to my database, here's what I've got:

[Code]...

So what is wrong? Why ain't it adding the information to my database?

View 3 Replies

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 :: Login Page Using Php And Mysql?

Jan 25, 2009

I want to have a login page in flash,which takes two inputs and passes it to the php. Then php checks the data base to see whether the username or password in valid or not and then replies back to the flash.

Is there any existing code for this

View 1 Replies

Data Integration :: Create A Slideshow That Pulls Information From A Database?

Apr 22, 2011

I want to create a slideshow banner that will showcase our products. The slideshow will contain the image of the product, the name, the price, the item code and the link when someone clicks on it. Each week we update the best sellers and it can be from 5 to 15 different products. Similar to what we have now in our website www.deiequipment.com which now is static, we want to animate it and rotate the products like a slideshow.The problem we are encountering is that we have to manually update the slideshow content.
 
We would like to know if there is a way through scripting or catalyst to connect to a database and simply update all these fields automatically. So for example if the database has 5 items, automatically will pre-fill each field listed above and the slideshow will have 5 products.
 
If we update the database now with 10 products, to update automatically. That way we can create 1 slide show, the time it takes to rotate to the next product, and add simple button controls to the slide show for next and back that will simply go through the loaded items.I tried to do a research on how to do it online but some takes me to scripting, others to catalyst dabases, but none are specific to what I need.As a note, the image will just be an image holder that will be updated with the image field in the database that points to the URL location of the image.

View 10 Replies

Flash Login Page For Multiple Separate Login Accounts

Aug 17, 2009

I have a need to build a flash login page. No big deal, but I need to have six seperate login accounts. For example:
Username: user1 Password: pass = link to [URL]
Username: user2 Password: pass = link to [URL]
Username: user3 Password: pass = link to [URL]
and so on for up to six users.

Again the usernames and passwords would not change, but need to redirect the particular user to a certain page.
stop();
var user_input = "";
var pass_input = "";
login_button.onRelease = function(){
if(user_input == "user1"
&& pass_input == "pass"){
getURL([URL], "GET");
}else{
gotoAndStop (3);
}}

View 7 Replies

Server Side :: Create A MySQL Database In Which People Can Sign Up/log In?

Dec 13, 2003

First: I want to create a sort of webshop and I want to create a MySQL database in which people can sign up/log in.How can I create this in FlashMX + PHP + MySQL.I want people to log in, sign up and the database should register what people bought the last time(s) they visited.

Now for my second question:For this shop I have a section on the homepage with news.This sections needs to display the news and have a link to the archives.Each newsitem is an images that contains the news.How can I make Flash loads in the news dynamicaly and let Flash detect if there is an archive (archive = more than 3 newsitems in folder) and if there is one, display it?

View 3 Replies

Flex :: Output Database Information In A Text Input Field In Flex By Using RemoteObject(cfc)

Mar 16, 2011

im trying to output my database information in a text input field in flex by using remoteObject(cfc). The information is being provided by a database using a query and an array collection. I'm just unsure how i go about taking the queried array collection information and display it into TextInput Fields.

[Code]...

View 1 Replies

ActionScript 2.0 :: Create A Login Page For A Website?

Aug 27, 2004

I need to know how to create a login page for a website, allowing the user with a correct name and password to view a movieclip with saved inforation.

View 2 Replies

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

ActionScript 3.0 :: Create A Login Page With Errors Messages?

Apr 7, 2012

I'm trying to create something like a login page with errors messages. Scenario: Username txt field is restricted to at least 5 characters long and can only contain letter Home telephone can only contain numbers and us restricted to 8 digits. If either 4 of these rules are not satisfied an error message appears and user can not login My codes are here. could anyone help me to where i went wrong and show me the right way of doing this, for this is my first time doing ActionScripting.

//stop from going into 2 framde
stop(); fmt.color = 0xff0000;
statusTxt1.text = "Letters only";
statusTxt1.setTextFormat(fmt);

[code]....

View 3 Replies

ActionScript 2.0 :: Build A Flash Login Using PHP And MySQL?

May 7, 2010

I've been messing around trying to figure out how to build a Flash login using PHP, MySQL, and AS2. Can't seem to get it working. What I want is, if the username and password match up with entries in the database, the user is taken to frame 2 of the movie. If the u/p doesn't match up, they're taken to frame 3 where a login failure message appears.

View 0 Replies

ActionScript 1/2 :: Can Create A Keypress That Relates To Counter?

Apr 22, 2009

I am making a game that utilizes a keypress to play a movie clip. It runs perfectly but I am trying to add to the script. After twenty key presses play a different movie.In case that doesn't make sense this is a little more in depth description, The game is a boxing game and when Key "0" is pressed a movie clip plays(showing the boxer punching) that part is fine. I am trying to have it to where after Key "0" is pressed 20 times, it will que a movie clip to kick in(the boxer that is being punched will fall down).

View 2 Replies

ActionScript 2.0 :: Create A User Login / Reg Page And Also A Shopping Cart Feature?

Oct 2, 2009

Good tutorials which show how to create a user login/reg page and also a shopping cart feature .

View 0 Replies

Actionscript 3.0 :: Using Login And Integrating Flash With Database?

Feb 2, 2009

im designing a website for my dept for my college....i have designed it well(i guess) with some as3 did some stuffs... that's not important here... i have created a tab called "Login" in that i need two fields Students Name and Password.. in which after logging in the students detail and marks and other student profile must be displayed....all in the movie clip....[URL]

View 2 Replies

Wordpress Based Site That Stores Information About An Image In A Database Field Called "background" In A Table Called "wp_postmeta"?

Jul 22, 2009

I have a wordpress based site that stores information about an image in a database field called "background" in a table called "wp_postmeta".The 'loader' gets an url such as "/thisImage/background.swf"The "background.swf" should somehow display "background.jpg" instead but since I've changed the field name in the database (from background to temp_background) it doesn't work.I pass variables to the "loader" swf and they are correct based on the new field name but it still isn't working.I need to know if there is anything in the .fla's (and therefore the .swfs) that is pointing to somewhere in the database hard-coded. Basically I need someone to look at them and tell me how they are working.

View 2 Replies

Flash CS4 And Database Use (MySQL, ACCESS, Etc.)?

May 20, 2009

how tp use databases with Flash CS4 ?I have created a form, an email page and a username/password protected pages, but I cannot find any tutorials that would help me how to connect to a database.

View 7 Replies

How To Get Data From MySQL Database Into Flash

Oct 24, 2010

I am reading one tutorial :- But I can't understand what is "Gateway.php" and all such things. I am a beginner in Flash.

View 2 Replies

ActionScript 2.0 :: MySQL Database To PHP To Flash

Dec 24, 2010

I am making an online game with AS2 and my method for storing the location of users is with a table with columns: name, x, y. The table has many rows.

I have a PHP script which makes a query in the DB for all x and y locations from -6x to +6x and -4y to +4y (Relative to the user).

If a user exists at that location, then they will be printed on a list that will end up looking something like this:

&username1=John&x1=16&y1=8&username2=Fred&x2=16&y2 =9

I want to know how to make a loop which takes the information printed from the PHP script and use some sort of efficient loop to take username1, username2, username3, etc. and place them at the x and y positions listed. I will use the "loadVariables" function to get the variables from the PHP script.

The main thing that confuses me is how I am to make a loop which manipulates the variable name. I am thinking of using OO with which I can do username(1), username(2), etc. but I am not familiar with actionscript so it would be difficult.

I also need to be able to place an object from my library to the screen and when I did a search, I could not find how to do this.

View 1 Replies

ActionScript 2.0 :: Flash Integrate Asp / Database Information In Action?

Nov 24, 2009

I've been looking around the internet now and haven?t been able to find anything referencing my problem so I thought I'm looking to create a series of adverts for our website. I say adverts, there more like a ?what?s on? synopsis of our website on a area specific homepage. We have 22 area homepages that need to display certain adverts.

What I?d like to be able to do is setup an admin system for my boss to use so he can control via the admin system the adverts to be displayed on each area homepage. I?ve seen that you can import database information via text fields on the movie itself but I?d like to be able to set the movies up so they pull the relevant information into the action script (basically referencing which file name to load and in what order.

View 2 Replies

Flash :: App With A Search Function Through A MySql Database (using Php)?

May 15, 2011

I need some help with a flash app im currenctly programming. I have a management flash app that does some operations in a MySql databases. I have had some problems, but for the most part, I have been able to press on. I'm a flash AS3 newb, so bear that in mind.

My actual problem is that I need to do a "Search" module, and I need it to print several results at once. I am although unsure how to get the results on flash. what I have been doing now is calling a php script that, after doing its operation, does something like (for example):

[Code]...

View 2 Replies

ActionScript 3.0 :: Connecting To MySQL Database Using PHP In Flash

May 3, 2009

I am trying to connect to a MySQL database using PHP in Flash CS3 using Actionscript 3.I have written the PHP file and some AS3 code and it displays the information but for some reason it also displays the tags.[code]The picture below shows what happens when I test the movie.I also need to add buttons to move to the next and previous record and to add or edit the database via the Flash interface?

View 7 Replies

ActionScript 2.0 :: Get Text From A Database Into Flash Via PHP/MySQL?

Sep 19, 2003

I'm trying to get text from a database into Flash via PHP/MySQL. While this works perfectly outside of Flash (ie. the text shows up fine if I just open the PHP file), I get an "undefined" in my textbox when I try to get the text in Flash.

[Code].....

View 4 Replies

ActionScript 2.0 :: Loading Xml To Flash From Mysql Database?

Jul 1, 2010

for my project im trying to get output data from xml into flash...with images & url with description on top of image, load like 10 images with ur and if there is more give me options with numbers.

View 1 Replies

ActionScript 3.0 :: Insert Data From Flash Into Mysql Database?

Dec 21, 2009

I have a quiz game that i have finish. in this game have a finish button. if the finish button clicked the score from the quiz want to insert into mysql database.

View 1 Replies

Flash :: Video Swf Loading Files Through Php From Mysql Database

Mar 22, 2011

I am trying to create a video that loads the videos stred in a directory, depenant on the users id etc.To do this, I am using php. However, I cannot then get the php to convert to xml within the actionscript:[code]It works with a normal xml file just not php

View 1 Replies

Flash :: Mysql Application With Local Database (not Sqlite - Not Air)

Jan 10, 2012

I would like to have a Flash Application (not air) to connect to a local database. Air is not only getting unsupported by Adobe in LINUX but besides, it has serious problems and miss implementation with SQLite. So we want to connect to a local MySQL database. This application should be simple, so we do not want to also have an unnecessary web server (also local) to make a middle communication between the flash app and the MySQL server. There is this driver that allow to communicate Flash with MySQL [URL] Question is: Would it be any problem using this approach when installing the whole application to each client? (because we also in the installation should install a MySQL server).

View 1 Replies

Actionscript 2.0 :: MySQL - PHP - Flash And Resetting The Database Monthly

Jun 18, 2008

First time poster and new to the board. I have been asked to solve a difficult problem and am seeking guidance in completing the task. Basically, to give you an overview, I need to build a custom tracker that counts how many clicks per month a particular link(s) is/are hit within a website I built. I used Flash (ActionScript 2.0)and XML to build the website along with pulling in external swf files as needed. I have an idea of how to create the MySQL table using myPHPAdmin. I know I want to build an actionScript class to pull into the core swf that holds a majority of the functionality, and to create a PHP file that will pass the info to the simple MySQL database AND send an email out on the last day of each month with the totals from the database. Then I need to reset the database to 0 for each link that we are tracking on the 1st of every month.

My goal is to make it as reusable as possible in case I am asked to follow any more links within the site for documentation. Does anyone have some good documentation, examples, or reference links to point me towards? I have an idea of what I want to do, but I'd also like some other people's input on how they would possible move forward in completing this task.

View 4 Replies







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