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 !
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 !