quik flash question

Out of context: Reply #8

  • Started
  • Last post
  • 10 Responses
  • unfittoprint0

    Yes. and No.

    The best way to work is to make an external library file where you amke your font symbol, and give it a linkage identifier/export.

    Publish the movie as library.swf [for example]

    On your movies create a font symbol with the same name, same linkage identifier but instead of exporting the symbol, check import and write the path for your libary file [ie. assets/library.swf ].

    That will take all the extra KB's of all your project. The same with all your common symbols [ preloaders, symbols, etc....]

View thread