Help a brother out (Actionscript)
Help a brother out (Actionscript)
Out of context: Reply #5
- Started
- Last post
- 6 Responses
- unfittoprint0
if(image.getBytesTotal() == image.getBytesLoaded() && image.getBytesTotal>0){
stretch (image._width+10, image._height+10);
}image is the MC where the jpeg is loaded.