It’s an interesting quirk you’re running into—a bit of a “ghost in the machine” from a legacy application. It appears that one of the video windows isn’t initializing correctly on a cold start, but then behaves correctly after the app is paused and reopened. While there’s no surefire fix (since this is an age-old issue with Macromedia Director implementations), here are some suggestions that might allow you to get all video windows to initialize on the first run:
- Force a Delay in Initialization:
If the issue stems from certain assets or windows not having enough time to load, you might try inserting a small artificial delay (if you have access to the application’s scripting or configuration options). Even a half-second...