Multiple NetStreams

Hi,

I have two general video questions that I cant seem to find an answer for.

  1. I want to load multiple videos into swf at once. What is the best practice?
    -= All the NetStreams on one NetConnections?
    OR
    -= Each netstream with its own NetConnection?
    Pros/Cons?

  2. Is it possible to create dynamic actionscript cue points on a full actionsctipt video object? (not an FLV component)
    ie.
    var vid:Video = new Video()
    vid.addCuePoint = blah…

if it is how would I do this?
Thanks!!
-=b=-