flash image rescaling
flash image rescaling
Out of context: Reply #9
- Started
- Last post
- 18 Responses
- falcadia0
As2.. something like this... It's been a while
import flash.display.*;
var bitmap:BitmapData = new BitmapData(mc._width, mc._height, true);
As2.. something like this... It's been a while
import flash.display.*;
var bitmap:BitmapData = new BitmapData(mc._width, mc._height, true);