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
2answers
157 views
Help with MTASC and SWFMill for CamCanvas
Hey folks wondering if you can help me.
I am trying to compile locally the following: https://github.com/taboca/CamCanvas-API-
This is camcanvas a javascript api for a webcam. Anyhow - its build.sh ...
0
votes
1answer
39 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
180 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 {
...