[flexcoders] VideoPlayer.metadataReceived - were'd it go?

2006-07-24 Thread John Grden
I did a search on the archives and through gmail/google and can't seem to find the infoany clues, much appreciated -- John Grden __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcode

Re: [flexcoders] VideoPlayer.metadataReceived - were'd it go?

2006-07-24 Thread franto
I'm using it through Video class...stream = new NetStream(connection); stream.client = new CustomClient(this); and then CustomClient Classclass CustomClient {     import kremsa.CustomVideo;        private var _video:CustomVideo;         public function CustomClient(video:CustomVideo)     {