Re: Unicode Update

2006-07-06 Thread Thomas McCrystal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 So, on Friday, June 29, 2007 @ 4:45pm PDT? :-P On Jul 6, 2006, at 5:06 PM, Thomas Higgins wrote: next major release of Director in the first part of 2007. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Darwin) iD8DBQFErX3E2fxCL06njFkRAvB

Re: Unicode Update

2006-06-30 Thread Thomas McCrystal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jun 30, 2006, at 9:27 AM, Johan Verhoeven wrote: This issue is pretty high on Tom H list of items to update too. I hope that he can throw enough weight in the scale to get it through.. heck, while they're working on it, why don't they drop the

Re: mp3

2006-06-09 Thread Thomas McCrystal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You can also take a quicktime member and set the .filename property to a .mp3, as well. (No need to convert to a .mov.) Last I checked, you can't set the filename via the asset xtra's UI; you have to set the .filename manually. tmc On Jun 9, 20

Re: AW: AW: passwords / password entry with MUI Xtra

2006-05-18 Thread Thomas McCrystal
If you mean, storing the _hashed_ passwords, mostly. I'm not sure that _anything_ is completely safe, and with security, "living paranoid" is best. But if you never store the actual password itself, you're probably covered. I suppose the level of paranoia ought to be balanced with the degree o

Re: passwords / password entry with MUI Xtra

2006-05-17 Thread Thomas McCrystal
Non-related answer, but a heads-up anyway. Beware using the debugger on MUI extra callbacks. If the dialog hasn't gone away before the debugger pops up, it's relatively easy to get in a situation where key and mouse events get sent to the bit bucket and the only way out is force-quitting direct

Re: AW: passwords / password entry with MUI Xtra

2006-05-17 Thread Thomas McCrystal
On May 17, 2006, at 3:14 PM, Michael von Aichberger 2 wrote: If you're using a technology for the first time, a couple of lines of code may take quite a time ... Cookbook version: 1) Download the .zip file from: 2) Unzip it. 3) Open the file sha256.j

Re: passwords / password entry with MUI Xtra

2006-05-17 Thread Thomas McCrystal
It depends on what you mean by "safe". If .dcrs are simply compressed (as is my understanding), it shouldn't take someone who's determined very long to crack it. Given that you're only talking about a couple of lines of code and a few milliseconds at runtime to use hashes, isn't it better to d

Re: passwords

2006-05-17 Thread Thomas McCrystal
Now that I'm at my desk, I just ran some timing tests. The JS syntax MD 5 Chuck referenced function takes ~2ms on my machine, and the SHA-256 routine takes ~10mx. (PowerMac G4, 1.25MHz.) So, hashing the password value isn't very costly in terms of CPU either way. On May 17, 2006, at 11:29 AM,

Re: passwords

2006-05-17 Thread Thomas McCrystal
Just to add to the "store the password hashed" talk, if you're starting from scratch, I'd go with SHA-1 rather than MD5. If you really go the full monty, you can go with SHA-256 ( BSD license) and salt the password before you generate the hash, as in: has

Re: can flash in director use an image cast member

2006-05-16 Thread Thomas McCrystal
For many reasons beyond being able to use the Flash 8 xtra, upgrading to DMX 2K4 is well worth the cost. On May 16, 2006, at 12:29 PM, Lee Blinco wrote: Thanks Johan and Valentin, that looks like it should do the job for me. I've only got DIR MX , should I be able to download Flash 8 asset xt

Re: gotoNetPage() not reliable

2006-04-28 Thread Thomas McCrystal
It has been for as long as I remember. Use Buddy's baOpenUrl instead. On Apr 28, 2006, at 1:39 PM, Ross Clutterbuck wrote: Any takers on why my gotoNetPage() is unreliable? [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post mes

Re: FlashComponent events not working in 10.1.1

2006-04-11 Thread Thomas McCrystal
I'm partial to the latter... On Apr 11, 2006, at 5:38 PM, Valentin Schmidt wrote: instead of s.setCallback(s, "click", #click, me) the shorter setCallback(s, "click", #click) -- both s and me omitted [To remove yourself from this list, or to change to digest mode, go to http://www.penworks

Re: dumb Flash question

2006-03-10 Thread Thomas McCrystal
On Mar 10, 2006, at 12:48 PM, Slava Paperno wrote: I then start a new Director movie, import one of my swf files, and place the new Flash member on stage. The FLV and the SWF files are in the same folder, and I didn't rename anything. When I run the movie in authoring, I see the background of

Re: Penworks site?

2006-01-06 Thread Thomas McCrystal
Does anyone know what happened to the penworks site (www.penworks.com)? I've been getting a "Server not found" message for the past few days. I get a web page with the text "Host not found". But it's a server @ 204.14.56.30 returning that message. Virtual server configuration problem, maybe?