Added the info about libswf not supporting Windows that Daniel

Beulshausen (daniel@php4win.de) mention some time ago.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35025 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jesus M. Castagnetto 2000-11-01 23:11:53 +00:00
parent 2714644d0e
commit 2e1990f644

View file

@ -68,7 +68,7 @@ swf_actionstop ();
swf_enddoaction ();
swf_closefile ();
?>
?>
</programlisting>
</example>
It will produce the animation found at the following <ulink
@ -78,6 +78,11 @@ swf_closefile ();
<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>
</note>
</partintro>
@ -231,7 +236,7 @@ function swf_savedata ($data)
@mysql_free_result ($sth);
@mysql_close ($dbh);
}
?>
&gt;
</programlisting>
</example>
</para>
@ -1510,12 +1515,12 @@ function swf_savedata ($data)
<itemizedlist>
<listitem>
<simpara>
Aheight - The height in pixels of a capital A.
Aheight - The height in pixels of a capital A.
</simpara>
</listitem>
<listitem>
<simpara>
xheight - The height in pixels of a lowercase x.
xheight - The height in pixels of a lowercase x.
</simpara>
</listitem>
</itemizedlist>
@ -1634,17 +1639,17 @@ function swf_savedata ($data)
<itemizedlist>
<listitem>
<simpara>
"size" - The size in bytes of the bitmap.
"size" - The size in bytes of the bitmap.
</simpara>
</listitem>
<listitem>
<simpara>
"width" - The width in pixels of the bitmap.
"width" - The width in pixels of the bitmap.
</simpara>
</listitem>
<listitem>
<simpara>
"height" - The height in pixels of the bitmap.
"height" - The height in pixels of the bitmap.
</simpara>
</listitem>
</itemizedlist>
@ -1812,42 +1817,42 @@ swf_endButton ();
<itemizedlist>
<listitem>
<simpara>
IdletoOverUp
IdletoOverUp
</simpara>
</listitem>
<listitem>
<simpara>
OverUptoIdle
OverUptoIdle
</simpara>
</listitem>
<listitem>
<simpara>
OverUptoOverDown
OverUptoOverDown
</simpara>
</listitem>
<listitem>
<simpara>
OverDowntoOverUp
OverDowntoOverUp
</simpara>
</listitem>
<listitem>
<simpara>
IdletoOverDown
IdletoOverDown
</simpara>
</listitem>
<listitem>
<simpara>
OutDowntoIdle
OutDowntoIdle
</simpara>
</listitem>
<listitem>
<simpara>
MenuEnter (IdletoOverUp|IdletoOverDown)
MenuEnter (IdletoOverUp|IdletoOverDown)
</simpara>
</listitem>
<listitem>
<simpara>
MenuExit (OverUptoIdle|OverDowntoIdle)
MenuExit (OverUptoIdle|OverDowntoIdle)
</simpara>
</listitem>
</itemizedlist>
@ -1855,47 +1860,47 @@ swf_endButton ();
<itemizedlist>
<listitem>
<simpara>
IdletoOverUp
IdletoOverUp
</simpara>
</listitem>
<listitem>
<simpara>
OverUptoIdle
OverUptoIdle
</simpara>
</listitem>
<listitem>
<simpara>
OverUptoOverDown
OverUptoOverDown
</simpara>
</listitem>
<listitem>
<simpara>
OverDowntoOverUp
OverDowntoOverUp
</simpara>
</listitem>
<listitem>
<simpara>
OverDowntoOutDown
OverDowntoOutDown
</simpara>
</listitem>
<listitem>
<simpara>
OutDowntoOverDown
OutDowntoOverDown
</simpara>
</listitem>
<listitem>
<simpara>
OutDowntoIdle
OutDowntoIdle
</simpara>
</listitem>
<listitem>
<simpara>
ButtonEnter (IdletoOverUp|OutDowntoOverDown)
ButtonEnter (IdletoOverUp|OutDowntoOverDown)
</simpara>
</listitem>
<listitem>
<simpara>
ButtonExit (OverUptoIdle|OverDowntoOutDown)
ButtonExit (OverUptoIdle|OverDowntoOutDown)
</simpara>
</listitem>
</itemizedlist>