?? test01.pl
字號(hào):
#!/usr/bin/perl -w# Generated by swftoperl converter included with ming. Have fun. # Change this to your needs. If you installed perl-ming global you don't need this.#use lib("/home/peter/mystuff/lib/site_perl");# We import all because our converter is not so clever to select only needed. ;-)use SWF qw(:ALL);# Just copy from a sample, needed to use Constants like SWFFILL_RADIAL_GRADIENTuse SWF::Constants qw(:Text :Button :DisplayItem :Fill);$m = new SWF::Movie();# SWF_SETBACKGROUNDCOLOR $m->setBackground(0xff, 0xff, 0xff);# SWF_DOACTION $m->add(new SWF::Action("var a = 1;") );# SWF_SHOWFRAME $m->nextFrame(); # end of frame 1 # SWF_END $m->save("test01.swf");
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -