goba            Sun Jul 28 10:03:04 2002 EDT

  Added files:                 
    /phpdoc/en/reference/swf    constants.xml 

  Modified files:              
    /phpdoc/en/reference/swf    reference.xml 
  Log:
  Adding constants here, new structure applied
  
  
Index: phpdoc/en/reference/swf/reference.xml
diff -u phpdoc/en/reference/swf/reference.xml:1.2 
phpdoc/en/reference/swf/reference.xml:1.3
--- phpdoc/en/reference/swf/reference.xml:1.2   Mon Apr 15 17:57:22 2002
+++ phpdoc/en/reference/swf/reference.xml       Sun Jul 28 10:03:04 2002
@@ -1,30 +1,77 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
  <reference id="ref.swf">
   <title>Shockwave Flash functions</title>
   <titleabbrev>SWF</titleabbrev>
   
   <partintro>
-   <simpara>
-    PHP offers the ability to create Shockwave Flash files via Paul
-    Haeberli's libswf module.  You can download libswf at <ulink
-    url="&url.swf;">&url.swf;</ulink>.  Once you have libswf all you
-    need to do is to configure <option
-    role="configure">--with-swf[=DIR]</option> where DIR is a location
-    containing the directories include and lib. The include directory
-    has to contain the swf.h file and the lib directory has to contain
-    the libswf.a file. If you unpack the libswf distribution the two
-    files will be in one directory. Consequently you will have to copy
-    the files to the proper location manually.
-   </simpara>
-   <para>
-    Once you've successfully installed PHP with Shockwave Flash
-    support you can then go about creating Shockwave files from PHP.
-    You would be surprised at what you can do, take the following
-    code:
-    <example>
-     <title>SWF example</title>
-     <programlisting role="php">
+   
+   <section id="swf.intro">
+    &reftitle.intro;
+    <para>
+     PHP offers the ability to create Shockwave Flash files via Paul
+     Haeberli's libswf module.
+    </para>
+    <note>
+     <para>
+      SWF support was added in PHP 4 RC2.
+     </para>
+     <para>
+      The libswf does not have support for Windows. The development of
+      that library has been stopped, and the source is not available
+      to port it to another systems.
+     </para>
+     <para>
+      For up to date SWF support take a look at the
+      <link linkend="ref.ming">MING</link> functions.
+     </para>
+    </note>
+   </section>
+   
+   <section id="swf.requirements">
+    &reftitle.required;
+    <para>
+     You need the libswf library to compile PHP with support for this
+     extension. You can download libswf at <ulink
+     url="&url.swf;">&url.swf;</ulink>.
+    </para>
+   </section>
+   
+   <section id="swf.installation">
+    &reftitle.install;
+    <para>
+     Once you have libswf all you  need to do is to configure <option
+     role="configure">--with-swf[=DIR]</option> where DIR is a location
+     containing the directories include and lib. The include directory
+     has to contain the swf.h file and the lib directory has to contain
+     the libswf.a file. If you unpack the libswf distribution the two
+     files will be in one directory. Consequently you will have to copy
+     the files to the proper location manually.
+    </para>
+   </section>
+   
+   <section id="swf.configuration">
+    &reftitle.runtime;
+    &no.config;
+   </section>
+
+   <section id="swf.resources">
+    &reftitle.resources;
+    &no.resource;
+   </section>
+
+   &reference.swf.constants;
+
+   <section id="swf.examples">
+    &reftitle.examples;
+    <para>
+     Once you've successfully installed PHP with Shockwave Flash
+     support you can then go about creating Shockwave files from PHP.
+     You would be surprised at what you can do, take the following
+     code:
+     <example>
+      <title>SWF example</title>
+      <programlisting role="php">
 <![CDATA[
 <?php
 swf_openfile ("test.swf", 256, 256, 30, 1, 1, 1);
@@ -73,23 +120,11 @@
 swf_closefile ();
 ?>
 ]]>
-     </programlisting>
-    </example>
-   </para>
-   <note>
-    <para>
-     SWF support was added in PHP 4 RC2.
-    </para>
-    <para>
-     The libswf does not have support for Windows. The development of
-     that library has been stopped, and the source is not available
-     to port it to another systems.
+      </programlisting>
+     </example>
     </para>
-    <para>
-     For up to date SWF support take a look at the
-     <link linkend="ref.ming">MING</link> functions.
-    </para>
-   </note>
+   </section>
+  
   </partintro>
 
 &reference.swf.functions;

Index: phpdoc/en/reference/swf/constants.xml
+++ phpdoc/en/reference/swf/constants.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="swf.constants">
 &reftitle.constants;
 &extension.constants;
 <variablelist>
  <varlistentry>
   <term>
    <constant>MOD_COLOR</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>MOD_MATRIX</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>TYPE_PUSHBUTTON</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>TYPE_MENUBUTTON</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>BSHitTest</constant> 
    (<link linkend="language.types.float">float</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>BSDown</constant> 
    (<link linkend="language.types.float">float</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>BSOver</constant> 
    (<link linkend="language.types.float">float</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>BSUp</constant> 
    (<link linkend="language.types.float">float</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>OverDowntoIdle</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>IdletoOverDown</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>OutDowntoIdle</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>OutDowntoOverDown</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>OverDowntoOutDown</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>OverUptoOverDown</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>OverUptoIdle</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>IdletoOverUp</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>ButtonEnter</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>ButtonExit</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>MenuEnter</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>MenuExit</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     
    </simpara>
   </listitem>
  </varlistentry>
 </variablelist>
</section>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to