[Flashcoders] MediaDisplay class issue

2007-07-05 Thread Adrian Ionut Beschea
Hi, I've run into a bug in the MediaDisplay component. Basically if I have a swf which has MediaDisplay component in its library and loadMovieNum another swf that has a MediaDisplay instance (set manually during authoring or by attachMovie, doesn't matter...) the player crashes and throws

Re: [Flashcoders] MediaDisplay class issue

2007-07-05 Thread Adrian Ionut Beschea
the dirty fix (in case anyone is interested) : delete _global.mx.controls.streamingmedia.ScreenAccommodator; (right before you loadmovie) Adrian Ionut Beschea [EMAIL PROTECTED] wrote: Hi, I've run into a bug in the MediaDisplay component. Basically if I have a swf which has MediaDisplay