Enumerations – Google Flix Engine Linux Reference Manual User Manual

Page 219

Advertising
background image

5.52 SWF

213

Sets the adaptive preload buffer factor.

• #define

FE2_SWF_ON_END_OPTION

Sets the options for the end of the SWF.

• #define

FE2_SWF_ON_END_URL

Sets the URL a SWF movie will load after the current movie ends.

• #define

FE2_SWF_ON_START_OPTION

Sets the options for the start of the SWF.

• #define

FE2_SWF_START_BLANK_FRAME

Control the insertion of a blank first frame in the SWF.

• #define

FE2_SWF_START_WAIT_SEC

Sets the number of seconds to wait before playback begins.

• #define

FE2_SWF_ADD_VARIABLE

Add or update a variable in the SWF.

• #define

FE2_SWF_DELETE_VARIABLE

Delete an existing variable in the SWF.

Enumerations

• enum

FE2_EmbeddedUrlType

{

EmbeddedUrlIsGetUrl

,

EmbeddedUrlIsLoadMovie

}

Differentiates between the type of file (HTML or SWF) set through

FE2_SWF_EMBEDDED_URL

.

• enum

FE2_SwfOnEndOptions

{

SwfOnMovieEndNothing

,

SwfOnMovieEndSTOP

,

SwfOnMovieEndLoop

,

SwfOnMovieEndUnload

,

SwfOnMovieEndLoadMovie

}

Actions that can be added to the last frame of a SWF file.

• enum

FE2_SwfOnStartOptions

{

SwfOnMovieStartAutomatically

,

SwfOnMovieStartOnClick

,

SwfOnMovieStartWait

,

SwfOnMovieStartEmbedSTOP

}

Actions that can be added to the start frame of the SWF file.

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen

Advertising