Tagged Questions

0
votes
0answers
38 views

AS3 & Swfmill: How to access assets in swfmill-generated library swf

Hi! I'm creating library swfs in as3 this way, works like a charm (except for the slow mxmlc compiler): package { import flash.display.Sprite; public class Library extends Sprite { …
0
votes
1answer
66 views

[HaXe] Attaching swf elements by ObjectID

I have swf file with some graphics I need to use in my haxe(future compiled to swf too) program. There is no problem with embedding pictures by swfmill, so i tried to disassemble the swf with swfmill …
0
votes
0answers
260 views

scale9Grid in haXe on image imported with swfmill

I'm trying to use scale9Grid in haXe on an image that I imported with swfmill. border = flash.Lib.attach("BorderPic"); border.scale9Grid = new Rectangle(15, 15, 1, 1); The second line generates the …