PDA

View Full Version : lzc compiler


fortetie
11-23-2005, 01:34 AM
hello,

I want to specify the version of the generated SWF.

this line works well...
lzc ../lztest_solo/src/lztest.lzx

... but the following answers to me that I should read again the --help of the lzc compiler
lzc --runtime=swf7 ../lztest_solo/src/lztest.lzx

So, I can't use the --runtime, how shall I use that?

Best regards,
Etienne

relgames
11-24-2005, 03:07 AM
Try the next line:

lzc "--runtime=swf7" ../lztest_solo/src/lztest.lzx

Should work.

fortetie
11-24-2005, 03:21 AM
thanks a lot, the syntaxe is correct and it goes well.
etienne