Swf_options_getinsertblankframeonstart, Swf_options_getloadmovieonendurl – Google Flix Engine Linux Reference Manual User Manual

Page 230

Advertising
background image

224

Flix Engine Linux Module Documentation

ON2_NET_ERROR

the underlying communication layer failed

Precondition:

flix

is not NULL

pEnablePreloader

is not NULL

See also:

swf_options_SetEnablePreloader()

5.52.5.8

on2sc swf_options_GetInsertBlankFrameOnStart (FLIX2HANDLE flix, on2bool ∗
pInsertBlankFrameOnStart)

Gets if the engine is to insert a blank frame as the first frame of the SWF or not.

Parameters:

← flix Handle to the flix engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ pInsertBlankFrameOnStart

Return values:

ON2_OK

Successfully returned if the engine will insert a blank frame or not.

ON2_INVALID_PARAMS

should one or more of the preconditions fail

ON2_NET_ERROR

the underlying communication layer failed

Precondition:

flix

is not NULL

pInsertBlankFrameOnStart

is not NULL

See also:

swf_options_SetInsertBlankFrameOnStart()

5.52.5.9

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.

Parameters:

← flix Handle to the flix engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ pLoadMovieOnEndUrl The URL of a SWF movie.

↔ len

• IN: The length of pLoadMovieOnEndUrl.

• OUT: The length of the URL (minus the null terminator).

Return values:

ON2_OK

Success

ON2_INVALID_PARAMS

should one or more of the preconditions fail

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

Advertising