📄 swfspritetagtypes.html
字号:
</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 playbackFrequency,
boolean playback16bit,
boolean playbackStereo,
int streamFormat,
int streamFrequency,
boolean stream16bit,
boolean streamStereo,
int 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[] 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 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 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 depth,
int 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 charId,
int depth,
<A HREF="../../../../com/anotherbigidea/flash/structs/Matrix.html" title="class in com.anotherbigidea.flash.structs">Matrix</A> matrix,
<A HREF="../../../../com/anotherbigidea/flash/structs/AlphaTransform.html" title="class in com.anotherbigidea.flash.structs">AlphaTransform</A> 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 charId,
int 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 isMove,
int clipDepth,
int depth,
int charId,
<A HREF="../../../../com/anotherbigidea/flash/structs/Matrix.html" title="class in com.anotherbigidea.flash.structs">Matrix</A> matrix,
<A HREF="../../../../com/anotherbigidea/flash/structs/AlphaTransform.html" title="class in com.anotherbigidea.flash.structs">AlphaTransform</A> cxform,
int ratio,
java.lang.String name,
int 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 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 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 label,
boolean 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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SWFSpriteTagTypes.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFShape.html" title="interface in com.anotherbigidea.flash.interfaces"><B>PREV CLASS</B></A>
<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>
<A HREF="SWFSpriteTagTypes.html" target="_top"><B>NO FRAMES</B></A>
<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: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 2000-2005 David N Main. All Rights Reserved.</i>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -