Tagged Questions

2
votes
1answer
312 views

How to do a proper haXe preloader for Flash, or what do you think is the best way to do it?

I have recently begun to develop a game in haXe which targets the Flash platform. I can say that I'm not really used to Flash and how it works, it is really apparent that it was intended for ...
0
votes
1answer
38 views

Flash 10 Attaching a png file from an external swf compiled with swfmill

I wish to load an external swf compiled with swfmill, at run time. In other words, loading it asynchronously (not compiled together with the file). This swf contains 2 assets: file1.png and file2.png. ...
0
votes
1answer
179 views

HOw to play sound from swf library in javascript

i'm not a flash developer, so i don't know if this is possible, please clarify it if you can :) My situaion: I have to play some sound on a webpage with javascript, and probably flash is the best ...
0
votes
1answer
1k views

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

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
442 views

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 ...