QT path issues
Thierry Arbellot
thierry.arbellot at laposte.net
Tue May 16 14:15:30 EDT 2006
I've developed a workaround for this problem, and made a sample stack.
You can use it freely.
http://www.digital-salade.com/toki/download/player.rev
Tested with "ƒ" and it works.
Thierry
On 2006, May 15, , at 22:36, Richard Gaskin wrote:
> I have a path to a move file which plays well, until I insert a "ƒ"
> character (Option-F on Mac) into one of the folder names -- then I get
> a "can't create movie reference" error.
>
> I'm already using the "file:" trick to set the file path -- here's the
> code:
>
> put "file://"&pMovieFile into tPath
> replace space with "%20" in tPath
> set the fileName of player "QT" to tPath
>
> What else can I do to account for such anomalies in the path?
>
> --
> Richard Gaskin
> Lead Programmer, ResearchWare Inc.
> __________________________________
> richard at researchware.com
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
More information about the use-livecode
mailing list