Hi, Am 15.02.2012 um 09:07 schrieb <[email protected]> <[email protected]>:
> I am writing an app on Mac Lion on a Mini and am trying to use the player. > The app works on Mac, iOS, but not on Windows. The player does not display a > controller in Windows. What is up. The docs show that the player is available > on Mac, Windows, and Linux. I have tried both .aif and .wav files. I have > tried both the player and the play command. Anyone know how or why this does > not work and is there a workaround? "player" objects require of course that QuickTIme is installed on the target machine! Is that the case? Otherwise you have no controller, this is a QT only feature! You could check "the qtversion" when your app starts and alert the user in case there in no QuickTime installed! The "play" command, on the other hand, does NOT depend on QuickTime but does only work with a very limited sound formats: uncompressed WAV/AIF and compressed AU. Best Klaus -- Klaus Major http://www.major-k.de [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
