Re: [Flashcoders] osX - ActionScript Editor

2008-01-17 Thread elia . lists
Eclipse with FDT good luck, Elia - Original Message - From: "Karim Beyrouti" <[EMAIL PROTECTED]> To: "'Flash Coders List'" Sent: Thursday, January 17, 2008 2:20 PM Subject: [Flashcoders] osX - ActionScript Editor Hi All, I know this is an old topic. I am looking for a good As2 ( and

Re: [Flashcoders] ASCrypt Nowhere To Be Found?

2008-01-17 Thread elia . lists
Great! Does anyone happen to have an ASP version that will convert R4 by any chance? Or any of the other encryptions with keys offered in the ASCrypt package. I was trying this ASP script for R4, but it doesn't produce the same results! http://www.4guysfromrolla.com/webtech/010100-1.shtml Chee

[Flashcoders] ASCrypt Nowhere To Be Found?

2008-01-17 Thread elia . lists
The original ASCrypt website seems to be down. Does anyone have the files? Thanks Elia ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Is Key Object Changed With New Plugin Update?

2008-01-08 Thread elia . lists
Yup, but that isn't the problem... the problem is that Key.getCode() will give you 17 if you press CTRL+5. So it's trapping only the the CTRL key. Elia - Original Message - From: "Alexander Farber" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Tuesday, January 08, 2008 9:56 AM Su

Re: [Flashcoders] Is Key Object Changed With New Plugin Update?

2008-01-08 Thread elia . lists
It works fine in Firefox, but this is related to IE 7,and it's fairly new. This is on Windows XP, I have not been able to test any other configs. It has to be something updated in IE7 or the plugin. // track CTRL+5 if (Key.isDown(Key.CONTROL) && Key.getCode() == 53) {trace("yes");} Elia - O

[Flashcoders] Is Key Object Changed With New Plugin Update?

2008-01-07 Thread elia . lists
This code has worked fine for some years now, but all of a sudden broken. // track CTRL+5 if (Key.isDown(Key.CONTROL) && Key.getCode() == 53) {trace("yes");} I guess it has to do with a change in the player plugin? BTW this is AS2 Elia ___ Flashcoder

Re: [Flashcoders] Real-time Lip Sync with AS3

2007-12-18 Thread elia . lists
Hi Rich, I look forward to that. Did you manage to get real-time lip syncing working with AS3 then? Using perhaps SoundMixer.computeSpectrum()? Elia - Original Message - From: "Rich Shupe" <[EMAIL PROTECTED]> To: "FlashCoders" Sent: Tuesday, December 18, 2007 4:41 PM Subject: Re: [

[Flashcoders] Real-time Lip Sync with AS3

2007-12-18 Thread elia . lists
Has anyone created and shared code for creating lip sync with AS3? I've earlier used flashamp, but I guess that's obsolete? Thanks Elia ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcod