I'm attempting to create an AIR app using Flash Builder 4 and I've hit a snag and I'm attempting to figure out the best way to proceed and I'm really hoping you guys can help me out.
I'm trying to create an image scroller app which is simple enough. Currently, the app is loading one image dynamically using mx:Image into a Group component inside a Scroller component. However, the images I want to load are well in excess of 10,000 pixels wide (10,000 pixels being the width limit of a Group component). I have gone through and broken up the images so that each image is roughly 7,000 pixels wide (all being 550 pixels in height). I am now stuck as I'm not quite sure the best way to proceed. Is it possible to stitch the images together inside Flash Builder (place them side by side)? If so, which component would I use to best do so due to the width limitations? Thanks!

