The swf tag has no wiki summary.
3
votes
5answers
144 views
Can I extract Flash SWF sprite frames to bitmaps?
I want to create the 2D graphics of my game in Flash Studio, but then get all the frames from my SWF movies into C# for further work in Unity3D.
I find it easier to create nice smooth animations in ...
3
votes
3answers
2k views
How to play animations (GIF, SWF… )?
I have many diffrent animations made with flash.
I can make it as (1).SWF, (2).GIF or as (3).PNG (every Frame per second).
Searched in google... but coudn't find anything usefull.
SWF: For SWF i ...
1
vote
0answers
243 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
471 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
367 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
600 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 ...
8
votes
3answers
1k 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 ...
12
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 ...