markknol / flash-jsfl-tools

Official source - from code.google.com/p/flash-jsfl-tools
https://blog.stroep.nl/category/jsfl-2/
38 stars 10 forks source link

"Duplicate Advanced" failed to run due to Illegal characters #1

Closed GoogleCodeExporter closed 6 years ago

GoogleCodeExporter commented 8 years ago
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