Reputation: 120
All my SWF files run the same script class, There are a lot of .swf
files to be updated after making some changes in that script class, Normally to see changes in SWF files I would open the FLA files and compile. Since there are thousands of SWF it will take too much effort.
is there any way to update all existing .swf
files without a need to re-compile .fla
files
Thanks for your consideration.
Upvotes: 0
Views: 548
Reputation: 731
I guess by "refresh" what you actually mean is recompile.
To automate that, you have a two options:
1- JSFL, which is a pain in the ass.
2- Write a program that will compile every .fla throught command line, which somehow can be even more painful
I'm not an expert in both of the solutions so let me just give you a guide on how to do it the first way: http://gskinner.com/blog/archives/2004/08/jsfl_fla_batch.html
Upvotes: 1
Reputation: 2457
By definition, it's impossible to create or modify a (million of) swf (pdf, doc, gif, php...) file without opening it.
Upvotes: 0