PDA

View Full Version : resizing loaded images


kaoss
03-15-2005, 10:54 PM
lo all. i want to load images into a site, which i can do but, i dont want to have to size my images beforehand, is there a way to load images into a clip and have the image resize to suit the clip?



thnx in advance
kev.

nthpixel
03-18-2005, 12:34 AM
I don't ever resize images in Flash. It never works for me. But if you must, have you tried my_image._x = my_mc._x

Sunchild
03-18-2005, 07:23 AM
hey y dont u use embedding ur flash file in
some other web site design tool
try out adobe go live or dreeamweaver

CyanBlue
03-18-2005, 08:03 PM
In a short answer, nope... Basically what happens is that the movieClip gets lost its shape once your loadMovie() function gets initiated, so fitting in the box idea is out...
You'll have to do that manually... ;)

Gibberish
03-18-2005, 09:57 PM
this saves my sanity. Hopefully yours too.

http://graphicssoft.about.com/od/digitalphotography/l/blps_batch.htm

rippazinc
03-29-2005, 03:17 AM
if u cant change the size of a loaded movieclip, then can u change the size of a loaded image OR a movieclip that is there from frame 1??