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

📄 intro.ming.html

📁 php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Introduction</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.ming.html">Ming</a></div> <div class="next" style="text-align: right; float: right;"><a href="ming.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.ming.html">Ming</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="intro.ming" class="preface">  <h1 class="title">Introduction</h1>  <p class="para">   First of all: Ming is not an acronym. Ming is an open-source (LGPL)   library which allows you to create SWF (&quot;Flash&quot;) format movies. Ming   supports almost all of Flash 4&#039;s features, including: shapes, gradients,   bitmaps (pngs and jpegs), morphs (&quot;shape tweens&quot;), text, buttons,   actions, sprites (&quot;movie clips&quot;), streaming mp3, and color transforms   --the only thing that&#039;s missing is sound events.  </p>  <p class="para">   Note that all values specifying length, distance, size, etc. are in &quot;twips&quot;,    twenty units per pixel. That&#039;s pretty much arbitrary, though, since the player   scales the movie to whatever pixel size is specified in the embed/object tag,    or the entire frame if not embedded.   </p>  <p class="para">   Ming offers a number of advantages over the existing   <a href="ref.swf.html" class="link">PHP/libswf module</a>.   You can use Ming anywhere you can compile the code, whereas libswf is   closed-source and only available for a few platforms, Windows not one of   them. Ming provides some insulation from the mundane details of the SWF   file format, wrapping the movie elements in PHP objects. Also, Ming is   still being maintained; if there&#039;s a feature that you want to see, just   let us know at <a href="http://www.libming.org/" class="link external">&raquo; http://www.libming.org/</a>.  </p>  <p class="para">   Ming was added in PHP 4.0.5.  </p>  <div class="warning"><b class="warning">Warning</b><p class="simpara">This extension is<em class="emphasis">EXPERIMENTAL</em>. The behaviour of this extension鈥攊ncludingthe names of its functions and any other documentation surrounding thisextension鈥攎ay change without notice in a future release of PHP.This extension should be used at your own risk.</p></div>  <blockquote><p><b class="note">Note</b>:        This extension has been moved to the <a href="http://pecl.php.net/" class="link external">&raquo; PECL</a> repository and is no longer bundled with PHP as of PHP 5.3.0.   <br />  </p></blockquote> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.ming.html">Ming</a></div> <div class="next" style="text-align: right; float: right;"><a href="ming.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.ming.html">Ming</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

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