[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

[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 ___ Flashcoders

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 -

[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] 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' flashcoders@chattyfig.figleaf.com Sent: Thursday, January 17, 2008 2:20 PM Subject: [Flashcoders] osX - ActionScript Editor Hi All, I know this is an old topic. I am

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