?? test01.c
字號:
#include <libming.h>static char *test = "test01";main(){SWFMovie m;m= newSWFMovie();SWFMovie_setBackground(m, 0xff, 0xff, 0xff);SWFMovie_setDimension(m, 640.00, 480.00);SWFMovie_save(m,"test01.swf");return 0;}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -