Question
Could .swf files be published on demand?
I have hundreds of .swf files published with the same .as3 include file. Also they are saved in SQL server and pulled out/displayed as/when needed. The problem is that anytime the included .as3 file changes I have to re-publish and re-upload to all files.
Can those .swf files be published on demand? For example, only when/if required before displaying a file to be published with the latest/current .as3 file.