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

📄 swfspritetagtypes.html

📁 java和flash接口编程
💻 HTML
📖 第 1 页 / 共 2 页
字号:
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>streamFormat</CODE> - must be SWFConstants.SOUND_FORMAT_ADPCM<DD><CODE>playbackFrequency</CODE> - one of the SWFConstants.SOUND_FREQ_* constants<DD><CODE>streamFrequency</CODE> - one of the SWFConstants.SOUND_FREQ_* constants
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagSoundStreamHead2(int, boolean, boolean, int, int, boolean, boolean, int)"><!-- --></A><H3>
tagSoundStreamHead2</H3>
<PRE>
void <B>tagSoundStreamHead2</B>(int&nbsp;playbackFrequency,
                         boolean&nbsp;playback16bit,
                         boolean&nbsp;playbackStereo,
                         int&nbsp;streamFormat,
                         int&nbsp;streamFrequency,
                         boolean&nbsp;stream16bit,
                         boolean&nbsp;streamStereo,
                         int&nbsp;averageSampleCount)
                         throws java.io.IOException</PRE>
<DL>
<DD>Allows any encoding.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>streamFormat</CODE> - one of the SWFConstants.SOUND_FORMAT_* constants<DD><CODE>playbackFrequency</CODE> - one of the SWFConstants.SOUND_FREQ_* constants<DD><CODE>streamFrequency</CODE> - one of the SWFConstants.SOUND_FREQ_* constants
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagSoundStreamBlock(byte[])"><!-- --></A><H3>
tagSoundStreamBlock</H3>
<PRE>
void <B>tagSoundStreamBlock</B>(byte[]&nbsp;soundData)
                         throws java.io.IOException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>soundData</CODE> - format-dependent sound data
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagEnd()"><!-- --></A><H3>
tagEnd</H3>
<PRE>
void <B>tagEnd</B>()
            throws java.io.IOException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagShowFrame()"><!-- --></A><H3>
tagShowFrame</H3>
<PRE>
void <B>tagShowFrame</B>()
                  throws java.io.IOException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagDoAction()"><!-- --></A><H3>
tagDoAction</H3>
<PRE>
<A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFActions.html" title="interface in com.anotherbigidea.flash.interfaces">SWFActions</A> <B>tagDoAction</B>()
                       throws java.io.IOException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>SWFActions to receive actions - or null to skip the data
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagDoInitAction(int)"><!-- --></A><H3>
tagDoInitAction</H3>
<PRE>
<A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFActions.html" title="interface in com.anotherbigidea.flash.interfaces">SWFActions</A> <B>tagDoInitAction</B>(int&nbsp;spriteId)
                           throws java.io.IOException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>spriteId</CODE> - the sprite that the actions relate to.
<DT><B>Returns:</B><DD>SWFActions to receive actions - or null to skip the data
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagFreeCharacter(int)"><!-- --></A><H3>
tagFreeCharacter</H3>
<PRE>
void <B>tagFreeCharacter</B>(int&nbsp;charId)
                      throws java.io.IOException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagTabOrder(int, int)"><!-- --></A><H3>
tagTabOrder</H3>
<PRE>
void <B>tagTabOrder</B>(int&nbsp;depth,
                 int&nbsp;tabOrder)
                 throws java.io.IOException</PRE>
<DL>
<DD>Set the tab order of the symbol at a given depth.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>depth</CODE> - the depth of the symbol.<DD><CODE>tabOrder</CODE> - the tab order.
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagPlaceObject(int, int, com.anotherbigidea.flash.structs.Matrix, com.anotherbigidea.flash.structs.AlphaTransform)"><!-- --></A><H3>
tagPlaceObject</H3>
<PRE>
void <B>tagPlaceObject</B>(int&nbsp;charId,
                    int&nbsp;depth,
                    <A HREF="../../../../com/anotherbigidea/flash/structs/Matrix.html" title="class in com.anotherbigidea.flash.structs">Matrix</A>&nbsp;matrix,
                    <A HREF="../../../../com/anotherbigidea/flash/structs/AlphaTransform.html" title="class in com.anotherbigidea.flash.structs">AlphaTransform</A>&nbsp;cxform)
                    throws java.io.IOException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>cxform</CODE> - may be null
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagRemoveObject(int, int)"><!-- --></A><H3>
tagRemoveObject</H3>
<PRE>
void <B>tagRemoveObject</B>(int&nbsp;charId,
                     int&nbsp;depth)
                     throws java.io.IOException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagPlaceObject2(boolean, int, int, int, com.anotherbigidea.flash.structs.Matrix, com.anotherbigidea.flash.structs.AlphaTransform, int, java.lang.String, int)"><!-- --></A><H3>
tagPlaceObject2</H3>
<PRE>
<A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFActions.html" title="interface in com.anotherbigidea.flash.interfaces">SWFActions</A> <B>tagPlaceObject2</B>(boolean&nbsp;isMove,
                           int&nbsp;clipDepth,
                           int&nbsp;depth,
                           int&nbsp;charId,
                           <A HREF="../../../../com/anotherbigidea/flash/structs/Matrix.html" title="class in com.anotherbigidea.flash.structs">Matrix</A>&nbsp;matrix,
                           <A HREF="../../../../com/anotherbigidea/flash/structs/AlphaTransform.html" title="class in com.anotherbigidea.flash.structs">AlphaTransform</A>&nbsp;cxform,
                           int&nbsp;ratio,
                           java.lang.String&nbsp;name,
                           int&nbsp;clipActionFlags)
                           throws java.io.IOException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>clipDepth</CODE> - < 1 if not relevant<DD><CODE>charId</CODE> - < 1 if not relevant<DD><CODE>name</CODE> - of sprite instance - null if not relevant<DD><CODE>ratio</CODE> - < 0 if not relevant<DD><CODE>matrix</CODE> - null if not relevant<DD><CODE>cxform</CODE> - null if not relevant<DD><CODE>clipActionFlags</CODE> - == 0 if there are no clip actions - otherwise        this is the OR of the condition flags on all the clip action blocks
<DT><B>Returns:</B><DD>null if there are no clip actions or they are irrelevant
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagRemoveObject2(int)"><!-- --></A><H3>
tagRemoveObject2</H3>
<PRE>
void <B>tagRemoveObject2</B>(int&nbsp;depth)
                      throws java.io.IOException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagFrameLabel(java.lang.String)"><!-- --></A><H3>
tagFrameLabel</H3>
<PRE>
void <B>tagFrameLabel</B>(java.lang.String&nbsp;label)
                   throws java.io.IOException</PRE>
<DL>
<DD>Define the label for the current frame
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagFrameLabel(java.lang.String, boolean)"><!-- --></A><H3>
tagFrameLabel</H3>
<PRE>
void <B>tagFrameLabel</B>(java.lang.String&nbsp;label,
                   boolean&nbsp;isAnchor)
                   throws java.io.IOException</PRE>
<DL>
<DD>Define the label for the current frame
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>isAnchor</CODE> - true if this is an anchor frame (for browser navigation), Flash MX+ only.
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SWFSpriteTagTypes.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFShape.html" title="interface in com.anotherbigidea.flash.interfaces"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTags.html" title="interface in com.anotherbigidea.flash.interfaces"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="SWFSpriteTagTypes.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>
<i>Copyright &#169; 2000-2005 David N Main. All Rights Reserved.</i>
</BODY>
</HTML>

⌨️ 快捷键说明

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