PDA

View Full Version : adjust height/width of image


ma501th
04-02-2008, 09:08 PM
i have a button with actioncript of :

on (release){
loader.contentPath = "ass.jpg";
}

when the button is clicked it loads the image. How do i adjust the code so that i can specify how to enlarge the image (height/width)

cheers