moviebuilder.html

来自「java和flash接口编程」· HTML 代码 · 共 1,304 行 · 第 1/5 页

HTML
1,304
字号
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#MovieBuilder(com.anotherbigidea.flash.movie.Movie)">MovieBuilder</A></B>(<A HREF="../../../../com/anotherbigidea/flash/movie/Movie.html" title="class in com.anotherbigidea.flash.movie">Movie</A>&nbsp;movie)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to an existing movie (do not change size,rate,color,version etc)</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected </CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#MovieBuilder(com.anotherbigidea.flash.readers.MovieBuilder, com.anotherbigidea.flash.movie.MovieClip)">MovieBuilder</A></B>(<A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html" title="class in com.anotherbigidea.flash.readers">MovieBuilder</A>&nbsp;parent,
             <A HREF="../../../../com/anotherbigidea/flash/movie/MovieClip.html" title="class in com.anotherbigidea.flash.movie">MovieClip</A>&nbsp;clip)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Build the timeline of a MovieClip</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../com/anotherbigidea/flash/movie/Frame.html" title="class in com.anotherbigidea.flash.movie">Frame</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#currentFrame()">currentFrame</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#defineFontInfo(int, java.lang.String, int, int[], int)">defineFontInfo</A></B>(int&nbsp;fontId,
               java.lang.String&nbsp;fontName,
               int&nbsp;flags,
               int[]&nbsp;codes,
               int&nbsp;langCode)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.util.Map</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#getDefinedSymbols()">getDefinedSymbols</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the defined symbols - keyed by Integer( symbolId )</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../com/anotherbigidea/flash/movie/Instance.html" title="class in com.anotherbigidea.flash.movie">Instance</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#getInstance(int)">getInstance</A></B>(int&nbsp;depth)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/anotherbigidea/flash/movie/Movie.html" title="class in com.anotherbigidea.flash.movie">Movie</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#getMovie()">getMovie</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../com/anotherbigidea/flash/movie/Symbol.html" title="class in com.anotherbigidea.flash.movie">Symbol</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#getSymbol(int)">getSymbol</A></B>(int&nbsp;id)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#header(int, long, int, int, int, int)">header</A></B>(int&nbsp;version,
       long&nbsp;length,
       int&nbsp;twipsWidth,
       int&nbsp;twipsHeight,
       int&nbsp;frameRate,
       int&nbsp;frameCount)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFHeader interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#saveInstance(int, com.anotherbigidea.flash.movie.Instance)">saveInstance</A></B>(int&nbsp;depth,
             <A HREF="../../../../com/anotherbigidea/flash/movie/Instance.html" title="class in com.anotherbigidea.flash.movie">Instance</A>&nbsp;inst)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#saveSymbol(int, com.anotherbigidea.flash.movie.Symbol)">saveSymbol</A></B>(int&nbsp;id,
           <A HREF="../../../../com/anotherbigidea/flash/movie/Symbol.html" title="class in com.anotherbigidea.flash.movie">Symbol</A>&nbsp;s)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#tag(int, boolean, byte[])">tag</A></B>(int&nbsp;tagType,
    boolean&nbsp;longTag,
    byte[]&nbsp;contents)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTags interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#tagButtonCXForm(int, com.anotherbigidea.flash.structs.ColorTransform)">tagButtonCXForm</A></B>(int&nbsp;buttonId,
                <A HREF="../../../../com/anotherbigidea/flash/structs/ColorTransform.html" title="class in com.anotherbigidea.flash.structs">ColorTransform</A>&nbsp;transform)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#tagDefineBits(int, byte[])">tagDefineBits</A></B>(int&nbsp;id,
              byte[]&nbsp;imageData)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;JPEG image data only - header/encoding data is in tagJPEGTables tag</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#tagDefineBitsJPEG2(int, byte[])">tagDefineBitsJPEG2</A></B>(int&nbsp;id,
                   byte[]&nbsp;data)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#tagDefineBitsJPEG2(int, java.io.InputStream)">tagDefineBitsJPEG2</A></B>(int&nbsp;id,
                   java.io.InputStream&nbsp;jpegImage)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#tagDefineBitsJPEG3(int, byte[], byte[])">tagDefineBitsJPEG3</A></B>(int&nbsp;id,
                   byte[]&nbsp;imageData,
                   byte[]&nbsp;alphaData)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;JPEG image and encoding data with alpha channel bitmap</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#tagDefineBitsLossless(int, int, int, int, com.anotherbigidea.flash.structs.Color[], byte[])">tagDefineBitsLossless</A></B>(int&nbsp;id,
                      int&nbsp;format,
                      int&nbsp;width,
                      int&nbsp;height,
                      <A HREF="../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>[]&nbsp;colors,
                      byte[]&nbsp;imageData)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#tagDefineBitsLossless2(int, int, int, int, com.anotherbigidea.flash.structs.Color[], byte[])">tagDefineBitsLossless2</A></B>(int&nbsp;id,
                       int&nbsp;format,
                       int&nbsp;width,
                       int&nbsp;height,
                       <A HREF="../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>[]&nbsp;colors,
                       byte[]&nbsp;imageData)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFActions.html" title="interface in com.anotherbigidea.flash.interfaces">SWFActions</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#tagDefineButton(int, java.util.Vector)">tagDefineButton</A></B>(int&nbsp;id,
                java.util.Vector&nbsp;buttonRecords)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFActions.html" title="interface in com.anotherbigidea.flash.interfaces">SWFActions</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#tagDefineButton2(int, boolean, java.util.Vector)">tagDefineButton2</A></B>(int&nbsp;id,
                 boolean&nbsp;trackAsMenu,
                 java.util.Vector&nbsp;buttonRecord2s)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#tagDefineButtonSound(int, int, com.anotherbigidea.flash.structs.SoundInfo, int, com.anotherbigidea.flash.structs.SoundInfo, int, com.anotherbigidea.flash.structs.SoundInfo, int, com.anotherbigidea.flash.structs.SoundInfo)">tagDefineButtonSound</A></B>(int&nbsp;buttonId,
                     int&nbsp;rollOverSoundId,
                     <A HREF="../../../../com/anotherbigidea/flash/structs/SoundInfo.html" title="class in com.anotherbigidea.flash.structs">SoundInfo</A>&nbsp;rollOverSoundInfo,
                     int&nbsp;rollOutSoundId,
                     <A HREF="../../../../com/anotherbigidea/flash/structs/SoundInfo.html" title="class in com.anotherbigidea.flash.structs">SoundInfo</A>&nbsp;rollOutSoundInfo,
                     int&nbsp;pressSoundId,
                     <A HREF="../../../../com/anotherbigidea/flash/structs/SoundInfo.html" title="class in com.anotherbigidea.flash.structs">SoundInfo</A>&nbsp;pressSoundInfo,
                     int&nbsp;releaseSoundId,
                     <A HREF="../../../../com/anotherbigidea/flash/structs/SoundInfo.html" title="class in com.anotherbigidea.flash.structs">SoundInfo</A>&nbsp;releaseSoundInfo)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Define the sound for a button</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFVectors.html" title="interface in com.anotherbigidea.flash.interfaces">SWFVectors</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#tagDefineFont(int, int)">tagDefineFont</A></B>(int&nbsp;id,
              int&nbsp;numGlyphs)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFVectors.html" title="interface in com.anotherbigidea.flash.interfaces">SWFVectors</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#tagDefineFont2(int, int, java.lang.String, int, int, int, int, int[], int[], com.anotherbigidea.flash.structs.Rect[], int[], int[], int[])">tagDefineFont2</A></B>(int&nbsp;id,
               int&nbsp;flags,
               java.lang.String&nbsp;name,
               int&nbsp;numGlyphs,
               int&nbsp;ascent,
               int&nbsp;descent,
               int&nbsp;leading,
               int[]&nbsp;codes,
               int[]&nbsp;advances,
               <A HREF="../../../../com/anotherbigidea/flash/structs/Rect.html" title="class in com.anotherbigidea.flash.structs">Rect</A>[]&nbsp;bounds,
               int[]&nbsp;kernCodes1,
               int[]&nbsp;kernCodes2,
               int[]&nbsp;kernAdjustments)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/readers/MovieBuilder.html#tagDefineFontInfo(int, java.lang.String, int, int[])">tagDefineFontInfo</A></B>(int&nbsp;fontId,
                  java.lang.String&nbsp;fontName,
                  int&nbsp;flags,
                  int[]&nbsp;codes)</CODE>

⌨️ 快捷键说明

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