Re: [Flashcoders] Capture sound input in Flash as MP3?

2009-03-06 Thread Glen Pike
It's scary, but not that scary when you get into it... ... I posted a rough outline for someone a week or so ago on the Osflash list - there is a basic recording application in the examples... http://www.mail-archive.com/osfl...@osflash.org/msg15410.html Don't forget to ask Red5 specific

Re: [Flashcoders] RegExp headache

2009-03-06 Thread Jiri
Everybody thank you! Jiri Merrill, Jason wrote: Seriously, just play with RegExr / Regex Buddy, get the cheat sheets: Am now - love it! Can't I still be in awe? :) Jason Merrill Bank of America | Learning Performance Solutions Instructional Technology Media Learn about the

Re: [Flashcoders] Capture sound input in Flash as MP3?

2009-03-06 Thread BOYD SPEER
After getting the oflaDemo to work one solution is to use ffmpeg to change the file type from .flv to .mp3 using a php script that has a 'shell_exec()' line. I placed the ffmpeg.exe in the same 'streams' folder as the .flv files and then after the conversion has taken place the php script

Re: [Flashcoders] include directive ...

2009-03-06 Thread Joel Stransky
Technically, Yes, it's the exact same thing. include merely allows you use an external text editor instead of the p.o.s. actions panel. On Wed, Mar 4, 2009 at 10:27 PM, Paul Andrews p...@ipauland.com wrote: The include directive is just plain text inclusion from an external source. Once

Re: [Flashcoders] Capture sound input in Flash as MP3?

2009-03-06 Thread Glen Pike
Not 100%, but I think ffmpeg might support this now. Juan Pablo Califano wrote: Cool, I thought ffmpeg didn't support the nelly moser codec used by the player to publish audio data. Cheers Juan Pablo Califano 2009/3/6, BOYD SPEER bsp...@shaw.ca: After getting the oflaDemo to work one

RE: [Flashcoders] include directive ...

2009-03-06 Thread whispers
P.O.S. Actions panel 4 LIFE!!! :) -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Joel Stransky Sent: Friday, March 06, 2009 11:58 AM To: Flash Coders List Subject: Re: [Flashcoders] include directive

Re: [Flashcoders] include directive ...

2009-03-06 Thread Joel Stransky
Hahaha. FlashDevelop pwns you! On Fri, Mar 6, 2009 at 1:55 PM, whispers whispers...@hotmail.com wrote: P.O.S. Actions panel 4 LIFE!!! :) -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Joel

Re: [Flashcoders] include directive ...

2009-03-06 Thread Taka Kojima
Keep it on the timeline, don't switch to external AS files unless you want to give yourself suicide thoughts ;) If you wanted to switch over to using classes, that's a different story, but for only 10-30 lines per movieclip on the timeline, I'd say just keep going with how you're doing it. It is

Re: [Flashcoders] include directive ...

2009-03-06 Thread Anthony Pace
Hi there, I know this is an actionscript list; yet, I hope that the below helps a php newbie out there, as for some reason I see this issue a lot in people's code. An i/nclude/ in most languages means the code will be brought inline, and it will throw an error during compilation if the file

Re: [Flashcoders] include directive ...

2009-03-06 Thread Anthony Pace
Maybe I have been working with merchants too long; yet, all I can think of in reference to P.O.S is that it means point of sale. Joel Stransky wrote: Technically, Yes, it's the exact same thing. include merely allows you use an external text editor instead of the p.o.s. actions panel. On

Re: [Flashcoders] include directive ...

2009-03-06 Thread Joel Stransky
I was the exact same way Taka until I started using FD. So many things that speed up development it's no contest. On Fri, Mar 6, 2009 at 3:00 PM, Taka Kojima t...@gigafied.com wrote: Keep it on the timeline, don't switch to external AS files unless you want to give yourself suicide thoughts ;)

RE: [Flashcoders] include directive ...

2009-03-06 Thread whispers
:P Oh..and P.O.S. = Piece of . ;) -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Joel Stransky Sent: Friday, March 06, 2009 2:14 PM To: Flash Coders List Subject: Re: [Flashcoders] include directive

Re: [Flashcoders] include directive ...

2009-03-06 Thread Anthony Pace
lol... hahahahahahaha I totally agree whispers wrote: :P Oh..and P.O.S. = Piece of . ;) -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Joel Stransky Sent: Friday, March 06, 2009 2:14 PM To:

Re: [Flashcoders] advice to ms word/xml

2009-03-06 Thread Bob Wohl
The thing I loved about Aptana back in the good ol AS2 days is that it would give you your xpath and node paths for actionscript use. Such a time saver back then :) B. On Thu, Mar 5, 2009 at 5:32 PM, Anthony Pace anthony.p...@utoronto.cawrote: If aptana had flash develops capabilities, that

Re: [Flashcoders] advice to ms word/xml

2009-03-06 Thread Joel Stransky
So did SE|PY On Fri, Mar 6, 2009 at 4:13 PM, Bob Wohl bob.w...@gmail.com wrote: The thing I loved about Aptana back in the good ol AS2 days is that it would give you your xpath and node paths for actionscript use. Such a time saver back then :) B. On Thu, Mar 5, 2009 at 5:32 PM, Anthony