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


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

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

Security - Using A Form In An Expandable Flash Banner?

May 14, 2011

Later this year I will be producing a few expandable banners for a company. The banner is used to attract people and have them suggest candidates for a competition.I suggested the option of possibly integrating an application form in the expandable banner, which after submission should land the user on the landing page of the site.

But after I suggested this, I started thinking:I can't recall having seen a form in an expandable banner for a long time. Because of this, I assume the use of forms in banners might be considered a big no-no. If this assumption is correct: I am trying to figure out why this is. I understand this will be partially off-topic, since the rationale might be in the realm of marketing, rather than programming.

Programmatically:Are there typical security or other concerns that keep professionals from using forms in banners? I'm thinking maybe csfr attacks, etc. here.Usability:Is using a form in an expandable banner a typical no-no from a usability perspective? I'm thinking maybe banners accidentally closing when filling out the form, or too little space to inform the user of the purpose of the form perhaps?

Maybe it's a combination any of these categories? Or maybe none at all. I'm kind of trying to figure out whether my assumptions are correct, and why. Hopefully someone can shed a light on this matter from the perspective of any of the three categories.

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

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

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

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

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

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

C# :: Flash Animation Embedded In C# Form Ignores Given Size?

Feb 7, 2011

I have a simple C# program that, when a user clicks on a button, opens a new frame with an activex flash object embedded in it. The code I use to open it is the following :

private void button1_Click(object sender, EventArgs e)
{
Form f = new Form();

[code]...

The test program has been run by several user, without any problem, except for one, that sees this:

I don't think that the problem is in the application itself, but in the flash player. So, the question is, what am I missing? Are there flash settings that force the window to have the default size?

View 1 Replies

ActionScript 3.0 :: Flash Security - Getting "#2048: Security Sandbox Violation"?

Apr 29, 2009

My SWF resides on domain A, is loaded by a web site on domain B and is trying to ping URL (URLLoader.load) on domain C. But I am getting "#2048: Security sandbox violation" .. why? Of course I have read the manual, I saw the security white paper but I do not understand it. Don't you know any blog or such where it is explained for dummies? With lots of examples and maybe a table showing what is allowed and what is not?

View 2 Replies

ActionScript 3.0 :: Change Font Size Of Contact Form?

Feb 5, 2012

I don't know how to change the font size. Here's my action script code:
 
submit_btn.addEventListener(MouseEvent.CLICK, sendMessage);
function sendMessage(e:MouseEvent):void{
var my_vars:URLVariables = new URLVariables();
my_vars.senderName = name_txt.text;

[code]....
 
Do I need to add something to my action script to modify the text size? If so, what? Or do I modify the text size through other means?

View 7 Replies

Flash 9 :: Sandbox Security - Error #2044: Unhandled SecurityError:. Text=Error #2048: Security Sandbox Violation

Mar 5, 2008

I get following error: Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: [URL] cannot load data from 192.168.3.5:4854. at TicTacToe_fla::MainTimeline/TicTacToe_fla::frame1() ". I tryed to solve this problem about 3 hours, but I failed I have the file crossdomain.xml in the same folder like my .swf file on the server with this content:

[Code]...

View 7 Replies

ActionScript 3.0 :: Security Sandbox Security Violation Error?

May 19, 2009

I am getting a strange problem while I am making my release build swf.The swf is supposed to make some internal server calls and then display the data and also play it.When I make a release build swf and excute it, while making server calls it throws exceptions likeSecurityErrorHandler: [SecurityErrorEvent type="securityError" bubbles=falsecancelable=false eventPhase=2 text="Error #2170: Security sandbox violation:file:///Path to the swf/WebPlayer.swf cannot send HTTP headers to **Method Name to bring data from the server***]And after this nothing can be done as everything depends on the data from the server..I have updated my cross-domain.xml on the server to support the master-only policy file but that also didnt ..My cross-domain.xml is

<cross-domain-policy>
<site-control permitted-cross-domain-policies="master-only"/>
<allow-access-from domain="*"/>

[code]......

View 5 Replies

ActionScript 3.0 :: Sandbox Security - Restricted By Security In The Game Swf?

Apr 17, 2009

I haven't fully grasped how the flash security model works, and now I've ran into a problem. I have a base SWF that loads a game loader swf, which in turn loads the actual game.What I'm trying to do is taking a current bitmap snapshot of the running game. This works fine before the loader swf has loaded the game. When the game is loaded, I get a security violation because the game has images pulled from facebook. Is this something that can be solved on my end, or restricted by security in the game swf?

View 2 Replies

ActionScript 2.0 :: Flash Form Inputs - Form Doesn't Function?

Feb 17, 2010

I have a super involved and somewhat silly site I've been working on for a long time piecing together fragments of AS2 code and modifying them to the best of my limited ability.The site is here:http:[url]....I am finally adding the last steps, a series of contact forms with a PHP script in the back end. Anyway, I implemented a form script and have it triggered by clicking the "CONTACT" button you can see on the lower bar. So, click contact and once the form opens (an external SWF loaded into an MC), type away and everything works fine unless you use the letter "f" in either upper or lowercase. It causes the screen to flash and for the form input to lose focus.It works (in that you can enter everything normally -- the form doesn't function, but that's just the PHP which I have yet to edit.)

View 0 Replies

Qt :: Access The Form Elements Of A Flash Form From Qtwebkit?

Nov 6, 2011

I have a qtwebkit browser with Mozilla NPAPI plugins from which I access a web page. This page contains flash forms and I need to be able to access and manipulate its elements. Does anyone knows if this is possible and how?

PS: I don't want to use flash's ExternalInterface

View 1 Replies

ActionScript 2.0 :: Creating A Flash Form And Using .php To Send The Form To Myself?

Sep 16, 2005

I was following 1 of the flash tutorials about creating a flash form and using .php to send the form to myself.I've followed all the instructions but upon uploading, the file just doesn't seem to work. I hope to have some kind of form in my new website.

View 4 Replies

Actionscript 3 :: Security Sandbox With Flex And AppEngine - Getting Client.Error.MessageSend Channel.Security.Error?

Dec 20, 2009

I'm having trouble with an AS3 AMF RemoteObject request that is hosted on App Engine. I have a crossdomain.xml file in the root of the domain, and also one at the remoting endpoint.Here are the contents of the root crossdomain.xml:

<?xml version="1.0"?>
<cross-domain-policy>
<site-control permitted-cross-domain-policies ="all"/>[code].....

Loading the swf file and testing it on my machine works just fine... I think that may have something to do with me having the debugger version of Flash Player. When I push it up to App Engine to make it public, other clients access it and get a Client.Error.MessageSend Channel.Security.Error error Error #2048 url: http:[url].......I am using Flex 4 beta, and the App Engine Python runtime. I have tried full wildcard in the crossdomain, and even accessing the data endpoint at a relative URL so as to avoid this error.

View 1 Replies

Flash :: IDE - Login Using Php And Sql

Jan 19, 2009

I found the following tutorial which looks good but i cant get it to work [URL] i have setup the db connections etc and i never see the error screen or sucess screen, it just hangs at 'Begin Login Process - Wait...' setting up the db i had to remove the DEFAULT '0000' as mysql qould not acsept it the code given is

[Code]...

View 1 Replies

Simple Flash Form Variable - Collect Data From A Form, Then Pass That Data To An Asp File?

Oct 19, 2009

I am trying to create a simple form using Actionscript 3 that will collect data from a form, then pass that data to an asp file. I have attached the following code to the submit button,but this is not working.I'm not sure if I have to add anything else and I don't understand why this is not working. I'm trying to load all the variable info into one variable called email form.

submit_btn.onRelease = function() {
var emailform:text;
emailform.email_txt = email_txt.text;[code]......

View 1 Replies

ActionScript 3.0 :: Login Through Flash?

Oct 7, 2009

flash web base application. Which has login page in flash when the user enters username and password this is sends to server in binary format through binary socket. Server sends the responce in same format I am stuck here how could I proceed to for this.

View 10 Replies

ActionScript 3.0 :: Flash Login With Php?

Mar 23, 2011

Everything I've tried with this script has ended with no positive result, this was developed in flash 9, but attempting to publish in flash 10 since its no longer working after updating flash. I have also upgraded from CS3 to CS5 recently also if that makes any difference. Well, here's the code:

[URL]

AS3 code:

Code:
stage.align = StageAlign.TOP_LEFT; stage.scaleMode = StageScaleMode.NO_SCALE; stage.showDefaultContextMenu = false; //path to the php file on your server var phpPath:String = "login.php"; //make password text field (when you type the characters will be like "******") pass.displayAsPassword = true; login.addEventListener(MouseEvent.MOUSE_DOWN, loginDown); function loginDown(e:MouseEvent):void{

[code]....

View 4 Replies

ActionScript 3.0 :: Auto-size Background / Swf - Flash Occupies Whole Screen No Matter What Size It Is

Apr 28, 2010

So ive been asked to build a page for a real state company and the guy told me it should be similar to these [URL] Ive been trying a couple of weeks so far, but i dont seem to find a way to do somthing similar, i mean, i want to have the welcome screen as those two:

- the gradient background
- flash occupies whole screen no matter what size it is
- gradient expands sideways infinately
- no matter what height my explorer window is, gradient is always in the same position relative to top, and if i keep expanding downwards the background keeps last colour of the gradient.
- the brand logo looks as if it had top, left and right anchors, and it also limitates the minimum width of the explorer window

i though of addind a 3000 x 3000px square with the gradient and centering it, but i know there has to be a professional way of achieving that.

View 1 Replies

Professional :: Build A Flash That Auto-adjust Its Size To The Browser Window Size?

Jun 8, 2010

I am trying to build a flash that auto-adjust its size to the browser window size, while leaving the content of the flash itself top-centered in the screen.I have found this solution [URL].. on How to keep centered stuff in this exact case so i am pretty confident i will be able to adjust that script to do what i want.
 
Now my problem is that if i put my content inside the movie-clip (centerrectangle) with all the animation require, link and other stuff, the movieclip (center rectangle ) never have the exact same center, thus making the script go wild trying to always adjust the location to the variable size of the movie clip.

[Code]...

View 9 Replies

ActionScript 3.0 :: Build A Flash That Auto-adjust Its Size To Browser Window Size?

Jun 8, 2010

I am trying to build a flash that auto-adjust its size to the browser window size, while leaving the content of the flash itself top-centered in the screen.

I have found this solution [url].. on How to keep centered stuff in this exact case so i am pretty confident i will be able to adjust that script to do what i want.

Now my problem is that if i put my content inside the movie-clip (centerrectangle) with all the animation require, link and other stuff, the movieclip (center rectangle ) never have the exact same center, thus making the script go wild trying to always adjust the location to the variable size of the movie clip...

I need it to stay exactly at the same position whatever the size of the movie-clip. [code]...

View 0 Replies







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