Actionscript 3.0 :: Open A Password Form In Order To Filter Users That Have Access To My Data?

Jan 16, 2010

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

View 9 Replies


Similar Posts:


Data Integration :: Store The Data Text In Access Databases Using Flash Form?

May 4, 2007

How to store the data text in Access databases using flash form and to search into the database. It is possible to work without server because I don't want to put this flash file on the net. how to make databases and to connect with flash and to have possibility to search the database, but to work database in the local computer.

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 2.0 :: PayPal Order Form - User Will Forced To Pay Before Posting The Mail Form?

Jul 17, 2010

I have only two fields Name and Email in a Order form and a PayPal button for payment at PayPal ( into my account).I can do the mail portion but have no idea about PayPal code, however on search here I found one code and after pasting this one to the PayPal button it redirects to my PayPal account.But the question is anybody can post a message and leave the site without paying me. How can I do this thing so that the user will forced to pay before posting the mail form.

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

IDE :: Filter To The Rectangle And Have It Affect The Image - Z Order

Apr 21, 2009

I have an image with a translucent rectangle sitting over it (white rectangle with alpha = 0.5) I'd like to apply a filter to the rectangle and have it affect the image below it. For example, apply a blur to the rectangle and see the part of the image below the rectangle get blurred.

View 2 Replies

Professional :: How To Open SWF Which Requires Password

Jan 19, 2010

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

ActionScript 2.0 :: Open Flash SWF/EXE With Password With Another SWF/EXE?

Jan 22, 2010

I want to open Flash SWF/EXE with password with another SWF/EXE. Can I do this ?

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

ActionScript 1/2 :: One Button Active At Once - Force The Order In Which Users Can Click Buttons?

Oct 7, 2010

I have 8 movie clips.  They are set up to disappear when clicked.on (release) {this._visible = false;}The problem I am facing is that I want the movie clips to be clicked in a certain order, so mc1 has to be clicked (and disappear) before mc2 can be active and click-able.  That way the user has to click on them in order for them to disappear.

View 22 Replies

ActionScript 2.0 :: One Button Active At Once - Force The Order In Which Users Can Click Buttons?

Oct 7, 2010

I have 8 movie clips. They are set up to disappear when clicked.

on (release) {
this._visible = false;
}

I want the movie clips to be clicked in a certain order, so mc1 has to be clicked (and disappear) before mc2 can be active and click-able. That way the user has to click on them in order for them to disappear.

View 1 Replies

ActionScript 2.0 :: Multiple Password Access?

Nov 17, 2005

I have one password that works if this is added to a button.How do I allow multiple passwords to be excepted? this works for one password...

on (release, keyPress "<Enter>") {
if (pass eq "jonsmith") {
gotoAndPlay(60);[code]........

View 14 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 :: Make A Password To Access A Certain Level

Jan 28, 2009

I am trying to make a password to access a certain level. heres the code ive come up with.

[Code]...

where the input text box var is "input" but for some reason, its not working. the "else" command is working perfectly, but when i try and use the password "35" to get to frame 35 it treats it treats it as "else" as if its not recognizing the password.

View 14 Replies

ActionScript 2.0 :: Making An Order Form

Jul 11, 2003

This is a question for using Flash MX. I'm supposed to design an order form for a website, but not sure how to do it. I'll describe what it needs to do. It's for a band's website where they are selling CDs directly from them. They are using PayPal for people with credit cards, but if someone wants to send check or money orders I need to create a form that calculates totals, tax, whatnot and makes a receipt to print out. They are to physically send the check to the band. If the customer is buying less than 5 CDs then the price is 14.00 ea. If it's 5 or more, then the price is 11.00 ea. And there is sales tax in CA. So, scripting to create this. I'm really a novice at scripting and have created music players and that's about it.

View 6 Replies

ActionScript 2.0 :: Simple Order Form That Calculates Total?

Jan 16, 2004

I am building an order form and here's the basic design:

Layout:
Item - Description - Price - Quantity - Total

Functions:
Print - Send by email

The user types the quantity of items desired and the total is calculated.

My challenge is to build it without dynamic functions.

What I'm missing is the code for typing the desired quantity of items, adding total, printing and emailing the completed form. (Not sure it can be done without php or cfm)

View 7 Replies

ActionScript 2.0 :: Simple Order Form That Calculates Total

Jan 16, 2004

I am building an order form and here's the basic design:

Layout: Item - Description - Price - Quantity - Total

Functions: Print - Send by email

The user types the quantity of items desired and the total is calculated.

My challenge is to build it without dynamic functions.

What I'm missing is the code for typing the desired quantity of items, adding total, printing and emailing the completed form. (Not sure it can be done without php or cfm)

View 7 Replies

ActionScript 2.0 :: Submit Password To Get Data From .txt?

Aug 7, 2006

I have a text field for product code and a submit button. When a certain code would be submitted, data from an external .txt file will be loaded into a number of other fields.

View 4 Replies

ActionScript 3.0 :: Custom Order Form With File Upload Facility?

Aug 7, 2011

I'm trying to create a custom order form(for a printing company) where the user can select their product, enter their credit card details and then upload the file. I've created the combo box & user input text fields. Now what I want is that when user clicks the submit button:
 
1. A mail is sent to the admin which contain all the details about the form that was filled by the user.
 
2. The file that is uploaded by the user should also be sent as attachment in the same mail. I'm not able to figure out how to add the feature of file upload in ActionScript.
 
3. This one is optional, but will add value to me if possible. The website is developed in Wordpress. Can we have a feature where a logged in user can save his order and come again later and retrieve his order form.

View 6 Replies

Flex :: Form Inside Pop Up Window - Tab (order) Between Forms Not Working?

Aug 25, 2011

when user clicks on Add button, then a pop up button will be opened with certain form elements (like textinput, date field, text area).. When i used 'TAB' inside this form,it is not working.I found in couple of Questions / forums that we need to create an instance of FocusManager and then bring/activate focus for the pop up.But still i didn't see the tab working inside the form.In order to tab order working inside a pop up, what steps we need to follow.

I tried using focusmanager and property like tabfocusenabled, tabenabled and also added taborder inside each form element.Iam using Flash Builder 4.5 and using spark components for development.Is there any workaround for this problem?

View 1 Replies

ActionScript 2.0 :: Activating Button In Send Info To PHP Order Form

Sep 13, 2009

I'm trying to finish off a Flash menu that was done for my website & I'm a bit stuck - New to this game. Basically I have a menu made up of 5 items, each item leads to another list which has a "datefield", "nemericstepper" & "order" button. what I am trying to achieve is when the "order" button is pressed the "date" & "number" information is sent to my existing order page, customers details are then entered in the required fields & this is sent including the "date" & "number" via my existing PHP script to my email.

View 0 Replies

Flex :: Air - Get The Parent Of A Custom Grid Column Filter Editor And Open A Popup Window?

Jan 31, 2012

I am trying to figure out how to open a pop up window in my Air application, in a secondary Window, instead of the main application window.I am using the ReusableFX components, which include a custom DataGrid with filtering and other capabilities. The filtering feature displays a pop up window via PopUpManager when you click on the top of a column in the grid.

PopUpManager.addPopUp(this, FlexGlobals.topLevelApplication as DisplayObject);

The problem is that the pop up window opens in the main application - I am assuming because of the 'topLevelApplication' reference.So, I need a way to open this window in the current Air "s:Window". I am assuming I need a way to walk up : this.parent.parent or this.owner.owner - though I have tried that and it did not seem to work (it said null reference).OR, is there a way to get the current top most window / component (NOT the main application / window)?

Update:I decided to create a new project for the component, and add in the Air libraries. Now I am able to access the "NativeApplication.nativeApplication.activeWindow" call. That gives me the correct Air window. However, it does not seem to be working:

PopUpManager.addPopUp(this, NativeApplication.nativeApplication.activeWindow as DisplayObject);

My popup does not appear. I am assuming because "activeWindow" is not actually a DisplayObject?(so how do I get the DisplayObject if that's the case?)

View 1 Replies

ActionScript 2.0 :: [Flash8] Username And Password Data In Separate File?

Jan 22, 2006

i am have big problems, im designing a login screen and it will require more than one user to be able to access differnt parts of the flash file. at the moment i am using IF statements.

[Code]...

there is no problem with this method but if a user wants to change there username how to change the script. the other thing is the flash file is being converted to a standalone .exe file so it's basically like a program. to get to the point I need to know if there is any way for the Actionscript to be able to read a .txt document so that when the username and password is changed in the .txt document flash will read it so when they enter the new username and password it will still allow them to access the files.

View 7 Replies

Create A Database That Logged In Users Could Access And Add Customization?

Nov 27, 2010

I want to make a game where a user logs in. Once the user logs in, they have access to a database (let's just say a database of weapons). They could choose a certain amount of "weapons" and every time they log in, they still have the same weapons, regardless of cookies, because the "weapons" are linked to their username. Then the users could use their weapons to battle other users. Also, the user's username keeps track of their wins and losses. I have newb to basic flash knowledge (I took an animations class); I could animate, make buttons, websites, etc. Does anyone have some insight that could point me in the right direction?

View 2 Replies

Actionscript 3.0 :: Access Date And Time Of The Users Machine?

Nov 22, 2007

whether or not as3 can access date and time of the users machine?

View 6 Replies

Professional :: Some Users Are Getting No Data?

Apr 18, 2011

We are having some issues with some Flash on our site. Some users are getting no data in the blue arrow and the water rises to the top (see screen shot) when they bring up this page [URL]This is the actionscript that we are using
   
var levelVar:Number; if (_level0.inLevel == undefined) {     levelVar = Number (0); } else {     levelVar = Number (_level0.inLevel); } if (levelVar <= 2007) {     gotoAndPlay ("fr2007");     m2007_mc.t2007_txt.text = levelVar; } else if ((levelVar <= 2017) && (levelVar > 2007)) {     gotoAndPlay ("fr2017");     m2017_mc.t2017_txt.text = levelVar; } else if ((levelVar <= 2027) && (levelVar > 2017)) {     gotoAndPlay ("fr2027");     m2027_mc.t2027_txt.text = levelVar; } else

[code].....

View 2 Replies

Flash :: Access Webcam From My Page And Capture Images Of Users?

Mar 16, 2012

I am using Asp.net/C# to build an application , i have a requirement wherein i need to access webcam from my page and capture images of users.So i am trying to achieve this by creating flash file .

View 2 Replies

ActionScript 3.0 :: A Custom Filter Or Module - Such As URLScan - Restricts Access To The File

Feb 18, 2010

My btns do not work, I think becuase I added this: import flash.display.Sprite; import flash.net.navigateToURL; import flash.net.URLRequest; import flash.net.URLVariables; to my time line code in an attempt to get four btns to funtion out correctly with a navigateToURL "_self". Now the IIS browser reads "custom filter or module, such as URLScan, restricts access to the file".

View 2 Replies

Create A Flash Application Where Users Will Have Access To 10, 5 Seconds Audio Loops

Oct 8, 2010

I want to create a flash application where users will have access to 10, 5 seconds audio loops. They can choose any 4 tracks to make a 20 second track. I then want that mp3 to be stored somewhere or flash to create to a file which can be sent to friends in facebook where they can listen to that beat. There will be a little button at the bottom saying 'click here' to make your own beat.

View 1 Replies







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