Would a urlEncode on the path make any difference? I see you're
specifically replacing spaces with "%20", but maybe running it
through urlEncode would fix this other character. Just a guess.
Chris
On May 15, 2006, at 2:36 PM, 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.
__________________________________
[EMAIL PROTECTED]
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
------------------------------------------
Chris Sheffield
Read Naturally
The Fluency Company
http://www.readnaturally.com
------------------------------------------
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution