问题
is possible that I can create an Adobe AIR application to generate sample shape and save it as swf file?
I know how to create shape, color, save it as image, but I want the output to be vector file like what flash can create, swf file format.
thanks!
回答1:
Try AS3SWF.
AS3 to SWF
You can generate and save swf files from as3 (check out the examples folder once you download the code)
来源:https://stackoverflow.com/questions/4903227/how-to-generate-sample-swf-file-using-as3