I'm now moving some of my projects to FB from Flash CS5. I've got a question:
In CS5 when I wanted to add some images I just imported them to the library, put them into some movie clip, assigned it to some class Image (you know - this option export for actionscript) and then used code like
image:Image = new Image();
this.addChild(image);
How do I work with images in FB when I don't have a library? I mean that I do not want to load them from somewhere but i want to include them into my swf file.






