In my current project I'm going to be use a handful of icons in quite
a few different classes. I was planning on embedding each of these
into the application and was thinking that a single class with static
properties would be the best way to go. For example if I had a
IconAssetManager class which then handled the embedding of each of the
icons and then everything that needs to use the icons can reference
them from that single point.

So I'm basically asking for a sanity check or any suggestions, has
anyone else had experience of doing this?

Also if I embed an image in more than one place (say as variables of
each class that uses them) then I'm assuming that the image will be
embedded multiple times into the .swf, is this assumption correct?

Thanks in advance,

-D

Reply via email to