bakauata
08-10-2005, 02:39 PM
Hi, I'm having trouble handling Jpegs in Flash mx.
My problem is the Jpeg images are being cut off by one pixel on the bottom and on the right.
I've created a photo gallery which loads images listed in an .xml file. The file names are first stored in an array. The following script is then used to load the images: picture.loadMovie(image[p], 1);
"picture" is the instance name of an empty movie clip.
I've tried repositioning the "picture" movie clip, saving the jpegs in various ways, playing with the publish options, etc.
Jpegs are being saved from Photoshop 7 and look fine on any other viewer.
Has anyone come across this problem and know of a solution? I'd greatly appreciate any help. Thanks, Christian.
My problem is the Jpeg images are being cut off by one pixel on the bottom and on the right.
I've created a photo gallery which loads images listed in an .xml file. The file names are first stored in an array. The following script is then used to load the images: picture.loadMovie(image[p], 1);
"picture" is the instance name of an empty movie clip.
I've tried repositioning the "picture" movie clip, saving the jpegs in various ways, playing with the publish options, etc.
Jpegs are being saved from Photoshop 7 and look fine on any other viewer.
Has anyone come across this problem and know of a solution? I'd greatly appreciate any help. Thanks, Christian.