Google Flix Engine Linux Reference Manual User Manual

Page 217

Advertising
background image

5.52 SWF

211

Sets the percent of the SWF movie to preload before playback begins.

on2sc

swf_options_GetPreloaderType

(

FLIX2HANDLE

flix,

FE2_SwfPreloaderOptions

∗pPreloaderType)

Gets the type of preloader.

on2sc swf_options_SetPreloaderType

(

FLIX2HANDLE

flix, const

FE2_SwfPreloaderOptions

preloaderType)

Sets the type of preloader.

on2sc

swf_options_GetAdaptivePreloaderBufferFactor

(

FLIX2HANDLE

flix,

double

∗pPreloaderBufferFactor)

Gets the adaptive preload buffer factor.

on2sc swf_options_SetAdaptivePreloaderBufferFactor

(

FLIX2HANDLE

flix, const double preload-

erBufferFactor)

Sets the adaptive preload buffer factor.

on2sc swf_options_GetMovieOnEndOptions

(

FLIX2HANDLE

flix,

FE2_SwfOnEndOptions

∗pOnEndOptions)

Gets the options for the end of the SWF.

on2sc swf_options_SetMovieOnEndOptions

(

FLIX2HANDLE

flix, const

FE2_SwfOnEndOptions

onEndOptions)

Sets the options for the end of the SWF.

on2sc swf_options_GetLoopCount

(

FLIX2HANDLE

flix,

int32_t

∗pLoopCount)

Gets the number of times the SWF should loop.

on2sc swf_options_SetLoopCount

(

FLIX2HANDLE

flix, const

int32_t

loopCount)

Sets the number of times the SWF should loop.

on2sc swf_options_GetLoadMovieOnEndUrl

(

FLIX2HANDLE

flix, char ∗pLoadMovieOnEndUrl,

int32_t

∗len)

Gets the URL of a SWF movie to load after the current movie ends.

on2sc

swf_options_SetLoadMovieOnEndUrl

(

FLIX2HANDLE

flix,

const

char

∗loadMovieOnEndUrl)

Sets the URL of a SWF movie to load after the current movie ends.

on2sc swf_options_GetMovieOnStartOptions

(

FLIX2HANDLE

flix,

FE2_SwfOnStartOptions

∗pOnStartOptions)

Gets the options for the start of the SWF.

on2sc swf_options_SetMovieOnStartOptions

(

FLIX2HANDLE

flix, const

FE2_SwfOnStartOptions

onStartOptions)

Sets the options for the start of the SWF.

on2sc swf_options_GetWaitTimeToStart

(

FLIX2HANDLE

flix,

int32_t

∗pWaitTimeToStart)

Gets the number of seconds to wait before playback begins.

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

Advertising