Archive for the 'flashdevelop' Category

Converting SWF animations to video

Tuesday, October 14th, 2008

If you ever tried to convert a SWF animation to a video you know what a pain it can be. Let’s first look at the solutions at hand:

Exporting a movie from Flash
Using a SWF to movie converter
Screen capture

Now let’s break those down.

Exporting a movie from Flash
- Doesn’t play sub-movieclip animations
Using a SWF to video converter
- [...]

PureMVC file templates for FlashDevelop

Friday, June 20th, 2008

I wrote 3 small file templates for the AS3Project in FlashDevelop.
They come in quite handy when working on a PureMVC based project.
PureMVC-Command.as.fdt
PureMVC-Mediator.as.fdt
PureMVC-Proxy.as.fdt
I hope it helps someone ;)

Compiling SWC Libraries – Part 2

Thursday, May 8th, 2008

dragonworx, a user from the FlashDevelop message board took the time to write an SWC compilation plug-in for FlashDevelop.
So, if you’re a FlashDevelop user and you’re looking to compile an SWC library you should definitely have a look at this.
http://www.flashdevelop.org/community/viewtopic.php?t=2987
I personally have not yet put it to use as i am waiting until solutions are [...]