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

📄 videostream.pm

📁 Ming is a library for generating Macromedia Flash files (.swf), written in C, and includes useful ut
💻 PM
字号:
# ====================================================================# Copyright (c) 2006 by Peter Liscovius. All rights reserved.# This program is free software; you can redistribute it and/or modify# it under the same terms as Perl itself.# ====================================================================# $Author: krechert $# $Id: VideoStream.pm,v 1.4 2007/11/10 18:39:25 krechert Exp $package SWF::VideoStream;use SWF();use strict;$SWF::VideoStream::VERSION = $SWF::VERSION;1;__END__=head1 NAMESWF::VideoStream - SWF Video class=head1 SYNOPSIS	use SWF::VideoStream;	$videostream = new SWF::VideoStream("test.flv");=head1 DESCRIPTION	XXX=head1 AUTHOR	developers of ming 	ming.sourceforge.net=head1 SEE ALSOSWF, SWF::Action, SWF::Movie, SWF::MovieClip, SWF::Sound=cut

⌨️ 快捷键说明

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