Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 05cd670d8a02b2b4a0ffb1756f2e8308 > files > 12089

php-manual-zh-5.2.4-1mdv2008.1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>SWFSprite</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="PHP 手册"
HREF="index.html"><LINK
REL="UP"
TITLE="Ming functions for Flash"
HREF="ref.ming.html"><LINK
REL="PREVIOUS"
TITLE="SWFSoundInstance->noMultiple()"
HREF="function.swfsoundinstance.nomultiple.html"><LINK
REL="NEXT"
TITLE="SWFSprite->__construct()"
HREF="function.swfsprite.construct.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=UTF-8"></HEAD
><BODY
CLASS="refentry"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>PHP 手册</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.swfsoundinstance.nomultiple.html"
ACCESSKEY="P"
>上一页</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.swfsprite.construct.html"
ACCESSKEY="N"
>下一页</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="ming.swfsprite"
></A
>SWFSprite</H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN123677"
></A
><P
>    (PHP 4 &#62;= 4.0.5)</P
>SWFSprite&nbsp;--&nbsp;SWFSprite Class</DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN123680"
></A
><H2
>说明</H2
><P
>&#13;   An <B
CLASS="classname"
>SWFSprite</B
> is also known as a "movie clip", this
   allows one to create objects which are animated in their own timelines. 
   Hence, the sprite has most of the same methods as the movie. 
  </P
></DIV
><DIV
CLASS="refsect1"
><A
NAME="ming.swfsprite.members"
></A
><H2
>Class Members</H2
><DIV
CLASS="refsect2"
><A
NAME="ming.swfsprite.methods"
></A
><H3
>方法</H3
><P
></P
><TABLE
BORDER="0"
><TBODY
><TR
><TD
><A
HREF="function.swfsprite.construct.html"
>SWFSprite-&#62;__construct()</A
></TD
></TR
><TR
><TD
><A
HREF="function.swfsprite.add.html"
>SWFSprite-&#62;add()</A
></TD
></TR
><TR
><TD
><A
HREF="function.swfsprite.labelframe.html"
>SWFSprite-&#62;labelFrame()</A
></TD
></TR
><TR
><TD
><A
HREF="function.swfsprite.nextframe.html"
>SWFSprite-&#62;nextFrame()</A
></TD
></TR
><TR
><TD
><A
HREF="function.swfsprite.remove.html"
>SWFSprite-&#62;remove()</A
></TD
></TR
><TR
><TD
><A
HREF="function.swfsprite.setframes.html"
>SWFSprite-&#62;setFrames()</A
></TD
></TR
><TR
><TD
><A
HREF="function.swfsprite.startsound.html"
>SWFSprite-&#62;startSound()</A
></TD
></TR
><TR
><TD
><A
HREF="function.swfsprite.stopsound.html"
>SWFSprite-&#62;stopSound()</A
></TD
></TR
></TBODY
></TABLE
><P
></P
></DIV
></DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN123705"
></A
><H2
>范例</H2
><P
>&#13;   This simple example will spin gracefully a big red square.
   <TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
CLASS="EXAMPLE"
><TR
><TD
><DIV
CLASS="example"
><A
NAME="AEN123708"
></A
><P
><B
>例 1. <B
CLASS="function"
>swfsprite()</B
> example</B
></P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
CELLPADDING="5"
><TR
><TD
><code><font color="#000000">
<font color="#0000BB">&lt;?php<br />$s </font><font color="#007700">= new </font><font color="#0000BB">SWFShape</font><font color="#007700">();<br /></font><font color="#0000BB">$s</font><font color="#007700">-&gt;</font><font color="#0000BB">setRightFill</font><font color="#007700">(</font><font color="#0000BB">$s</font><font color="#007700">-&gt;</font><font color="#0000BB">addFill</font><font color="#007700">(</font><font color="#0000BB">0xff</font><font color="#007700">, </font><font color="#0000BB">0</font><font color="#007700">, </font><font color="#0000BB">0</font><font color="#007700">));<br /></font><font color="#0000BB">$s</font><font color="#007700">-&gt;</font><font color="#0000BB">movePenTo</font><font color="#007700">(-</font><font color="#0000BB">500</font><font color="#007700">, -</font><font color="#0000BB">500</font><font color="#007700">);<br /></font><font color="#0000BB">$s</font><font color="#007700">-&gt;</font><font color="#0000BB">drawLineTo</font><font color="#007700">(</font><font color="#0000BB">500</font><font color="#007700">, -</font><font color="#0000BB">500</font><font color="#007700">);<br /></font><font color="#0000BB">$s</font><font color="#007700">-&gt;</font><font color="#0000BB">drawLineTo</font><font color="#007700">(</font><font color="#0000BB">500</font><font color="#007700">, </font><font color="#0000BB">500</font><font color="#007700">);<br /></font><font color="#0000BB">$s</font><font color="#007700">-&gt;</font><font color="#0000BB">drawLineTo</font><font color="#007700">(-</font><font color="#0000BB">500</font><font color="#007700">, </font><font color="#0000BB">500</font><font color="#007700">);<br /></font><font color="#0000BB">$s</font><font color="#007700">-&gt;</font><font color="#0000BB">drawLineTo</font><font color="#007700">(-</font><font color="#0000BB">500</font><font color="#007700">, -</font><font color="#0000BB">500</font><font color="#007700">);<br /><br /></font><font color="#0000BB">$p </font><font color="#007700">= new </font><font color="#0000BB">SWFSprite</font><font color="#007700">();<br /></font><font color="#0000BB">$i </font><font color="#007700">= </font><font color="#0000BB">$p</font><font color="#007700">-&gt;</font><font color="#0000BB">add</font><font color="#007700">(</font><font color="#0000BB">$s</font><font color="#007700">);<br /></font><font color="#0000BB">$p</font><font color="#007700">-&gt;</font><font color="#0000BB">nextFrame</font><font color="#007700">();<br /></font><font color="#0000BB">$i</font><font color="#007700">-&gt;</font><font color="#0000BB">rotate</font><font color="#007700">(</font><font color="#0000BB">15</font><font color="#007700">);<br /></font><font color="#0000BB">$p</font><font color="#007700">-&gt;</font><font color="#0000BB">nextFrame</font><font color="#007700">();<br /></font><font color="#0000BB">$i</font><font color="#007700">-&gt;</font><font color="#0000BB">rotate</font><font color="#007700">(</font><font color="#0000BB">15</font><font color="#007700">);<br /></font><font color="#0000BB">$p</font><font color="#007700">-&gt;</font><font color="#0000BB">nextFrame</font><font color="#007700">();<br /></font><font color="#0000BB">$i</font><font color="#007700">-&gt;</font><font color="#0000BB">rotate</font><font color="#007700">(</font><font color="#0000BB">15</font><font color="#007700">);<br /></font><font color="#0000BB">$p</font><font color="#007700">-&gt;</font><font color="#0000BB">nextFrame</font><font color="#007700">();<br /></font><font color="#0000BB">$i</font><font color="#007700">-&gt;</font><font color="#0000BB">rotate</font><font color="#007700">(</font><font color="#0000BB">15</font><font color="#007700">);<br /></font><font color="#0000BB">$p</font><font color="#007700">-&gt;</font><font color="#0000BB">nextFrame</font><font color="#007700">();<br /></font><font color="#0000BB">$i</font><font color="#007700">-&gt;</font><font color="#0000BB">rotate</font><font color="#007700">(</font><font color="#0000BB">15</font><font color="#007700">);<br /></font><font color="#0000BB">$p</font><font color="#007700">-&gt;</font><font color="#0000BB">nextFrame</font><font color="#007700">();<br /><br /></font><font color="#0000BB">$m </font><font color="#007700">= new </font><font color="#0000BB">SWFMovie</font><font color="#007700">();<br /></font><font color="#0000BB">$i </font><font color="#007700">= </font><font color="#0000BB">$m</font><font color="#007700">-&gt;</font><font color="#0000BB">add</font><font color="#007700">(</font><font color="#0000BB">$p</font><font color="#007700">);<br /></font><font color="#0000BB">$i</font><font color="#007700">-&gt;</font><font color="#0000BB">moveTo</font><font color="#007700">(</font><font color="#0000BB">1500</font><font color="#007700">, </font><font color="#0000BB">1000</font><font color="#007700">);<br /></font><font color="#0000BB">$i</font><font color="#007700">-&gt;</font><font color="#0000BB">setName</font><font color="#007700">(</font><font color="#DD0000">"blah"</font><font color="#007700">);<br /><br /></font><font color="#0000BB">$m</font><font color="#007700">-&gt;</font><font color="#0000BB">setBackground</font><font color="#007700">(</font><font color="#0000BB">0xff</font><font color="#007700">, </font><font color="#0000BB">0xff</font><font color="#007700">, </font><font color="#0000BB">0xff</font><font color="#007700">);<br /></font><font color="#0000BB">$m</font><font color="#007700">-&gt;</font><font color="#0000BB">setDimension</font><font color="#007700">(</font><font color="#0000BB">3000</font><font color="#007700">, </font><font color="#0000BB">2000</font><font color="#007700">);<br /><br /></font><font color="#0000BB">header</font><font color="#007700">(</font><font color="#DD0000">'Content-type: application/x-shockwave-flash'</font><font color="#007700">);<br /></font><font color="#0000BB">$m</font><font color="#007700">-&gt;</font><font color="#0000BB">output</font><font color="#007700">();<br /></font><font color="#0000BB">?&gt;</font>
</font>
</code></TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
>
  </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="function.swfsoundinstance.nomultiple.html"
ACCESSKEY="P"
>上一页</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>起始页</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.swfsprite.construct.html"
ACCESSKEY="N"
>下一页</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>SWFSoundInstance-&#62;noMultiple()</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ref.ming.html"
ACCESSKEY="U"
>上一级</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>SWFSprite-&#62;__construct()</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>