?? test01.c
字號:
#include <libming.h>#include <stdlib.h>int main(){ SWFMovie m = newSWFMovieWithVersion(8); SWFShape shape1 = newSWFShape(); SWFShape shape2 = newSWFShape(); SWFShape_useVersion(shape2, SWF_SHAPE4); SWFMovie_add(m, (SWFBlock)shape1); SWFMovie_add(m, (SWFBlock)shape2); SWFMovie_save(m, "test01.swf"); return EXIT_SUCCESS;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -