Shared library to minimise size of FLA file
- by Dmitry
In a project we use large flash FLA file with lots of graphic assets, but the actual data that is changed is just in a few symbols. Sometimes it is not very efficient to transfer the whole FLA file that comes up to 20MB now.
I was thinking about using Shared Libraries, but it seems that, even if you import external library, it still copies the whole assets into the destination file, but does not link it from external file. Consequently, size of the FLA file still remains the same.
Is there any way to split FLA files into few separate in order to minimise size of the most frequently updated file and keep all unchanged data in another file?