Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 9183

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Introduction</title>

 </head>
 <body><div class="manualnavbar" 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
   PHP/libswf module.
   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;&nbsp;http://www.libming.org/</a>.
  </p>
  <div class="warning"><strong class="warning">Warning</strong><p class="simpara">This extension is
<em class="emphasis">EXPERIMENTAL</em>. The behaviour of this extension including
the names of its functions and any other documentation surrounding this
extension may change without notice in a future release of PHP.
This extension should be used at your own risk.</p></div>

  <blockquote class="note"><p><strong class="note">Note</strong>: 
   <p class="para">
    This extension has been moved to the
<a href="http://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a> repository and is no longer bundled with
PHP as of PHP 5.3.0.
   </p>
  </p></blockquote>

 </div><hr /><div class="manualnavbar" 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>