RE: [Flashcoders] Speak into microphone Save as wav to sever, is it possible in Flash9 /AS3/Flex2 ??!

2006-07-22 Thread blists
You can do this with flash media server. I think it would save the file as a flv though, not sure on that point. But you can defiantly record a stream and save it on the server for later playback/distribution. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[Flashcoders] Moving from Flash to Flex

2006-07-18 Thread blists
Hello, I am a flash developer, with basic understanding of OOP, but not very in-depth. I've built a few flash apps in Flash MX and Flash 8, and now I want to challenge myself and build a big RIA. I want to do it right though, from the start. Where should I start? Can anyone point me to some code

Re: [Flashcoders] trace inside the browser

2006-03-07 Thread blists
This trace viewer works well for viewing traces inside the browser http://www.alexisisaac.net/flash/articles/flash-7-trace-viewer.html At 08:12 AM 3/7/2006, you wrote: i was using the folowing code that i got from another list, it's quick and dirty, (the problem is the *no history*)

Re: [Flashcoders] Key.addListener and the escape key for flash player8

2006-02-23 Thread blists
and Firefox On 2/23/06, blists [EMAIL PROTECTED] wrote: No, this is outside of the IDE. Try it yourself and tell me what you get. Dump that code into a new empty fla, then publish it for flash 7 player and you will see a trace when you hit escape. Then republish for flash player 8 and tell me

[Flashcoders] Key.addListener and the escape key for flash player 8

2006-02-22 Thread blists
I am trying to capture the escape key and have been able to do so in the past with this code. But when I publish for flash player 8, the Escape key no longer registers an event, while other keys work fine. I couldn't find anything about this is the docs. Anybody know why? this.KeyListener =

Re: [Flashcoders] EventDispatcher.removeEventListener

2006-02-06 Thread blists
You can also remove a listener from an object using the __q_click array of the object the listener is on. Add a listener like this: cancel_btn.addEventListener(click, Delegate.create(this, this.somefunction)); And remove that listener like this: cancel_btn.removeEventListener(click,

[Flashcoders] Flash and Pop Up Windows

2006-01-18 Thread blists
We are trying to open a new window from flash. But it gets blocked by the yahoo toolbar whether we use the getUrl(url,_blank) method or call javascript to open the window. How can we get around this? Brookd ___ Flashcoders mailing list

[Flashcoders] Using flex component in a Flash project

2006-01-12 Thread blists
How can you use flex components in a flash project? Brookd ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Massive XML files and Flash

2006-01-07 Thread blists
How would you break it up? Brookd At 12:05 PM 1/7/2006, you wrote: I'm also working with massive amounts of XML data and cannot find a way to speed up my parsing routine. (For one set it takes 10+ seconds to release it's grip on the processor. Not allowing the user to do anything, of course)

[Flashcoders] Classes being cached - deleting ASO does help (flash 8)

2006-01-07 Thread blists
I have a strange problem. When I compile my project in the flash 8 IDE, one of my classes that I am editing does not get re-compiled. Testing in a browser does not show the changes. If I make a coding error in the class being compiled, the IDE complains and I have to change it before it will

RE: [Flashcoders] Classes being cached - deleting ASO does help (flash8)

2006-01-07 Thread blists
this helps! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of blists Sent: January 7, 2006 5:57 PM To: Flashcoders mailing list Subject: [Flashcoders] Classes being cached - deleting ASO does help (flash8) I have a strange problem. When I compile my project

[Flashcoders] Directory for netdebug.as,recordset.as and related

2006-01-06 Thread blists
We're still using AS 1.0 version of the remoting components but after upgrading to Flash 8, it complains that netdebug.as and the related files are missing. The Remoting Components for AS 1.0 and MX 2004 will not install on Flash 8, so my question is where do I need to manually copy those