Fe2_swf_preload_type, Fe2_swf_on_end_option, Fe2_swf_on_end_url – Google Flix Engine Linux Reference Manual User Manual

Page 223: Fe2_swf_on_start_option, Fe2_swf_start_blank_frame

Advertising
background image

5.52 SWF

217

5.52.3.11

#define FE2_SWF_LOOP_COUNT

Sets the number of times the SWF should loop.

Note:

Default: 0
Setting this to a value >0 will see the SWF ignore the loop command of the Flash player.
This will implicitly set

FE2_SWF_ON_END_OPTION

to

SwfOnMovieEndLoop

Definition at line 168 of file swf.h.

5.52.3.12

#define FE2_SWF_ON_END_OPTION

Sets the options for the end of the SWF.

Valid values are defined by

FE2_SwfOnEndOptions

Note:

Default:

SwfOnMovieEndNothing

Definition at line 228 of file swf.h.

5.52.3.13

#define FE2_SWF_ON_END_URL

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

Note:

This will implicitly set

FE2_SWF_ON_END_OPTION

to

SwfOnMovieEndLoadMovie

Definition at line 234 of file swf.h.

5.52.3.14

#define FE2_SWF_ON_START_OPTION

Sets the options for the start of the SWF.

Valid values are defined by

FE2_SwfOnStartOptions

.

Note:

Default:

SwfOnMovieStartAutomatically

Definition at line 241 of file swf.h.

5.52.3.15

#define FE2_SWF_PRELOAD_TYPE

Sets the type of preloader.

Valid types are defined by

FE2_SwfPreloaderOptions

.

Note:

Default:

SwfPreloaderNone

Definition at line 175 of file swf.h.

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

Advertising