Hello,
Try this - open Thumbnail.as file, line 243:
Code:
var bd:BitmapData = new BitmapData(iw, ih);
- change this line to:
Code:
var bd:BitmapData = new BitmapData(iw, ih, true, 0x000000);
- open HScroller.fla and republish the swf to see the results.
Please let me know if it works.
All the best,
Adrian