carriker
04-13-2006, 05:14 PM
Okay, I have 2 swfs we'll call the first one Thumbnails.swf. It loads a bunch of images, scales them down to a thumbnail size and places them all within a scroll pane. So when you run Thumbnails.swf all you see is a scroll pane filled with thumbnail images.
The second swf, we'll call it Main.swf, has a Loader component with it's content path set to "Thumbnails.swf" and the Loader is the same height and width of Thumbnails.swf. so "scaleContent" is not needed and set to false. When you run Main.swf you see the ScrollPane of thumbnails where the loader was placed. Everything works fine EXCEPT some of the thumnail images are distorted beyond recognition. It doesn't happen to all the images so I'm wondering if anyone knows of a known bug that might cause this, because it's not on all the images, just some.
Thanks in advance,
--carriker
The second swf, we'll call it Main.swf, has a Loader component with it's content path set to "Thumbnails.swf" and the Loader is the same height and width of Thumbnails.swf. so "scaleContent" is not needed and set to false. When you run Main.swf you see the ScrollPane of thumbnails where the loader was placed. Everything works fine EXCEPT some of the thumnail images are distorted beyond recognition. It doesn't happen to all the images so I'm wondering if anyone knows of a known bug that might cause this, because it's not on all the images, just some.
Thanks in advance,
--carriker