On 1/22/06 3:30 PM, "Lee Unsworth" <[EMAIL PROTECTED]> wrote:
> Is there a way in which i can get movie player to play in more than > one box so i have about 2 or 3 videos (of the same) going all at once. Sure, just assign the same movie to more than one MoviePlayer. I'd recommend using an array. If you need more precise coordination between the movies, you'll need to manually pad. This may be acceptable only if you know what machine you'll do playback on. Another good trick is to mute all but one player -- this'll avoid slight audio synchronization problems. Alternatively, assign a movie with soundtrack to the main MoviePlayer, assign the same movie without an audio track to the other MoviePlayers. Human perception of visual stimuli slightly out of synch is a beautiful thing -- very forgiving. Michael _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
