5/26/2010 1:35:50 AM
Title:
actionscript
can I show an Image 800*600 pixels in a 1000*300 pixels Movie(Flash)?
5/26/2010 4:06:31 AM
sure you can , the image can be loaded into ScrollPane component in Flash CS. So that scrollbars appear for the extra area of image. Also you can use the Loader component and set sale mode property to true . This will make the image resize to fit the area of your flash file automatically
5/26/2010 7:02:20 AM
yes there is no such limit of size , you can show image of any size, but if it exceeds the swf size the extra part will not show up.
5/26/2010 7:07:37 AM
can you show me ademo Mr.William?
5/26/2010 8:10:25 AM
download flash file from this link and open in flash cs4
http://www.easy-share.com/1910381215/bigImage.fla
Click on the stage , the scrollpane component will get selected. Then open component inspector from window menu. You will find there the contentPath option . Change that to your image name and compile using ctrl+enter. See the generated swf file. It will contain the scrollbars with your image loaded .