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: [

RE: [Flashcoders] Arabic

2007-12-18 Thread Francis Cheng
Kerry Thompson wrote: > I take that to mean that the Flash player doesn't support bi-di input. > Am I right in assuming that it could display bi-di text? Flash Player 9 definitely doesn't support bi-di input, and its support for rendering bi-di text is pretty limited. Some developers have been a

[Flashcoders] Internet

2007-12-18 Thread Steven Sacks
http://www.gamerevolution.com/goodie/movies/internet "What is Internet?" ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Arabic

2007-12-18 Thread Kerry Thompson
Francis Cheng wrote: > The current version of Flash Player, Flash Player 9, > does not support bi-directional text. The next version, however, will provide bi-di > support. Thanks, Francis. That was the part I wasn't sure about. I take that to mean that the Flash player doesn't support bi-di i

RE: [Flashcoders] Arabic

2007-12-18 Thread Francis Cheng
Just to follow up on Kerry's excellent post, part of the answer to your question lies in what the Flash Player supports. The current version of Flash Player, Flash Player 9, does not support bi-directional text. The next version, however, will provide bi-di support. See Justin Everett-Church's b

RE: [Flashcoders] Arabic

2007-12-18 Thread Kerry Thompson
> Hello there, i´m creating an website in Arabic, and i want to know if > flash cs3 has support for arabic language. Flash supports Unicode, so it supports Arabic, up to a point. Arabic, along with Farsi and Hebrew, presents unique problems. It's what's called a bi-directional language, or bi-di

[Flashcoders] AS3 drag-and-drop data grid

2007-12-18 Thread Steven Sacks
Does anyone know of a drag-and-drop data grid component (where you can multi-select and drag/drop rows to new indices) for AS3? The Adobe one does not allow this type of behavior because it's always sorted. ___ Flashcoders mailing list Flashcoders@cha

[Flashcoders] Arabic

2007-12-18 Thread Fernando Nunes
Hello there, i´m creating an website in Arabic, and i want to know if flash cs3 has support for arabic language. -- Fernando Nunes Cel.: +55 51 8100.6045 ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman

[Flashcoders] load a movie into a swf

2007-12-18 Thread Pedro Kostelec
Hello. I am sorry of posting this easy question here(i should post it to the newbies list but i think there is a problem with it) : I need to load two flash movies into a single one. One is containig the sound, the other the animation. I think i cannot put the sound directly into the movie becaus

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

2007-12-18 Thread Rich Shupe
Elia, I plan to update an article I wrote about using FlashAmp (great product for AS2) for this purpose, but haven't yet. I'll post here if I can get to it soon. --Rich Shupe ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyf

[Flashcoders] reading text to Flash variable (loadVars to PHP script) - limits???

2007-12-18 Thread BOYD SPEER
I am using loadVars() to read a .txt file with php (34k) and when I place the results in a flash variable (to display in a dynamic text field) the file is trimmed to 12137 chars. Is there a limit to text variable sizes?? Or is there a better way to get the text from the user-selected file? Than

[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

Re: [Flashcoders] Flash with c++

2007-12-18 Thread Abdul Qabiz
You can write a php module by writing wrapper around C/C++ code... Once that's done, you can pretty do everything... Other approach is, if your C/C++ stuff is an executable, then you can execute it using php, pass all data (that came from client) and wait for stdout result, send it to client.. -