My Edge Animate references some XML files to get information. For instance, the project file structure looks like this:
Files created by the project
<...>\Main.html
<...>\Main_edgeActions.js etc.
<...>\Images\.... etc.
And some
<...>\Resources\Slideshow\slideshow.xml
<...>\Resources\Slideshow\IMG_01.jpg
etc.
When I publish the project, a folder <...>\Publish\web is created. Of course, it didn't have the xml files and images in my "resources" folder, so I copied them over. However, even after doing this, the files weren't found.
The files are found, however, when I use browser preview mode.
What is going on here?