⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test01.pl

📁 Ming is a library for generating Macromedia Flash files (.swf), written in C, and includes useful ut
💻 PL
字号:
#!/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();$m->setRate(24.000000);# SWF_SETBACKGROUNDCOLOR $m->setBackground(0xff, 0xff, 0xff);# SWF_SHOWFRAME $m->nextFrame(); # end of frame 1 # SWF_END $m->save("test01.swf");

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -