Hi list,

I have this application which plays MP3 sounds and play FLVs with use of the
FLVPlayback component.
For every sound and every flv I create a new instance of the according
class.
I can start as much MP3 as a like without any problem.
But when I start the 32th video, it crashes and error on my FoundFacade
class:

TypeError: Error #1009: Cannot access a property or method of a null object
reference.
        at SoundFacade/play()
        at SoundFacade/onLoadOpen()
TypeError: Error #1009: Cannot access a property or method of a null object
reference.
        at SoundFacade/play()
        at SoundFacade/onLoadComplete()

So I think this has to do with the FLVPlayback instances using up all the
possible soundchannels without releasing them????

Any help is appreciated!

TIA

Cor



_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to