QuickTime on Windows
Scott Rossi
scott at tactilemedia.com
Mon Jul 30 18:45:38 EDT 2012
Hi Jacque:
Is QuickTime is installed or not?
You say the system is XP -- way, way back, issues sometimes cropped up with
players and filepaths. I would imagine these were probably fixed by now,
but FWIW, here are two notes I had saved as possible workarounds:
-- use an absolute file reference with "file"
set fileName of player 1 to \
"file:///volumes/primary/users/name/really_long_filename_here.mp3"
-- swap out space characters with html
replace space with "%20" in tURL
Can't say these will help but they're simple so maybe worth a try.
Regards,
Scott Rossi
Creative Director
Tactile Media, UX Design
Recently, Jacque Landman Gay wrote:
> Does anyone know why a player object won't load an aiff file in a
> standalone? It works fine in the IDE. The sound file does exist and the
> filename for the player is correct.
>
> Windows XP
> LiveCode 5.5.1
>
> Did the default setting for dontUseQT change?
More information about the use-livecode
mailing list