On Mac OSX 10.8.2, in Flash CS 5.5, "Duplicate Advanced" failed to run due to
Illegal characters.
The problematic characters were both cases of ' in the following line:
// Verify that the provided path ends with '/'
and - in the following line:
if (localConfigURI.charAt(localConfigURI.length - 1) != "/") localConfigURI = localConfigURI + "/";
After changing those characters to standard the Latin 1 versions, the script
ran successfully.
Original issue reported on code.google.com by co...@playmegaphone.com on 10 Apr 2014 at 5:20
Original issue reported on code.google.com by
co...@playmegaphone.com
on 10 Apr 2014 at 5:20