Maybe you could embed="false" and use a Loader or BitmapData.loadFromFile to load the art assets you need, or you could consider using a separate “preloader” asset library, and loading that in:
(you can make as many asset libraries as you need, using whatever name makes sense, it’s just a way of bundling assets together in a simpler way)