0

How can i generate swc files from swf or abs been made with avm2 assembly adobe alchemy compiler.

this code generated the swf and the abc files :

java -Xms16M -Xmx4096M -jar D:/alchemy/bin/asc.jar -AS3 -strict \
-import  D:/alchemy/flashlibs/global.abc \
-import D:/alchemy/flashlibs/playerglobal.abc \
-config Alchemy::Debugger=false \
-config Alchemy::NoDebugger=true -config Alchemy::Shell=false \
-config Alchemy::NoShell=true -config Alchemy::LogLevel=0 \
-config Alchemy::Vector=true -config Alchemy::NoVector=false \
-config Alchemy::SetjmpAbuse=false \
-swf cmodule.openttd.ConSprite,800,600,60 xxx.as

does anybody know how to use any option in this code to make swc.

Zombo
  • 1
  • 62
  • 391
  • 407
Dora
  • 1
  • 3

1 Answers1

0

You can pass -swc instead of -swf. By the way, you should really move on from Alchemy to FlasCC.

paleozogt
  • 6,393
  • 11
  • 51
  • 94