Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: hashing |
From: | Jon Williams |
Date: | Fri, 1 Sep 2000 20:17:37 +0100 |
nevermind...
there's an easier way....
just make each object contain a unique name
(in my implementation this is already there)
and you can just do:
myArray[myObject1.name] = 32
myArray[myObject2.name] = 17
thanks all
hope this helps someone else
-jon
-----Original Message-----
From: ownerchinwag [dot] com [ownerchinwag [dot] com]On">mailto:ownerchinwag [dot] com]On Behalf Of Jon
Williams
Sent: Friday, September 01, 2000 11:53 AM
To: flasherchinwag [dot] com
Subject: FLASH: hashing
has anyone implemented a straight-up
hash function for F5?
I need to index an array by Object
(instead of by integer or string)
and I'd like to sidestep writing a
convert-to-myIndex blah blah...
it'd be really cool to be able to do:
myArray[myObject1] = 32
myArray[myObject2] = 17
flash doesn't let you do that.
what I'm looking for is a function that
will let me "cheat" and do:
myArray[myObject1.getHash()] = 32
myArray[myObject2.getHash()] = 17
anybody?
-jon
-----Original Message-----
From: ownerchinwag [dot] com [ownerchinwag [dot] com]On">mailto:ownerchinwag [dot] com]On Behalf Of .redstar.
Sent: Tuesday, August 29, 2000 3:58 PM
To: Flasher@Chinwag. Com
Subject: FLASH: MD5 hash in F5 action script
If anyone is interested in doing MD5 in Flash5 enjoy :
http://randsley.com/flashcoders/md5.as.txt
.redstar.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: hashing, Jon Williams
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]