In order to embed multiple VLC plugin in Firefox or IE, a trick is you should not play any video until you embed all the players in your page. So try to add all the VLC plugin into your page with autoplay set to false first, then use javascript to start the video playback. Here's an example in Firef...