Images are loaded with hardcoded randomizer
Hello everybody.
When compiling to a HTML5 canvas locally, the javascript-file contains links to the spritesheets.
If it's done, using CTRL-Enter, it adds a hardcoded randomizer at the end of each spritesheet link like this: index_atlas_NP.png?328372920 which causes problems for a certification function to validate correctly.
When publishing, it does not add a randomizer.
Is it possible to force Animate not to add a randomizer when using CTRL+Enter?
(I know, it comes with the expense of nocaching...)
