Announcement

Collapse
No announcement yet.

Multiple movie slideshows will not run concurrently

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Reported Multiple movie slideshows will not run concurrently

    I have a movieclip that I exported as an executable slideshow. I want to run this on 3 different monitors, so I do

    start movie1.exe /monitor=2
    start movie1.exe /monitor=3
    start movie1.exe /monitor=4

    If I start them all at once then it works. If I put a delay between starting the movies, then the first one start running fine, the other two stay stuck on a black screen.

    start movie1.exe /monitor=2
    wait /t 15
    start movie1.exe /monitor=3
    wait /t 15
    start movie1.exe /monitor=4

    The expected result of course is that all three of them start playing, be it with a 15 second delay between them.

    I'm using IrfanView 4.35 on Windows 7 Enterprise, service pack1 (64-bit). The "Only run one instance of IrfanView" option is off.

    If wanted, I can link the slideshow I made (22mb).
Working...
X