Re: [Flashcoders] convert data passed to swf to be a sound or video object in flash player 10?

2009-01-06 Thread Manish Jethani
On Sun, Jan 4, 2009 at 8:30 PM, Anthony Pace anthony.p...@utoronto.ca wrote: I heard that you can take data and convert it into sound and video objects in flash player 10? Am I wrong? I am wondering if it is possible to pass data to the swf in chunks and then piece it together to make sound

Re: [Flashcoders] convert data passed to swf to be a sound or video object in flash player 10?

2009-01-06 Thread Joel Stransky
I thought maybe the ByteArray could pull this off in some way but I've never looked into it. On Tue, Jan 6, 2009 at 9:09 AM, Manish Jethani manish.jeth...@gmail.comwrote: On Sun, Jan 4, 2009 at 8:30 PM, Anthony Pace anthony.p...@utoronto.ca wrote: I heard that you can take data and convert

[Flashcoders] [JOB] Flash Developer, NYC - 90k

2009-01-06 Thread Beau Gould (OSS)
My branding agency client located in the heart of New York City is in search of a full-time Flash/ActionScript Developer to work on exciting new projects. They are a five year old agency with an extensive portfolio showcasing clients including: Benjamin Moore, Calvin Klein, Kenneth Cole, Nike,

Re: [Flashcoders] convert data passed to swf to be a sound or video object in flash player 10?

2009-01-06 Thread Manish Jethani
On Tue, Jan 6, 2009 at 9:32 PM, Joel Stransky stranskydes...@gmail.com wrote: I thought maybe the ByteArray could pull this off in some way but I've never looked into it. As far as I remember now, NetStream.play can only take a URL. Wish it'd take a ByteArray or some other type of object, but

[Flashcoders] Auto Reply: Flashcoders Digest, Vol 16, Issue 6

2009-01-06 Thread jk
Vielen Dank für Ihre Nachricht. Ich bin bis einschließlich 9. Januar 2009 nicht erreichbar. In dringenden Fällen wenden Sie sich bitte an Herrn Peer Schmidt-Soltau (p...@masterkitchen.de) oder Frau Hannah Witopil (han...@masterkitchen.de). Vielen Dank Johannes Killinger Master Kitchen GmbH

[Flashcoders] ActionScript syntax enhancements?

2009-01-06 Thread Matthias Kramm
Hi All, I'm currently in the process of writing a compiler for ActionScript 3.0. (In case you're interested, the development snapshot at http://www.swftools.org/download.html already contains a pre-alpha command-line tool, called as3compile(.exe)) Now, I'm thinking about adding an extended

Re: [Flashcoders] ActionScript syntax enhancements?

2009-01-06 Thread Matt Muller
you can already do trailing comma's cant you? I know you can in arrays. On Tue, Jan 6, 2009 at 10:29 PM, Matthias Kramm kr...@quiss.org wrote: Hi All, I'm currently in the process of writing a compiler for ActionScript 3.0. (In case you're interested, the development snapshot at

Re: [Flashcoders] ActionScript syntax enhancements?

2009-01-06 Thread Manish Jethani
On Wed, Jan 7, 2009 at 3:59 AM, Matthias Kramm kr...@quiss.org wrote: I'm currently in the process of writing a compiler for ActionScript 3.0. (In case you're interested, the development snapshot at http://www.swftools.org/download.html already contains a pre-alpha command-line tool,

Re: [Flashcoders] ActionScript syntax enhancements?

2009-01-06 Thread Ian Thomas
On Tue, Jan 6, 2009 at 10:53 PM, Manish Jethani manish.jeth...@gmail.com wrote: The first enhancement I can think of is a language extension called 'properties'. private var _myProperty:int = 0; public function get myProperty():int { return _myProperty; } public

Re: [Flashcoders] ActionScript syntax enhancements?

2009-01-06 Thread David Hershberger
Dunno if you're going to implement [Bindable], which is I guess part of Flex, but if you do... https://bugs.adobe.com/jira/browse/SDK-14475 and https://bugs.adobe.com/jira/browse/SDK-9804 describe the fact that we can't use data-binding to watch the changes of read-only properties. This ability

Re: [Flashcoders] ActionScript syntax enhancements?

2009-01-06 Thread Weyert de Boer
In Delphi and C# I used it to get RTTI information. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders