ActionScript 2.0 :: Open Flash SWF/EXE With Password With Another SWF/EXE?
Jan 22, 2010I want to open Flash SWF/EXE with password with another SWF/EXE. Can I do this ?
View 4 RepliesI want to open Flash SWF/EXE with password with another SWF/EXE. Can I do this ?
View 4 RepliesI have a swf file-A which requires to key in a password. Can I open this swf file-A with another swf with the password already set in, or open with another software?
View 2 RepliesI wanna secured some menu's items on my website,
I would like to open a password form in order to filter users that have access to my data.
Im new at actionscript, and I am making a very project. Basicly, I have some thing were there is a page you can get to by beating other parts of the 'game'. I want to add some sort of a password or save feature to people can type in the password of something at the opening screen and jump to that page.
View 1 RepliesAfter trying many methods in Flash 6 I have not been able to create a working password field. If anybody has code that works with FLASH 6 please post it. I just want to have two frames a frame to enter the password, and a frame to say that the password was wrong and go back. Then if the password is correct I would like It to go to a different flash document.
View 1 Repliesit there any way to create an advanced password authentication in flash ? I saw the tutorial here :[URL] but I want to take it to the next level an create a more advanced authentication that will draw the passwords from a database or something external ( asp, php ). what is the most secure way to do it ?
View 5 Replieshow to apply password in action script flash?
View 1 Replieshow do i create a password box in flash when i'm making a form that is asking for a username and password?
View 5 RepliesMy query is how would I open windows open or save as dialog box through flash?
View 2 RepliesI have this simple actionscript 2.0 code for a password field.. you have to enter "hello" to get the string "yes" otherwise you get the string "no" returned.. I was wondering if there were any flash terms you could enter into the input text field to still get access other than "hello" i.e. entering passwordstring would make the if statement say (read the code at the bottom first)...if(passwordstring == passwordstring)but that doesn't work..here is my code:
passwordstring = "hello"
_root.onEnterFrame = function()
{
[code]......
I've been trying to load some JSON from a URL with a username/password at the beginning.So the URL resembles: http:/[url]....I've been using the DataLoader class from greensock and it returns a Error #2032: Stream Error if the authentication is up but loads fine when it is disabled.I'm trying to add a 'Authorization' URLRequestHeader to get round this issue? Is this the best way forward?
Edit: I'm trying to use headers in a similar way to this post: Flex 3 - how to support HTTP Authentication URLRequest? but I'm not having much success. The base64 encoder I'm using is from here: http:[url]....
2nd Edit: latest code
_loader = new DataLoader(ENDPOINT, { onComplete:handleComplete, onError:handleError, onFail:handleFail } );
_loader.request.method = URLRequestMethod.POST;
_loader.request.data = new URLVariables("required=RandomData");[code].....
I know how to create a Username and password in flash. I want to know now is how to create a scene where users can register their own name and make their own password.
View 0 RepliesIs is possible to password a flash website page so that username and password are needed for access?
Is this something that can be created within Flash app itself or is third-party software needed?
I'm trying to publish an iPhone game and I have downloaded everything I need to allow me to publish through flash. I'm on a pc and I can't figure out what the password is of the .p12 certificate I made in openssl is. Here are the steps I've used:
I create my key:
openssl genrsa -out mykey.key 2048
I create a CSR with the correct info
openssl req -new -key mykey.key -out CertificateSigningRequest.certSigningRequest -subj "/emailAddress=yourAddress@example.com, CN=John Doe, C=US"
I upload this to apple and then download the certificate they send me, which I convert to a PEM with this code:
openssl x509 -in developer_identity.cer -inform DER -out developer_identity.pem -outform PEM
For my final step, I generate the .p12 using this:
openssl pkcs12 -export -inkey mykey.key -in developer_identity.pem -out iphone_dev.p12
Flash requires I enter the .p12, the .p12 password, and the provisioning profile I got from apple.
Here's a link to the tutorial I used if you want any more info: [URL]
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 RepliesIs there any AS3/Air library for Zip files with password protection support? Previously i check FZip, it was great but it doesn't support encryption! Also another library that works good, but it not support encryption too.
View 1 RepliesI am making a screensaver and wondered if it is it possible to temporarily or dynamically password protect a Flash movie clip via a user input text field? For example, a user thinks up a password on the spot, types it in, hits a SET button and the mc cannot be disabled without re-entering the correct password. I am new to actionscript and from what I can find on Google it ooks as though the answer could lie in using veriables but i'm not sure how to implement this.
Currently I am using this code to hard wire passwords into my swf files before compiling them in SWF Studio:
on (keyPress "<Enter>") {
if (password.text == "password") {
gotoAndPlay("mc");
} else {
feedback.text = "INVALID";
}}
I am converting a friend of mine's business site to flash, and have come across a problem.I am not sure how to externally validate a login/password set up in flash.[code]
View 14 RepliesI kind of understand how to create a basic username and password 'menu' in flash.[code]But I would like to create a menu where a user can create a new username with then will be added to an exteral file ( data base I guess).From there on anything the user does is remembered on that name. And if that user exits the program and loads it again the user's stats are loaded.
View 4 RepliesI don't know if this is the right place to ask this or not, but I thought I remembered a way to pass a username and password to FMS via Flash Media Live Encoder? I simply need to pass two values, equivalent to this in AS3[url]...
View 1 RepliesI 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?
I'm using Flash CS4 and AS 3.0
I'm trying to add a login for running my flash movie. When the user clicks the login button, the text of the password field is authenticated, which allows gotoAndPlay(2) .
But the problem is both in my .swf and my projector .exe i can easily jump the login frame by pressing Ctrl+Enter .
Is there a way to automate authentication via adding the username/password in the profile XML of flash media encoder live (3.2)? I'm not referring to the command line parameters, but placing a tag in the xml file that contains the username/password for both the primary and backup server.
View 2 RepliesIs flash (actionscript 2.0) secure enough to use for a website that holds personal info, password, restricted areas, ect. How can I make it secure enough if it's possible.
View 1 RepliesMy CS5 flash crashed when I changed the name of the root folder while it was open. Swf is working fine, but .fla file wont open, I get a "Failed to open document" message. This is a disaser because I've lost two days of work. Is there anything that could be done to fix this problem?
View 2 Replies1) how do you open a new window if you have thumbnail pics in the flash movie but want the full pic to open up in a new window? Is this Javascript inside flash?
2) How do they do the menu bar here at this site:[URL]
I work with 3d animation. Im have a problem with a personal website Im doing, I have a link in a button inside a flash movie to open a new window and play a youtube movie:
on (release) {
var jscommand:String = "window.open('http://www.youtube.com/v/b0L4XLODhAA&hl=en&fs=1&','win','height=344,width=4 25,toolbar=no,scrollbars=yes');"; getURL("javascript:" + jscommand + " void(0);");
}
This works fine in Firefox but in IE it doesnt work, I then change the /v/ in the youtube link with /p.swf?video_id= and now I have the window open showing the small youtube thumbnail of my video but once a click play, nothing happens, I check it and is not loading anything.
i have a box similar to a credit card scanning box. to enter the site, it requires the user to enter "566404663" (that is "long_gone" on the numerical/alphabetical keypad) then click the enter key. when the user clicks on the enter key, it takes him to the site.
PROBLEM: when the user clicks enter, reguardless of what the user entered, it takes him to the site. i want it to only go to the site if the user enters "566404663" and clicks enter.this is my actionscript for the button:
on (release) {
if (display = "566404663") {
getURL("http://www.geocities.com/taikobou_20/index.htm", "_blank");[code].....
when the user clicks "566404663" and clicks on enter that it takes the user to the site and if the user enters anything other than "566404663" and clicks on enter that it would reset the display to 0?
check out the link to see the credit card scanning box: http:[url].....
So I tried to code something in AS3, it works technically, but not so smoothly. Try opening the three graudge doors here: [URL]..
They don't relly want to open and seem to open when the mouse moves out of the movies clip which is not how it's programmed:
[Code]...
I am having a problem trying to make a little game. I want to create a password box using input text but i dont know how to put a variable on my input text. It's telling me i can only do it with AS2. What I am trying to do is that if you enter (in the password box) a specifically word like ''Pizza'', your sended to ''Question 1'' using go to and stop. I tryed to create once myself with this tutorial [URL] but I think it's for AS2 cause i cant place a Var on as3. Can someone tell me how to put a Var on my inputtext? My Input text occurence is called ''Pass'' and is already set as ''Password'' (not single line or multi line). how to cade a var myself and i juste dont understand.
View 8 Replies