Tagged Questions
The swfmill tag has no wiki summary.
10
votes
5answers
6k views
Why is Ruby throwing a Segmentation fault on only my system, and only in this Rails application?
I'm not exactly sure how to properly debug this but have tried a few different approaches that have chewed up time, but not solved the problem. At least 4 other people in my office can execute this ...
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 {
...
0
votes
1answer
443 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 ...