Hi

So far what I did works great however I've got another issue with the batch file.

I am trying to compile a swf which isn't in the same directory as the fla and main.as (which is the entry point for the app).

i have the following:
mtasc -cp "C:\Program Files\Macromedia\Flash 8\en\First Run\Classes" -cp "C:\Documents and Settings\user\My Documents\as2Classes" -cp "C:\Documents and Settings\user\My Documents\project\flash\production\source" Main.as  -swf "C:\Documents and Settings\user\My Documents\project\flash\production\deploy" mySwf.swf
start "C:\Documents and Settings\user\My Documents\project\flash\production\deploy" mySwf.swf


i get the following message from the compiler:
< unknown> : type error class not found : mySwf.swf


I tried to loose the start  "C:\Documents and Settings\user\My Documents\project\flash\production\deploy" mySwf.swf  thinking that might the source of the proeblem but nop it wasn't

I checked and double checked the path to the swf and it's the correct one so I am wondering can we have the fla and swf in different location or they have to be in the same directory?


Does anyone know how I can over come this issue?

thx
seb




_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to