PDA

View Full Version : creating swf file without flash


Mathieu_BSL
08-18-2002, 02:58 PM
Hi !

I would like to generate a swf file from an .as files (a text file containing ActionScripts code). My .as file contains only flash var declaration like :

var myVariable 1 = 45;
var myArray = [12, 45];

... and so on

There is no Movie-Clip, no functions : only variables.

Someone already told me that it was possible to generate a swf file automatically from C++ or another programming language without using the authoring environment of Flash.

Is that possible?

Thankxs !

abudavul
08-19-2002, 10:17 AM
You can try it with PHP. It is possible to create .swf's with PHP.
for further informations look at a PHP book or www.php.net.
I hope this information can help you.

tg
08-19-2002, 05:47 PM
get ming. it uses php to generate swfs.

Mathieu_BSL
08-20-2002, 01:22 PM
Hi !
It seems to have a lot of information for creating animations and graphics on PHP.net, but I can't find information about defining variables. Is there a Macromedia official book about it, or some particular great stuff, tutorials ?
I am not very familiar with PHP, so perhaps I need a good strating point...

Thank you again!
Mathieu

tg
08-20-2002, 04:25 PM
you probably won't find any macromedia books on making swf with anything but flash.

when ya build them with ming/php, you're on your own. hunt around the web, you'll find some tuts.