Archive for May, 2005

Can you Flash Developers migrate on Linux ?

Tuesday, May 31st, 2005

Question: Can you Flash Developers migrate on Linux ?
Answer : YES
This example explains how.
The software you need is:
ECLIPSE
ASDT
MTASC
SWFMILL
1. Eclipse is a kind of universal tool platform - an open extensible IDE for anything and nothing in particular. Eclipse use a java and you must have it installed in your Linux(BSD) , in my […]

How to Install SWFMILL on Linux

Tuesday, May 31st, 2005

Steps :

download SWFMILL
open archive with type:
tar -xzf swfmill-0.2.2.tar.gz
go to swfmill-0.2.2:
cd swfmill-0.2.2
configure,compile and install:
./configure && make && make install
and now when type:
swfmill
you must see this
swfmill 0.2.2
XML-based SWF (Shockwave Flash) processing toolusage: swfmill
etc ……

and swfmill now installed
see current documentation

How to Install EnFlash on Linux

Friday, May 6th, 2005

These instructions explain how to install EnFlash to Linux/Unix Platform. In my case i use Fedora 3 release.
1. Step one : you must install MTASC read this instruction How to Install MTASC over Linux
2. Step two:

you must download enFlash
after open enFlash archive, you must download my Shell Script and put shell arhive in main […]