Fe2_swfpreloaderoptions, Fe2_swfonstartoptions, Swf_options_addvariable – Google Flix Engine Linux Reference Manual User Manual

Page 225: Swfonmovieendstop, Swfonmovieendloop, Swfonmovieendunload, Swfonmovieendloadmovie, Swfonmoviestartautomatically, Swfonmoviestartonclick, Swfonmoviestartwait

Advertising
background image

5.52 SWF

219

SwfOnMovieEndSTOP

SwfOnMovieEndLoop

SwfOnMovieEndUnload

SwfOnMovieEndLoadMovie

Definition at line 76 of file swf.h.

5.52.4.3

enum FE2_SwfOnStartOptions

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

For use with

FE2_SWF_ON_START_OPTION

Enumerator:

SwfOnMovieStartAutomatically

SwfOnMovieStartOnClick

SwfOnMovieStartWait

SwfOnMovieStartEmbedSTOP

Definition at line 87 of file swf.h.

5.52.4.4

enum FE2_SwfPreloaderOptions

Determines the type of preloader added to the SWF file.

For use with

FE2_SWF_PRELOAD_TYPE

Enumerator:

SwfPreloaderNone

SwfFixedPreloader

SwfAdaptivePreloader

Definition at line 97 of file swf.h.

5.52.5

Function Documentation

5.52.5.1

on2sc swf_options_AddVariable (FLIX2HANDLE flix, const char ∗ name, const char ∗
value)

Adds a custom SWF variable as a name/value pair.

Parameters:

← flix Handle to the flix engine returned from

Flix2_Create()

or

Flix2_CreateEx()

← name The name of the variable.

← value The value of the variable.

Return values:

ON2_OK

Success

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

Advertising