0

If you compile a Flash project into a .swf file and that project refers to another .swf file, is it linked statically or dynamically? That is, is the second .swf file contained physically in the first .swf file or does the first .swf file refer to the second at run-time?

Paul Reiners
  • 8,576
  • 33
  • 117
  • 202

1 Answers1

0

It can be either depending on your project settings.

Paul Reiners
  • 8,576
  • 33
  • 117
  • 202