Skip to main content
October 21, 2010
Question

Proper way to set up multiple videos within a single swf using RTMP/FMIS?

  • October 21, 2010
  • 1 reply
  • 551 views

Hi!

I have a case where I'm displaying 3 videos simultaneously using FMIS 3.5. When one is selected it will play the other two will switch and show a videoloop.

What is the proper way to accomlishing this. I actually have 6 videos (3 loops and 3 videos). Do I need a netconnection/netstream/video object for all of them or can they share something. What is the best practice?

Thanks for any insights.

G

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    October 21, 2010

    I did not get your use case clearly but if you want to display three videos at same time - you will need three video displays for sure. Now since its concurrent - you will have to create 3 netstreams and attach them to different video objects. However you can share the netconnection - so 1 netconnection, 3 netstreams and 3 video objects.

    October 22, 2010

    I'm sorry for not being clea,r but I think you understood enough to give me a helpfull answer.

    The video instances can share the netconnection....got it!

    Thanks SE_0208, as always quick and helpfull

    G