//Use this code to load in swfs and all images. Just change the file extesion.
var req:URLRequest = new URLRequest("cart.gif");
var loader:Loader = new Loader();
loader.load(req);
addChild(loader);