Re: [flexcoders] AMFPHP tutorial

2008-10-10 Thread yuku
Maybe you can try this: http://jonniespratley.com/2008/09/19/flex-and-amfphp-mini-cookbook/ On Fri, Oct 10, 2008 at 04:06, hworke [EMAIL PROTECTED] wrote: Hello all, where can I find some good AMHPHP tutorials. I will prefer some video tutorials. I tried on tv.adobe.com. But

[flexcoders] How to have multiple view of same display object/ sprite?

2008-10-10 Thread yuku
Hi, Is it possible to have multiple view of the same display object? The sample code follows: var content: Sprite = new Sprite(); var v1: Sprite = new Sprite(); var v2: Sprite = new Sprite(); with(content.graphics) { lineStyle(2, 0xff);

Re: [flexcoders] How to listen on a port

2008-09-16 Thread yuku
with Java on the desktop. On Tue, Sep 16, 2008 at 12:30 PM, yuku [EMAIL PROTECTED] wrote: Hi all, I want to create an AIR app that listens on a specified port to receive incoming connection (like ServerSocket in Java). Is that possible? I looked through the documentation but didn't find how

[flexcoders] How to listen on a port

2008-09-15 Thread yuku
Hi all, I want to create an AIR app that listens on a specified port to receive incoming connection (like ServerSocket in Java). Is that possible? I looked through the documentation but didn't find how to do that. Thank you. yuku