sound.pm

来自「Ming is a library for generating Macrome」· PM 代码 · 共 45 行

PM
45
字号
# ====================================================================# Copyright (c) 2000-2001 by Soheil Seyfaie. All rights reserved.# This program is free software; you can redistribute it and/or modify# it under the same terms as Perl itself.# ====================================================================# $Author: peterdd $# $Id: Sound.pm,v 1.3 2006/02/01 16:13:29 peterdd Exp $package SWF::Sound;use SWF();use strict;$SWF::Sound::VERSION = $SWF::VERSION;1;__END__=head1 NAMESWF::Sound - SWF Sound class=head1 SYNOPSIS	use SWF::Sound;	$sound = new SWF::Sound("test.mp3");=head1 DESCRIPTION	=head1 AUTHOR	developers of 	ming.sourceforge.net=head1 SEE ALSOSWF, SWF::SoundInstance=cut

⌨️ 快捷键说明

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