Does swfmill embed or load images

66 views Asked by At

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.

1

There are 1 answers

0
Franco Ponticelli On BEST ANSWER

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