Re: [flexcoders] Re: send custom data thru netstream

2010-01-31 Thread Mondain
I can only speak for-sure about Red5 on this. You can send whatever you want on a NetStream, to your own method or via @setDataFrame. I suggest that you use ByteArray objects to transfer your data. Paul On Sat, Jan 30, 2010 at 1:15 PM, thomas parquier mailingli...@web-attitude.fr wrote:

Re: [flexcoders] AVI video viewer

2009-06-15 Thread Mondain
You could always use Xuggle http://www.xuggle.com/ and Red5http://code.google.com/p/red5/to transcode your files on-the-fly to flv or h.264/aac. Paul On Mon, Jun 15, 2009 at 6:59 AM, christophe_jacquelin christophe_jacque...@yahoo.fr wrote: Hello, I am searching an AVI video file viewer in

Re: [flexcoders] Flex to Air comminication via LocalConnection - Error #2044

2009-04-03 Thread Mondain
Maybe my old post will help.. http://gregoire.org/2009/01/23/the-dreaded-2044-error/ On Fri, Apr 3, 2009 at 8:06 AM, ericbichara ericbich...@yahoo.com wrote: Hej Guy and Gals, I need some help getting localConnection to work. I have a Flex app running in the browser and an air app running

Re: [flexcoders] Re: Using ActiveXObject with Adobe AIR and Flex

2009-01-09 Thread Mondain
Maybe you should looking using a LocalConnection? Basically you would embed a small swf in your application to handle communication with your Flex / AIR application, via the LocalConnection or two if you want it to be bi-directional.http://learn.adobe.com/wiki/display/Flex/Local+Connections

Re: [flexcoders] OutOfMemoryError when compiling my app with Ant

2008-09-01 Thread Mondain
If this was a java project build you would simply increase the memoryMaximumSize option for the javac task, but in your case I see that you have allocated a maximum memory amount via a jvmarg to the mxmlc task. I'm not sure if this works the same way but I can see any application needing 2mb to

Re: [flexcoders] OutOfMemoryError when compiling my app with Ant

2008-09-01 Thread Mondain
I meant 2gb :) On Mon, Sep 1, 2008 at 11:11 AM, Mondain [EMAIL PROTECTED] wrote: If this was a java project build you would simply increase the memoryMaximumSize option for the javac task, but in your case I see that you have allocated a maximum memory amount via a jvmarg to the mxmlc task

Re: [flexcoders] e4x 101 -- Help get it through my thick skull

2008-03-24 Thread Mondain
These references helped me with e4x: http://developer.mozilla.org/presentations/xtech2005/e4x/ http://www.devx.com/webdev/Article/33393/0/page/2 Paul On Mon, Mar 24, 2008 at 8:56 AM, David Ham [EMAIL PROTECTED] wrote: Hi, I'm working with webservice xml data in XML format, and the e4x is

Re: [flexcoders] Video and rtmp using Flex

2007-09-07 Thread Mondain
You could start here: Custom RTMP google

[flexcoders] Error 2152 with RTMP streams

2007-05-18 Thread Mondain
Does anyone else get this error when viewing and then attempting full screen on RTMP based FLV streams? Error #2152: Full screen mode is not allowed. And if so do you know how to fix it, in Flex2? Paul -- It is difficult to free fools from the chains they revere. - Voltaire

[flexcoders] Hide scrollbar on Horizontal List in Flex2

2007-05-17 Thread Mondain
I have a horizontal list and I want to hide the scrollbar, since I use buttons/images to scroll left or right. How do I go about doing this? Paul -- It is difficult to free fools from the chains they revere. - Voltaire