0

I was curious to know if swfmill actually embeds image's into the swf or creates a loader?

In the documentation it says "Add to Library".

but in examples I see the author importing flash.display.LoaderInfo; and using bitmaps.

atiquratik
  • 1,296
  • 3
  • 27
  • 34
Bryan
  • 143
  • 1
  • 10

1 Answers1

1

Assets are embedded and not dynamically loaded. In the example you mention there is an import but it is actually not used.

Franco Ponticelli
  • 4,430
  • 1
  • 21
  • 24