all groups > macromedia flash flashcom > december 2004 >
You're in the

macromedia flash flashcom

group:

multiple streams


multiple streams jimathy
12/14/2004 1:05:31 AM
macromedia flash flashcom:
I have two recorded streams that I want to play simultaneously. What I was
thinking is I would create a new netStream object my_ns = new NetStream(); and
do something like my_ns.play('track1'); my_ns.play('track2'); This doesn't work
and I have to create two sepreate netstream objects ns1 and ns2 and then play
them as follows ns1_ns.play('track1'); ns2_ns.play('track2'); I thought that
you could have multiple streams inside one netStream object. Can you? In the
long term I want to combine 5 live streams into a single live stream. Is this
possible? Should I be using a share object??
Re: multiple streams kunjanos
12/20/2004 2:36:24 PM
You cannot have multiple streams in one netstream object...You should use for
every stream a netStream object if you want to play them simoltaniously. For a
netConnection object you can have many netStream objects as you like...but one
netStream can be used for only one streaming...
AddThis Social Bookmark Button