📄 swftagtypes.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineQuickTimeMovie(int, java.lang.String)">tagDefineQuickTimeMovie</A></B>(int id,
java.lang.String filename)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFShape.html" title="interface in com.anotherbigidea.flash.interfaces">SWFShape</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineShape(int, com.anotherbigidea.flash.structs.Rect)">tagDefineShape</A></B>(int id,
<A HREF="../../../../com/anotherbigidea/flash/structs/Rect.html" title="class in com.anotherbigidea.flash.structs">Rect</A> outline)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFShape.html" title="interface in com.anotherbigidea.flash.interfaces">SWFShape</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineShape2(int, com.anotherbigidea.flash.structs.Rect)">tagDefineShape2</A></B>(int id,
<A HREF="../../../../com/anotherbigidea/flash/structs/Rect.html" title="class in com.anotherbigidea.flash.structs">Rect</A> outline)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFShape.html" title="interface in com.anotherbigidea.flash.interfaces">SWFShape</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineShape3(int, com.anotherbigidea.flash.structs.Rect)">tagDefineShape3</A></B>(int id,
<A HREF="../../../../com/anotherbigidea/flash/structs/Rect.html" title="class in com.anotherbigidea.flash.structs">Rect</A> outline)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineSound(int, int, int, boolean, boolean, int, byte[])">tagDefineSound</A></B>(int id,
int format,
int frequency,
boolean bits16,
boolean stereo,
int sampleCount,
byte[] soundData)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFTagTypes</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineSprite(int)">tagDefineSprite</A></B>(int id)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFText.html" title="interface in com.anotherbigidea.flash.interfaces">SWFText</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineText(int, com.anotherbigidea.flash.structs.Rect, com.anotherbigidea.flash.structs.Matrix)">tagDefineText</A></B>(int id,
<A HREF="../../../../com/anotherbigidea/flash/structs/Rect.html" title="class in com.anotherbigidea.flash.structs">Rect</A> bounds,
<A HREF="../../../../com/anotherbigidea/flash/structs/Matrix.html" title="class in com.anotherbigidea.flash.structs">Matrix</A> matrix)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFText.html" title="interface in com.anotherbigidea.flash.interfaces">SWFText</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineText2(int, com.anotherbigidea.flash.structs.Rect, com.anotherbigidea.flash.structs.Matrix)">tagDefineText2</A></B>(int id,
<A HREF="../../../../com/anotherbigidea/flash/structs/Rect.html" title="class in com.anotherbigidea.flash.structs">Rect</A> bounds,
<A HREF="../../../../com/anotherbigidea/flash/structs/Matrix.html" title="class in com.anotherbigidea.flash.structs">Matrix</A> matrix)</CODE>
<BR>
Allows alpha colors</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineTextField(int, java.lang.String, java.lang.String, com.anotherbigidea.flash.structs.Rect, int, com.anotherbigidea.flash.structs.AlphaColor, int, int, int, int, int, int, int, int)">tagDefineTextField</A></B>(int fieldId,
java.lang.String fieldName,
java.lang.String initialText,
<A HREF="../../../../com/anotherbigidea/flash/structs/Rect.html" title="class in com.anotherbigidea.flash.structs">Rect</A> boundary,
int flags,
<A HREF="../../../../com/anotherbigidea/flash/structs/AlphaColor.html" title="class in com.anotherbigidea.flash.structs">AlphaColor</A> textColor,
int alignment,
int fontId,
int fontSize,
int charLimit,
int leftMargin,
int rightMargin,
int indentation,
int lineSpacing)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineVideoStream(int, int, int, int, int, int)">tagDefineVideoStream</A></B>(int id,
int numFrames,
int width,
int height,
int flags,
int codec)</CODE>
<BR>
Defines a video-stream symbol.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagEnableDebug(byte[])">tagEnableDebug</A></B>(byte[] password)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagEnableDebug2(byte[])">tagEnableDebug2</A></B>(byte[] password)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagExport(java.lang.String[], int[])">tagExport</A></B>(java.lang.String[] names,
int[] ids)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagGenerator(byte[])">tagGenerator</A></B>(byte[] data)</CODE>
<BR>
In Generator templates.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagGeneratorCommand(byte[])">tagGeneratorCommand</A></B>(byte[] data)</CODE>
<BR>
In Generator templates.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagGeneratorFont(byte[])">tagGeneratorFont</A></B>(byte[] data)</CODE>
<BR>
In Generator templates.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagGeneratorText(byte[])">tagGeneratorText</A></B>(byte[] data)</CODE>
<BR>
In Generator templates.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagImport(java.lang.String, java.lang.String[], int[])">tagImport</A></B>(java.lang.String movieName,
java.lang.String[] names,
int[] ids)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagJPEGTables(byte[])">tagJPEGTables</A></B>(byte[] jpegEncodingData)</CODE>
<BR>
Only one tag per SWF - holds common JPEG encoding data</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagNameCharacter(byte[])">tagNameCharacter</A></B>(byte[] data)</CODE>
<BR>
In Generator templates.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagProtect(byte[])">tagProtect</A></B>(byte[] password)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagScriptLimits(int, int)">tagScriptLimits</A></B>(int maxRecursionDepth,
int scriptTimeoutSecs)</CODE>
<BR>
Set the limits on actionscript execution.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagSerialNumber(java.lang.String)">tagSerialNumber</A></B>(java.lang.String serialNumber)</CODE>
<BR>
In files produced by Generator...</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagSetBackgroundColor(com.anotherbigidea.flash.structs.Color)">tagSetBackgroundColor</A></B>(<A HREF="../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A> color)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagVideoFrame(int, int, int, int, byte[])">tagVideoFrame</A></B>(int streamId,
int seqNum,
int frameType,
int codec,
byte[] videoPacket)</CODE>
<BR>
A video frame.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_com.anotherbigidea.flash.interfaces.SWFSpriteTagTypes"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface com.anotherbigidea.flash.interfaces.<A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFSpriteTagTypes</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagDoAction()">tagDoAction</A>, <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagDoInitAction(int)">tagDoInitAction</A>, <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagEnd()">tagEnd</A>, <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagFrameLabel(java.lang.String)">tagFrameLabel</A>, <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagFrameLabel(java.lang.String, boolean)">tagFrameLabel</A>, <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagFreeCharacter(int)">tagFreeCharacter</A>, <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagPlaceObject(int, int, com.anotherbigidea.flash.structs.Matrix, com.anotherbigidea.flash.structs.AlphaTransform)">tagPlaceObject</A>, <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagPlaceObject2(boolean, int, int, int, com.anotherbigidea.flash.structs.Matrix, com.anotherbigidea.flash.structs.AlphaTransform, int, java.lang.String, int)">tagPlaceObject2</A>, <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagRemoveObject(int, int)">tagRemoveObject</A>, <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagRemoveObject2(int)">tagRemoveObject2</A>, <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagShowFrame()">tagShowFrame</A>, <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagSoundStreamBlock(byte[])">tagSoundStreamBlock</A>, <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagSoundStreamHead(int, boolean, boolean, int, int, boolean, boolean, int)">tagSoundStreamHead</A>, <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagSoundStreamHead2(int, boolean, boolean, int, int, boolean, boolean, int)">tagSoundStreamHead2</A>, <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagStartSound(int, com.anotherbigidea.flash.structs.SoundInfo)">tagStartSound</A>, <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagTabOrder(int, int)">tagTabOrder</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_com.anotherbigidea.flash.interfaces.SWFTags"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface com.anotherbigidea.flash.interfaces.<A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTags.html" title="interface in com.anotherbigidea.flash.interfaces">SWFTags</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTags.html#tag(int, boolean, byte[])">tag</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_com.anotherbigidea.flash.interfaces.SWFHeader"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface com.anotherbigidea.flash.interfaces.<A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFHeader.html" title="interface in com.anotherbigidea.flash.interfaces">SWFHeader</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFHeader.html#header(int, long, int, int, int, int)">header</A></CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="tagDefineSound(int, int, int, boolean, boolean, int, byte[])"><!-- --></A><H3>
tagDefineSound</H3>
<PRE>
void <B>tagDefineSound</B>(int id,
int format,
int frequency,
boolean bits16,
boolean stereo,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -