Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: Password Box
From: Arsis
Date: Wed, 27 Oct 1999 10:38:16 +0100

1 - Create 2 text field boxes - 1 with password checked.
2 - Call them name and pword.
3 - Create an OK button
4 - Add this script to your OK button
On (Press)
If (name eq "XXXXname" and pword eq "XXXXpword")
Get URL ("leighton/leighton.html")
Else
Go to and Stop (2)
End If
End On
5 - Make frame 2 say something like " Your details are wromg blah blah blah
try again"

NOTE: You may also want to do an:
On (Key: <Enter>)

In case the uiser wants to use the enter key ionstead of hitting the ok
button.

Arsis


-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Keith
Brown
Sent: Tuesday, October 26, 1999 10:18 AM
To: flasheratchinwag [dot] com
Subject: FLASH: Password Box


I was wondering if anybody knew how to do a password
screen in flash. I want to make a section so that only
certain people can get in to it. So I want a screen
for a password to come up and if they get it right
they go to another part in the movie, and if it is
wrong they are told it is wrong.



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Password Box, Keith Brown

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]