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


Similar Posts:


ActionScript 2.0 :: Make A Login Form For People To Use To Login To A Certain Area?

Nov 10, 2004

how could i make a login form for people to use to login to a certain area?? like for instance on this website [url]..... at the bottom he has a client login form....how could i do that?

View 4 Replies

ActionScript 3.0 :: Separating Three-figure Integer Into 3 Single Figure Integers?

Apr 26, 2011

Is there anyway of changing an integer of 100, into a 1, 0 and another 0?In context, I've got game with a score. Every time you pick up a coin, it adds 10 to the score, there's 20 coins (so a max score of 200 possible). I've got numbers 0-9 as seperate images. The score currently is a single three digit integer, and I need it to be represented as three single digit integers so I can assign those to an image.

View 4 Replies

Login Form - Passing Variables To PHP Script

Apr 17, 2009

I currently have a login form in flash that needs to pass variables to a PHP script. That part works fine. The problem I am having is that when Flash passes the variables to PHP, it also passes the style of the input text.

For example, instead of passing "atomstore", it passes "<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Arial" SIZE="12" COLOR="#000000" LETTERSPACING="0" KERNING="0">atomstore</FONT></P></TEXTFORMAT>".

This does not match the "atomstore" in the database and results in an error. How to get rid of all of these tags?

View 4 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 2.0 :: Login Form With Keyboard Event?

Mar 6, 2012

My login form works fine, but I want it to interact with keyboard event, when you hit ENTER. My code are the following, but fails.[code]...

View 1 Replies

ActionScript 3.0 :: Loading Data From Site With Login?

Jun 26, 2010

I'm making an app in flash builder that has to use data from an html page, but I have to be logged in to the site to be able to even see the page (yes, I have a login for it).

View 1 Replies

Android :: Flex 4.5 Mobile Login Form Needs 2 Clicks?

Apr 25, 2011

I have been working on developing an application for the android market thta firstly requires the users to login to a account. I have put the code together below, along with a data link to a database in order to check the credentials. However the application does not switch to the second view on the first click of the "Login" button however it seems to take 2 or more clicks sometimes. I presume as it is fetching data from a database that it takes time to be verifies, could someeone tell me how to solve this and maybe implement a BusyIndicator along with it?

[Code]...

View 1 Replies

Prefilling Flash Login Form With Username And Password

Jul 26, 2011

My problem is rather simple. I have a site built totally in flash that I need a couple other people to be able to log into, but I don't want them to know the password. Does anyone know if there a way that I can load the flash site in an iframe, and then use some javascript to fill the flash username and password with the correct text so that they can just click the login button without knowing the username and password?

View 1 Replies

ActionScript 2.0 :: Login Form - Passing Variable To PHP For Validation

Nov 16, 2009

I made a login form using flash and made it pass it's variable to php for validation. I have two (2) variables from my php file that I want to pass to flash so it can control my movie. When I pass those two (2) variables, the first one has no problem. My dynamic textfield displays the value that the php sends but when I pass the second variable from my php to flash and displays it in my other dynamic text field, it displays the value but it appears to have html tags i.e.,
1<br /><b>Notice</b>: Undefined index: userLoggedIn in
<b>C:wampwwwestfernwoodestDisplayClients.php </b> on line <b>83</b><br />.
The value of my variable from php is 1 and as you can see, it contains html tags. How can I remove these tags?

View 2 Replies

ActionScript 3.0 :: Flash Login Form - Size And Security?

May 3, 2011

I've got 2 questions,
1) I'm trying to create a Flash Login Form but I guess its working with ASP or PHP. Can I make Flash to check usernames from any local mdb? As long as project doesn't require internet connection, excel or sqlite will be enough for me.
2) This question is related to first question. If I cant use a mdb file it seems I'll need to embed all those 5.000 users in flash project, am I correct? Also projects SWF file is 50mb. It will work from CD source, I've made it all in one SWF file for security.

View 0 Replies

ActionScript 2.0 :: Login Form - Extract The Password By Decompiling The Swf In Flash

Aug 2, 2008

I have a simple login form in Flash for a website. All users login using the same password. The current actionscript which I am using is as follows.

[Code]...

however it is very easy to extract the password by decompiling the swf. somebody direct me to a Flash - PHP (but no Sql) validation tutorial?

View 4 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 :: Flash [CS5] Flash/PHP Integration For Login Form?

Jul 5, 2011

for the past couple of days or so i've been attempting to connect a flash login for to a php page for use with MySQL. I've been working with PHP for a while but only started with Flash/Actionscript 3 recently. With all of my searching, all that i can find is As2 helps but no AS3.

P.S. I need to show this to my client tomorrow so as soon as you can give me an answer, please give it.

Here is my code:

Code:
var feedbackText:TextField = new TextField;
var feedbackFormat:TextFormat = new TextFormat;
var errors:Array = new Array;

[code]....

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

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

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

ActionScript 3.0 :: Flash Form Doesnt Work When Uploaded To Site

Oct 18, 2009

i've created a basic flash form which uses the following script for the send button:[code]it works well when i test it locally in the flash IDE.. it also works when i upload the SWF and the corresponding HTML file that holds it to url...but when i upload it to a subdomain (ex. url..), it doesnt work anymore.. after pressing the "send" button, my "sending input" animation shows up as expected, but then it gets stuck there and never proceeds to the "input sent" animation.. the message never gets sent to my email..

View 1 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

Professional :: Omit Certain Text Input Fields On Flash Site From Form?

Apr 18, 2007

If I have a form with 12 text input fields on one page and on another for a different reason I have 4 text input fields how do I keep this information form the 4 from being passed to my php script?

View 7 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 :: Creating An Order Form For Flash Site - Results Of The Order Sent To A Pre-specified Email Adress In A Certain Format?

Aug 17, 2004

I am creating an order form for my flash site. I have never done this before in flash but I have in visual basic. I have a few questions:

1. Is assigning variable names to checkboxes and radio buttons the same as in visual basic? I mean i know that you probably assign them in the properties. ex..say i name a radio button 'radio1', to run a check in my actionscript whether radio1 was checked or not would it be something like if(radio1){}

2. After the person fills out the form I would like to have the results of the order sent to a pre-specified email adress in a certain format. What would be a good way to do this?

View 3 Replies

ActionScript 3.0 :: Can't Even Figure Out How To Learn 3.0

Jun 21, 2009

I had a complete interactive application built in ActionScript 2.0, and now need to revise and update it -- which means converting the old code to 3.0. The first scene is a preloader for the entire application that loads and intro animation before launching the application. I went to the help section figuring that once I had some actionScript in the file, I could delete and experiment with the code until I began to understand (I did take a semester long course in Java, but not much has been retained). If you couldn't tell already, I'm a designer and not a programmer.
 
I copied the ActionScript from the help section, and pasted it into my Flash document. I went to test movie and got the following error message: "1037: Packages cannot be nested" I can't even figure out what that means! I have nothing else in my document.

[Code]...

View 5 Replies

ActionScript 2.0 :: Can't For The Life Of Figure Out The Formula?

Oct 19, 2009

I have a little math problem with a game I'm making, and I can't for the life of me figure out the formula needed to accomplish something..Say, there's a sniping game, and a BIG image that must scroll from left to right according to the mouse movement.

Something like this:[URL]... In that example, the scene is 550 pixels wide, and the image is 1100, exactly two times the scene, so the formula is kinda easy..

[Code]...

the center of the image would be at x 1500, way over to the right of the scene, outside it, but it would fit inside the screen, like this (the blue square represents the real size of the scene):[URL]..Then when the mouse is at the far right side, that is 550 x, the image center should be at -950 x, like this:[URL]...

View 3 Replies

Cannot Figure Out How To Make Buttons Work?

Nov 29, 2009

I have a 3 screen project and there are two buttons on each screen that have to be able to enable the user to jump to the appropriate screens when clicked on. I am totally new to flash and I have tried off and on for a couple weeks to figure this out in various books and online. I just can't figure out what I'm doing wrong.

View 1 Replies

ActionScript 3.0 :: Can't Figure Child Is Undefined?

Aug 17, 2011

I'm trying to remove a child from the display list from a different class than I added it in but it keeps coming up that the parameter child is null. I traced it and it says undefined, but it is still on the stage.Here's what it looks like in the class where I added it:

[Code]...

View 3 Replies

Flash :: Fill Figure With JSFL?

Feb 14, 2010

I draw figure in Flsh ID with JSFL methods, for example

// draw rectangle
doc.addNewLine({x:0, y:0}, {x:2000, y:0});
doc.addNewLine({x:2000, y:0}, {x:2000, y:500});[code]....

how can I fill it, because this way doesn't work doc.setFillColor('#0000ff');

View 1 Replies

Flash :: FMS Server And How Does It Figure Into Requirements

May 20, 2010

I had a project requirement which was to stream video to people across the globe (max 100 simultaneous connections) and i was under the impression that a single HTTP server is sufficient. However, a friend of mine said i will have to use an FMS server. How does this basically work ?

If i record video from my webcam and store it for future consumption, where will it be stored ? On my site server ? or on the FMS server What is so special about an FMS server ? Can i turn any server into an FMS server I read somewhere that streaming video via my own server does not allow the user to jump to a particular part in a video. Is this true If the requirement is to stream live video to people, how does this work ? Does the video from the source (webcam) get transferred to my server and then to the FMS server or directly to the FMS server I'm pretty confused about the FMS server concept and some articles or links would really help too, however your expert answers will be invaluable

View 1 Replies







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