I am starting to prototype an application in FCS MX 1.5 and am curious and confused about something:

Do I need a NetConnection instance for each network enabled commponent in the application or can they share?

I see in some of the demo files that things like the Text Chat and Login both use the same connection, but what if I want to have a streaming video clip play at the same time that lives in a different sub directory to the application? Or have a video chat that passes events back and forth?

Can I use the same NetConnection instance but append the URI to point to the video directory or will that break the connection and thus disable the other commponents that use it?

thanks,

sprout