In the HDiSim, I'm getting an error most of the time I switch to play another title. The error is thrown when a new title is called like so:
Player.playlist.titles["title1"].chapters[0].top();
This only happens if a title is currently playing. Do I need to stop a title before starting a new one

HDDVD_E_INVALIDOPERATION when switching tracks
stswordman
DanBaumbach
StriderIRL
Inferno986
Video playback is not HDiSim's strongest point, unfortunately. Do you have a supported graphics card, etc. (from the readme)
Have you tried using low-quality video as a placeholder
Obal Orrestad
EWGoforth
I stripped out a bunch of timer managed code and most of my javascript. Now the video plays smoothly. I'm going to back and slowly add all my script, checking video playback along the way to see what might be causing the issue.
Enix591
You don't need to stop titles before switching, no. Try something like:
Player.playlist.titles["title1"].jump("00:00:00:00", false);