beautypg.com

Swf_options_setloopcount, Swf_options_setloadmovieonendurl, Also – Google Flix Engine Linux Reference Manual User Manual

Page 241: Swf_options_setloadmovieonendurl(), Swf_options_setloopcount()

background image

5.52 SWF

235

ON2_INVALID_PARAMS

should one or more of the preconditions fail

ON2_NET_ERROR

the underlying communication layer failed

Precondition:

flix

is not NULL

Note:

on2true

will insert a blank frame.

on2false

will not.

See also:

swf_options_GetInsertBlankFrameOnStart()

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_SWF

and the

FE2_SWF_START_BLANK_-

FRAME

parameter. This function will be removed in a future release.

5.52.5.26

on2sc swf_options_SetLoadMovieOnEndUrl (FLIX2HANDLE flix, const char ∗
loadMovieOnEndUrl)

Sets 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()

← loadMovieOnEndUrl The URL of a SWF movie.

Return values:

ON2_OK

success

ON2_INVALID_PARAMS

should one or more of the preconditions fail

ON2_NO_MEM

an error occurred allocating memory for loadMovieOnEndUrl

ON2_NET_ERROR

the underlying communication layer failed

Precondition:

flix

is not NULL

Note:

If loadMovieOnEndUrl is NULL then the engine will delete the URL.

See also:

swf_options_GetLoadMovieOnEndUrl()

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_SWF

and the

FE2_SWF_ON_END_URL

param-

eter. This function will be removed in a future release.

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