Re: [flexcoders] Passing query string to swf through flashplayerdebugger

2012-01-25 Thread Dan M
I'm developing on Linux, so don't have access to FlashBuilder. I'm just using the Flex SDK tools from the command line. I figured it out, though. I just make sure to move my swf over to my web server docroot and access it with flashplayerdebugger with the appropriate ? and arguments. Now

[flexcoders] Exiting from a Flex app

2012-01-26 Thread Dan M
I realize this is beginner stuff, so I apologize for having to ask this, but how do I terminate a Flex app? The application will be running in a browser. This is a Flash encoding application, that grabs the user's camera, connects it to a net connection, and sends the stream to a Wowza server.

[flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-27 Thread Dan M
I downloaded and installed the Mac version of Flash Builder 4.6. There is enough development work yet to be done on my project I figured that having an IDE to work in might make life easier. The project was originally written as an mxml file (Encoder.mxml) and an ActionScript file

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-30 Thread Dan M
On 01/30/2012 06:11 AM, Tandon, Rishi wrote: Dan, send over your mxml and as file here. There could be many reasons for the exception: 1. Compatible with the sdk. Try to change to flex sdk 3.2 or 3.6 2. Namespace inclusion. In you code, the namespace is pointed to http://www.adobe.com/2006/mxml;

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-31 Thread Dan M
*From:* Dan M d...@streemit.net mailto:d...@streemit.net *To:* flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com *Sent:* Saturday, January 28, 2012 12:54 AM *Subject:* [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused. I downloaded and installed

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-31 Thread Dan M
Thank you, Rishi! That helps a lot. And I was able to import that fxp file and compile with no problems. It looks like I can continue to push ahead with development and maybe learn a little more about the proper use of Flash Builder in the process. On 01/31/2012 12:43 AM, Tandon, Rishi wrote:

[flexcoders] Audio codecs?

2012-02-01 Thread Dan M
I've got my encoder mostly working. I can do live streaming just fine. However, when the streaming server on the other end archives my streams I can't play the archived files. Looking through the documentation for flash.media.SoundCodec I see constants defining NELLYMOSER and SPEEX codecs. Am

[flexcoders] Re: Audio codecs?

2012-02-01 Thread Dan M
On 02/01/2012 03:59 PM, Dan M wrote: I've got my encoder mostly working. I can do live streaming just fine. However, when the streaming server on the other end archives my streams I can't play the archived files. Looking through the documentation for flash.media.SoundCodec I see constants

Re: [flexcoders] Re: Audio codecs?

2012-02-02 Thread Dan M
On 02/01/2012 05:56 PM, Dan M wrote: On 02/01/2012 03:59 PM, Dan M wrote: I've got my encoder mostly working. I can do live streaming just fine. However, when the streaming server on the other end archives my streams I can't play the archived files. Looking through the documentation