[flexcoders] How can I use the Stream Class in a flex application ?

2006-05-19 Thread zd_khaled
it's my first week with Flex, I'm developing a such client that must be able to send to a server a sound recorded by the user ... I'm using Flex and Flash Server for that. I want to instantiate the class Stream in my script(in the mxml file), but in the compilation I had this message The class

Re: [flexcoders] How can I use the Stream Class in a flex application

2006-05-19 Thread jeremy lu
Stream is a Server-Side Actionscript Class (used in FCS/FMS) NetStream is the client side counter part.On 5/19/06, khaled zaghdoud [EMAIL PROTECTED] wrote: hello,it's my first week with Flex, I'm developing a such client that must be able to send to a server a sound recorded by the user