Hi, I’m working on a project that has a 1-1/2 hour video playing. I’m using callbacks to display subtitle text in a field. When a callback is sent from the player, the appropriate text is shown.
This work great on Mac, not so good on Windows. On Windows, the callbacks seem to stop arriving after about a minute, and the player stops functioning correctly. The player timeScale and subsequent callbacks are set up: Mac timeScale = 2997, last callback in the video = 16661913 Win timeScale = 10,000,000, last callback in the video = 552892592040 So, should I be surprised that in Windows a callback of 552 billion might not work? The callbacks seem to stop coming around 325625625. Peter ArtsInteractive _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode