Yes it's possible. There are a few ways to do it.

The loadMovie() function can be used to load images or movies into container movieclips. In this case, the images or SWFs would be served up separately from your web server.

If you want to keep all the pictures in your library, you can export them, and then use attachMovie() to dynamically instantiate them from variable names, which change each time you run animations.