Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Checking Username And Password



Hello,

How would I modify the below code so that a user who tries to log in is checked to see if their username and password is correct. Let's say the only correct username is: "glenn" and the password is: "australia"

Basically I'd like to add in the following code, but can't figure out how to add it in without getting errors:

if (INPUT13 <> "glenn" || INPUT2 <> "australia") {
alertbox1 = "UserID or Password is invalid.";

Here's the original code:
============
}
on (release) {
alertbox = "";
alertbox1 = "";
if ((INPUT13.length) == null || (INPUT2.length == null)) {
alertbox = "Please enter your Full Name AND Department.";
} else {
myDate = new Date();
currentMonth = myDate.getMonth();
monthName = calcMonth(currentMonth);
year = myDate.getFullYear();
currentDate = myDate.getDat();
gotoAndPlay ("welcome");
}
}
=================

Any help is greatly appreciated!

Thanks,
Glenn



FlashKit > Flash Help > Flash ActionScript
Posted on: 11-11-2001, 09:24 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Username & Password Help
alright folks,
im really pants at anything that isnt visual design and im tryin to set up a couple of input boxes (username & password) and i have no idea where to start...

i want the submit button to check wot the user has inputed...if they enter the correct info, it loads movie 1 and if they enter the wrong info, it loads movie 2. basically a normal login screen.

its not connected to any kind of database and is not for online use...its merely a presentation tool to run off a cd, but i would like it to function properly.

cheers andy

Username,password,get URL
Need a little actionscript help...
I have 2 movies...Movie1 has an area for username and password plus and "enter" button...Movie2 is the main content. I would like to attach actionscripting to the "enter" button that confirms the 2 variables and then does a "get URL"
In other words, if the username=variable1 and the password=variable2, get URL, http://www.movie2.com

I need the proper syntax to accomplish (if possible)....any help would be greatly appreciated.

Oh, by the way..I realize that server-side password would be much safer, but in this case, not necessary.

Password AND Username
ok i added a password section to my site (flashtr1ck.tripod.com/Erm.html) but i want to able to load both usernames and passwords, is there a way to do this a remote .txt file?

Username/password
Can anyone help me with this?
I want that people can play my game when they login.
This must be several members.
After they login the game starts, and when they have stopt the game and come back the next day, the games starts where they have left it.
Is this possible?

Ron

Username & Password
Hello everyone,

I created a simple and quick log in movie with flash mx,
the trouble is i do not know how to set it up to send the user name and the password enterd to the correct destination.

The movie is located on the home page of

http://www.distanthost.com

however the url of the cpanel members currently log in to is situated at:

http://application.distanthost.com/clients/

that page asks for a username and password.

However i want to be able to get the flash movie i created to send the username and password to that page and succesfully log the user in to the cpanel.

I hope someone can help me i have not got a clue how to do this and im desperate.

Derek

Username/password
Hey, I want to make a username/password form via flash.. i have 2 text fields one called username the other password... i want to have multiple log-in and i want it to go to a certain .htm page if they get it right.. this is what i have but does not work:

on (release) {
if (!username= one & !password=2) {
getURL(one.htm);
}
if (!username= two & !password=3) {
getURL(two.htm);
}
else {
status = "Please enter a valid username";
}
}

I knew that it would not work but someone might be able to give me some correct action script.

thanks

Username&password
ok how would i do this any one got a tutorial, if someone signs up just to have a user name and password to go to my site how would i make it so that ity autosaves that stuff to a file and then the next tiem they come they put in their pass and user id and it lets them loggin?

Username & Password Help
I'm trying to set-up "username& password" textfields that will draw from an exteral file source that our IT guy is going to set up (ie asp./php)......I need help in what direction i should go in to establish this.

I need to reference the username and password that's on a file on my work server so that when they are both entered correctly, the *submit* button i have on the maintimeline directs them to a secure HTML page where clients can order work.
I would appreciate ANY help on this matter.
-david

[F8] Username/Password
Hi... I'm relatively new to ActionScripting so this has all been a challenge to me. I'm much more comfortable creating quick little educational videos for my kids... but I"m taking it up step. I'm an educator and I'm creating a program for my students. Part of it requires the students to enter their name (which will be posted throughout the program in the left corner as well) and they need to enter a password to get them to the section(s) that they are working on. I've been fooling around with the input boxes and attempting to create some scripting but I currently feel like a lost cause. Any help or guidance would be great... thanks!

Username/ Password
I am working on a site for my school which is >>> http://www.design.upenn.edu/bses/

I need a code so that people can

1 Input their User name
2 Input their password

What will the process be for accomplishing this?

Thanks

Username And Password.
I currently finished a website and its ready to upload, but I want to add an "username and password" function.I want it to be secure and to be viewed by only certain people with the correct username and password.

What is the best way to do this?

Thank You.





























Edited: 01/24/2008 at 08:35:19 AM by GrayFox32

Username & Password Help
Hi, trying to do a password protected page for my website. But just a few things I'm not to sure about.

Will I be able to make the password protected page in flash but when password mathes it links to html??is that possible??

Username And Password
Does anyone know how to do a username and password input box that when filled in will take you to a specific URL. I have saw some that have a password field. Is there any that can do a username and password?

thanks

Username & Password
Can someone please post the exact action script for this? Either with or without actuall usernames & passwords as place holders. I've tried this tutorial ~~> http://www.flashkit.com/tutorials/Ac...-842/index.php to the T but when I do it it doesn't work. But if I download the file & open it up in flash MX or 8 pro it works fine. I've copied and pasted the actionscript from the working file to mine. All variables are labeled the same but the only thing I get is the "Sign in Please!!" message to work. Help!!! I need this funtionality asap. Also is it possible for me to import the downloaded movie as a scene in a current flash movie? I'm thinking if i can do this I'll just change the look of the default login screen & add a few navigational buttons to it and be done with it. But I would like to beable to create this funtionality from scratch.

Thanks in advance.

Username & Password Help
Hi, trying to do a password protected page for my website. But just a few things I'm not to sure about.

Will I be able to make the password protected page in flash but when password mathes it links to html??is that possible??

UserName Password Tutorial
i read it and did it and it works... bu thow can i get more than one username and password?Heres what i got

on(release) {
counter = one+two;
}
on (release) {
if (counter eq "DoomsPass") {
gotoAndPlay(5);
} else {
gotoAndStop(2);
}
}

Using Arrays With Username/password
heres my problem. i want to make a username/password screen. i have 2 text boxes, user and pass. i have arrays defined like this:

username=new Array("user1","user2")
password=new Array("pass1","pass2")

now can you tell me how to compare the values; basically test to see if the username matches the password. example- user1's password is pass1. i know i can use loops for this somehow, but i have nearly teared my hair out trying to get it to work. can anyone show me how to do this? thanks so much for any help.

Simple Username And Password
hi i wanted to creat a simple username and password menu

i used this action script

Example:
on (release, keyPress "") {
mess="Sign in please!";
if (username=="flashkit" ) {
mess="Invalid password!!";
}
if (password=="tutorial") {
mess="You forgot the username!";
}
if (username=="flashkit" & password=="tutorial") {
mess="Welcome " + username;
}
}

THEN I WANTED TO introduce another username and password


i undrestand that you have to use the condition 1 or condition2 method but i am kind of confused of how to apply that to my action script!



IF anyone can just insert the condition1 or condition 2 in the example below it would be greatly appreciated.



Example 2:

on (release, keyPress "") {
mess="Sign in please!";
if (username=="flashkit" ) {
mess="Invalid password!!";
}
if (password=="tutorial") {
mess="You forgot the username!";
}
if (username=="flashkit" & password=="tutorial") {
mess="Welcome " + username;
}
}
-------------------- second possibility
on (release, keyPress "") {
mess="Sign in please!";
if (username=="flashkit" or username=="vlad") {
mess="Invalid password!!";
}
if (password=="tutorial" or password=="romania") {
mess="You forgot the username!";
}
if (username=="flashkit" & password=="tutorial" or username=="vlad" & password=="romania") {
mess="Welcome " + username;
}
}



thank you!!!

Username And Password Problems
I have three textboxes named "username" "password" and "message."

I put the following code inside a button, which works:

Code:
on (release, keyPress "<Enter>") {
if (username eq "" and password eq "") {
message = "Insert username and password";
}
if (username eq "atomicnuke" and password eq "password") {
message = "Welcome back, "+username;
}
}
I also want to reset the textboxes if they enter a username but wrong password, but only if they enter a password, not leave it blank. I'd appreciate any help I can get.

Username & Password Problems
hi i would appreciate it if anyone can help:

I'm making a client login in my flashsite and the code looks like this...I must be doing something wrong. When I enter the 1st username & password..it works just fine...but when I enter the second username and password, it opens the link but shows the "invalid" movie clip at the same time...

code:
on (release) {
if (user add password eq "intan" add "coconut") {
getURL ("http://www.helmc.com", "_blank");
} else {
tellTarget ("invalid") {
gotoAndPlay (2);
}
if (user add password eq "costas" add "gafali") {
getURL ("http://www.helmc.com", "_blank");
} else {
tellTarget ("invalid") {
gotoAndPlay (2);
}
}
}
}

Password & Username In Flash
hello again
for those who read my previous message and thought
'nope that makes no sense' let me explain again.
I'm a new comer to Flash and was wondering whether anyone knows how i can create a username & password for multiple users i.e i want to put in my username and view what i want to see rather than a page for all users to the site: i am now on the brink of hysteria and want to cry in a dark corner

Username And Password Generation
Hi,

I know this is probably been on the forum before, but i'm new and desperatly looking for some tutorial or help in making a flashmovie embedded in Html looking into a textfile to verify a username and password so an authenicated user can go to an restricted area of the site.

Does anyone know how to do that? And will you be so kind showing me how?

thnx a million

Passing Username And Password
Hi,


On the press of a button in my movie, i am opening a new webpage.
Once this webpage is loaded a username and password prompt appears asking me to login.
How can i pass this the username and password when the webpage is loaded, so that the user does not have to type them in.

I have tried for days and have got no where.
PLEASE HELP!

thanks

umark

Username And Password Generator
Is it possible to make a password and username generator in flash using php?

It seems very possible and simple to do. If the visitor typed in their deired username and password and hits submit, then using php the information could be sent to a simpletext file and then added to a list of passwords that access the rest of the flash file once added.

Does anyone know of one already made? If not Does anyone have any suggestions?

Thanks!

Username And Password (remember Me)
i'm trying to make a game where you create a profile and you sign in as the profile you made


so you sign up and every time you visit the swf you have to sign in with the username and password you selected


the only problem is... i don't have a clue how to do this


so basicly im getting down on my knees an begging somone to tell me how to to this


or even better give me the fla.

Authentification With Username And Password
Hi,
I'd like to ask you whether you could help with (if possible a link to a
tutorial) for Flash 8 ou CS3 where i can set up an authentification in my
flash file.
I don't want to show a text, so when user enters username and password he
will go to a frame with my text to show, the hideclip or hideobject will
become false and he can view the clip.
Thanking you in anticipation for your answer,

Zach

Adding Username/Password
hi thanks for the tutorial, first. i used the exact code(see attached)
just to try it out but got these messages:


**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Mouse events are permitted only for button instances
on (release, keyPress "") {

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Invalid key code
on (release, keyPress "") {

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 12: Unexpected '}' encountered
}

Total ActionScript Errors: 3 Reported Errors: 3

I am using Flash 8.


My second question is this: after i insert the username/password into my site(movie) how do i ge it to link to the desired info within the same site(movie)?









Attach Code

on (release, keyPress "") {
mess="Sign in please!";
if (username=="flashkit" or username=="vlad") {
mess="Invalid password!!";
}
if (password=="tutorial" or password=="romania") {
mess="You forgot the username!";
}
if (username=="flashkit" & password=="tutorial" or username=="vlad" & password=="romania") {
mess="Welcome " + username;
}
}

Username & Password Protection
I have a script I have found and slightly modified to help me achieve a user name and password protection for a flash file. I understand there is no way to ensure protection of flash files. Fortunetly for me I am looking to add protection to filter out people in a company browsing around the server or other instances.

My question is: How can I add another username and password to the script below?

I have played with it a little and could add a username and password behind the ones listed, but ofcourse all that enables is another username and password option. I would want to use employees "employee number" and their password to enter the flash material. Basically right now I have only one username that matches its particular password. I want to add other users that match thier specific passwords.

I'm sure there are better ways to go about this and am open to them. I don't know much other scripting but can pick up on it. I would like to hopefully do it in flash, considering there won't be many people haveing "access". Maybe .xml could be set up and go from there. I have little experience with xml but have researched and done a few tutorials with it in flash.

Any help or ideas are greatly appreciated.

Thanks
Luke







Attach Code

String.prototype.isWhiteSpace = function() {
return ((this != undefined && this.length>0) ? (this.split(" ").join("").length == 0 ? b=true : b=false) : (b=false));
};

var UserName = "";
var Password = "";
var Guide = "Please Enter Your User Name And Password";

_global.webCheck = function() {
if (_root.Password.length == 0 | _root.Password.length == "" | _root.Password eq "") {
_root.Guide = "No Password Entered Please Try Again";
stop();
} else if (_root.Password.isWhiteSpace()) {
_root.Guide = "Sorry Incorrect Password Entered Please Try Again";
stop();
} else if (_root.Password == "password1") {
nextFrame();
} else {
_root.Guide = "Sorry Incorrect Password Entered Please Try Again";
stop();
}
};

stop();

mcEnter.onRelease = function() {
if (_root.UserName.isWhiteSpace() | _root.UserName.length == 0 | _root.UserName == "" | _root.UserName eq "") {
_root.Guide = "No User Name Entered Please Try Again";
stop();
} else if (_root.UserName == "user1") {
webCheck();
} else {
_root.Guide = "Sorry Incorrect User Name Entered Please Try Again";
stop();
}
};

How To Set An Username And Password For The FME In Linux
Hi there. I installed FMS into a linux server with its own flash media encoder authentication add-in. I restarted the fms service. The fms is working fine, i can stream and also visualize the stream on a client. When I connect to fms with fme i'm not asked for username and password. How do I set up users in fms so that the access to it should be restricted?

Thanks for your help.
Best regards.

External Username & Password
Hi im just wondering whether its possible to have a inputbox where you have to enter a certain word for it to take you where you want to access - a bit like a username and password using if, else commands. The difficulty with this thought is that i want the words that are needed to be entered in an external .txt file.

Sorry if i havent explained it very well but i hope u get the jist of things.

Thanks in advance, Chris

Username/Password Page
Yo dudes,

OK, so i want to allow users to enter a username and password to access a personalized page that will show details of thier order etc....

How do i do that? And plz can you guide be step by step becuase i dont know what to do when someone just throws some ActionScript at me.

Thanks alot.

Username/Password Page
Yo dudes,

OK, so i want to allow users to enter a username and password to access a personalized page that will show details of thier order etc....

How do i do that? And plz can you guide be step by step becuase i dont know what to do when someone just throws some ActionScript at me.

Thanks alot.

Username And Password Login?
How can i make a login with username and password in flash???
I want the password and the username be saved in the swf file.

thank you!

Username/Password Protection For Your Homepage
Help, help...

Who can help me to make an Username/Password Protection for a webpage ?

I found one in the tutorials but there you can only use one User&Password...I need it for some more..what can i do...?

Thx Tom

Flash 5 Username And Password With PHP Nuke
Anyone know if it is possible to create and username and password gate that talks to PHP Nuke? Needs encrypted password instead of plain text. I'm a newbie with both actionscript and PHP so explain in detail if you know how to make this work.

Username And Password Check With Flash And Asp
Hi i've a a little problem

i want to put a username and password field into a swf file so you can enter a private part of my site.

It all worked but now i've got to put in the errors (f.e. if you don't put in your password or it is wrong, you have to get a notice of that)


can somebody help me on this matter cause i've been searching and didn't found it


tia
J-ke

Actionscript Username/password Problem
Hello, I am tyring to create the normal username/password entry fields, but instead of creating brute variables for the user names and passwords, I decided to do it using an array with a for loop to check the users/passes. The script I am using does not work. Here it is:

on (release) {
var badset = 0;
var usernamearray = Array("user1", "user2");
var passwordarray = Array("pass1", "pass2");
for (i=0; i<=usernamearray.length; i++) {
if (username == usernamearray[i] && password == passwordarray[i]) {
gotoAndPlay("correct password", 1);
badset = 0;
} else {
badset += 1;
}
}
if (badset>=1) {
gotoAndPlay("incorrect password", 1);
}
}

Please note that this is a movie clip being clicked, not a button. This may affect why it is not working, but I dunno. The reason I am using a movie clip is because it is much easier to create an animation for the button onrollover than a regular button. Does anyone know why this isn't working? Thanks

Sending Username & Password Variables
Hey all,

I realy dont know where to start here,

But i need to send the variables from the USERNAME and PASSWORD
to a URL...

To PUT it simply...

I HAVE NO IDEA!!

Ill attach the FLA, and see frame 3 where you can find the login form

This is kinda Urgent!!

If some one has a few spare minutes, can you help me out!
Thanks very much!

Help With Username And Password Registration+Login
Okay, i'm trying to get flash actionscript to go to a PHP file and all that, which works.. But I need help on the URL part of it.. the current is


Code:
on (release) {
if (RegName ne "") {
Status = "Beginning registration Process... Please Hold";
loadVariablesNum("Register.php?RegName="+RegName+"&"+random(999) , 0);
} else {
Status = "Please enter a User Name to register";
}
}
and

Code:
on (release) {
if (Name ne "") {
gotoAndPlay(2);
Status = "Beginning Login Process.. Please Hold";
loadVariablesNum("Login.php?Name="+Name+"&R="+random(999) , "0");
} else {
Status = "Please enter a User Name";
}
}
Now, my problem is I need to make it where it will register the password and read the password also in that one line, if I make it in sep. lines like this

Code:
on (release) {
if (RegName ne "") {
Status = "Beginning registration Process... Please Hold";
loadVariablesNum("Register.php?RegName="+RegName+"&"+random(999) , 0);
loadVariablesNum("Register.php?RegPass="+RegPass+"", 0);
} else {
Status = "Please enter a User Name to register";
}
}
It adds 2 diffrent tables, one for username then another for password..
Can anyone help?

Username & Password - Redirection To Other Pages
What would the actionscript (2) look like for a username and password redirection field.

what I mean is
haveing a username box and a passowrd box, and a submit button,

and if you type in different passowrds in the box you go to different pages. ex.

username: bob
password: apple
you you click submit and it takes you to a page all about bob's apples

but if you were to type
username: greg85
password: crazyhorse

and click submit you'd be taking to another page.

- Thanks for your time and help.
JT

Can You Load The Username And Password From Txt File?
i have a login screen and i need the username and password to load from a txt file. how would i do that?

heres what i have applied to the button:


Code:
on (release, keyPress "<Enter>") {
if (pw == "mypassword" && un == "myusername") {
gotoAndPlay("correct");
} else {
gotoAndPlay("wrongpass");
}
}


if someone could help me out that would be great!

thanks!
austin

XML To Load .swf If USERNAME & PASSWORD Are Correct?
how can i make this code load a swf into a container clip if username & password are correct in an XML file?...
code:
// create object load the xml
var my_xml = new XML();
my_xml.ignoreWhite = true;
// when it loads
my_xml.onLoad = function(ok) {
if (ok) {
// parse the xml
temp_xml = this.firstChild.childNodes;
temp_xml_n = temp_xml.length;
for (var i = 0; i < temp_xml_n; i++) {
// check if username and password match
if (username == temp_xml[i].attributes.name && password == temp_xml[i].attributes.pass){
// as they match, get the frame number from the xml
myFrame = temp_xml[i].attributes.frame;
break;
}
}
// no match
if (myFrame == undefined) {
trace("wrong username or password");
}
// it matched
else {
trace("validated!");
trace("now I can move to frame " + myFrame);
}
}
delete myFrame;
};
// input text field:
password_txt.password = true;
//
//
submit_btn.onRelease = function() {
// get the text in the text fields
username = username_txt.text
password = password_txt.text
// time to verify
my_xml.load("details.xml");
};

The XML file looks like this:
code:
<details>
<user name="joe" pass="joepass" frame="1" />
<user name="john" pass="johnpass" frame="2" />
<user name="simon" pass="simonpass" frame="3" />
</details>
The only change (i think) that needs to be made in the XML is that instead of loading a frame #....i want to load swf files.....such as agent1.swf, agent2.swf, agent3.swf, etc.


also.... for some reason i can't AUTOFORMAT the ActionScript above......i keep getting a message that there are syntax errors that need fixing, but when i check the code, i get a message that this script contains no errors???? any ideas??

ANY HELP is appreciated.... TIA

Using XML File To Intigrate Password And Username.
Hey guys i wanted to ask something can i use XML file from which to load username and password in .swf movie. Like in the following code


ActionScript Code:
password_txt = "";

enter_btn.onRelease = function() {
    if (password_txt == "passwordcode") {
        gotoAndPlay(52);
    } else {
        gotoAndPlay(51);
    }
}

var listenerut:Object=new Object();
listenerut.onKeyUp = function () {
if(Key.getCode()==13){
    if (password_txt == "passwordcode") {
        gotoAndPlay(52);
    } else {
        gotoAndPlay(51);
    }
}
}
Key.addListener(listenerut);

And what i want on thsi code is on the place passwordcode...an XML file containing the password to load. I am doing this for my flash program like if i put my won code on teh place passwordcode i am setting the password and what i want is the user to set the password so this password text to be loaded from XML file (i think it is the simples way) so the user will edit the XML file and get own password.. can you help me how to integrate the password from XML file?

Simple Username/password Login
Hi.
Been using adobe flash cs3 for a school project and i need to make a simple username/password login for the project. The problem is that, when using various tutorials in various websites, like this one:

http://www.webdesign.org/web/flash-&-swish/flash-tutorials/simple-user-name-and-password-login.5027.html

for this to work i have to publish in actionscript 2.0, and when i do that, the rest of my project stops to work.

Is there any way i can do the login application in cs3 without having to change my entire project ?

thx

Username And Password With Text Files
I NEED HELP... im trying to create an swf that will have a login page where one has to insert username and password... and it will work with multiple users using external txt files or any simplem alternative.

i saw this tutorial on the net but it keeps giving error messages... please do u have ideas how it can work or alternatives?

Dynamic Multiple Login Structure within External Txt File
// Assume AAA is the username and BBB is the password.
// Create AAA.txt in the same directory with the source file.
// Write password="BBB" in AAA.txt and save it.

// Create two textFields and name them as username and pswd.
// Write the following code to the first frame:

username = "";
pswd = "";
stop ();

// Then, write the following to the second frame:

login = username +".txt";
loadVariablesNum (login, 0);

// Create two scenes for the denied and accepted users.
// Let's say scene1 for the denied, scene2 for the accepted users.
// Code for the third frame is:

if (pswd ne password) {
gotoAndPlay ("scene1", 1);
} else if (pswd eq password) {
gotoAndPlay ("scene2", 1);
}
stop ();

// Code for the enter button (with a keyboard event) is:

on (release, keyPress "<Enter>") {
if (username add pswd eq "" add "") {
gotoAndStop ("scene2", 1);
} else {
gotoAndPlay ("scene1", 1);
}
}

// Now, you can test your swf with AAA as a username and BBB as
// a password, since your swf and AAA.txt are in the same directory.
// You can add more than one txt file, which means new usernames
// with new passwords without touching the source file.

How To Give Login Window, Username And Password
Hi,


In my movie i have a button that opens an FTP connection to a server via a web browser. A popup occurs asking me to log in. This popup is separate and is not imbedded in the browser.

How can i get Flash to pass the username and password automatically, without the need for me to login.


I have tried everything with no luck!

please help!

thanks


umark

Setting Username And Password For SendAndLoad Function
Hi I had my database and php script resides in a server which requires username and password.

As I'm using a sendAndLoad("server address") in my Flash, is there any way to code it such that username and password is loaded by itself in Flash?

If not, I'm unable to use Flash to extract data from the database as the php script location needs to enter username and password.

[F8] Allowing Users To Register A Username And Password.
Hey, i wondered if anyone knows of any tutorials of any user authentication where by the user can create their own username and passoword, by registering on the site, i know this will involve php or something similar, any help would be appriciated.

Regards,

Curt

Setting Username And Password For SendAndLoad Function
Hi I had my database and php script resides in a server which requires username and password.

As I'm using a sendAndLoad("server address") in my Flash, is there any way to code it such that username and password is loaded by itself in Flash?

If not, I'm unable to use Flash to extract data from the database as the php script location needs to enter username and password.

Copyright © 2005-08 www.BigResource.com, All rights reserved