The swf tag has no wiki summary.
0
votes
1answer
103 views
Flash game made with Flixel does not appear when using regular zoom [closed]
I am having an issue getting my Flash game (made using the Flixel library) to display when I use Zoom = 1 in the call to Super() in the game's constructor.
I have made a map using Dame which is ...
1
vote
0answers
242 views
Making a game preloader (Flash) [duplicate]
Possible Duplicate:
How do you create a single/internal pre-loader for a Flash game written using Flex?
Hi guys, Im trying to make a preloader in a Flash game.
Thing is, I need some ...
2
votes
3answers
432 views
How much info can I store in a cookie?
Im developing a flash game and I'd like to know how much info can I store in a browser cookie.
The game is simple, but it needs to store several variables in order to save all the details of your ...
2
votes
4answers
326 views
Are there any command line swf packing tools?
I want to packing image files(png, jpg) into swf, then game can load files easily. But I want to do this by a Makefile, not FLASH CS.
Do you know any command line swf tool set can do that? And can I ...
2
votes
1answer
520 views
Does swf provide better compress rate than zlib for png image?
Somebody told me that when a png image is stored in swf, it's separated to several layer, hence the alpha channel can be compressed better. Is it true? Or, once png image is imported into a swf, it's ...
7
votes
3answers
798 views
Is gameswf usable? [closed]
The project page indicates that it's pre-alpha code, and suggests the actionscript support is weak. Flash UIs are nice, so I was wondering if anyone has experience getting gameswf to the point where ...
11
votes
2answers
1k views
What libraries do you use for developing games in Actionscript?
There are a couple of libraries I have used myself when developing games in Actionscript:
Flixel: Created by Adam Atomic, well known as the library created for Cannabalt. Very special for pixel ...