I have a class that is serving as my model and one of the attributes is a
NetStream .  The class is a Singleton  which I am having multiple views
check on.  one of the properties is a NetStream object.  I am finding that
at times some other objects that get a reference to that object are not able
to control the stream.  When I check the value of the netstream they are
trying to control I find that they do indeed have a NeStream object.  My
best guess is that they are not reaching the same NetStream for some reason.

Can anyone shed some light on similar experiences.  My container class is a
static object and so is the NetStream object that it holds.

Thanks,

Mani
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to