Changing target folder for resources

Is it possible to change target folder for resources for Export to HTML5? Sometimes we need to export all in root folder. I know that is possible to manul change that after export but that is wasting time.

Hi,

Saola Animate doesn’t support it yet but it’s already in our TODO list. In the meantime, you can do it manually after exporting:

  1. Rename and/or move resources folder to another name/location.
  2. Add resourceFolder option to the script in the HTML file to update the new location. The updated script will look like the following:
    Saola.openDoc('untitled.js', 'untitled', {paused:false, preloaderOptions: li, center: 'vertical', resourceFolder: 'new/location/relative/to/html/file'});})(AtomiSaola);

Regards.