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

224
Flix Engine Linux Module Documentation
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
or
→ pInsertBlankFrameOnStart
Return values:
Successfully returned if the engine will insert a blank frame or not.
should one or more of the preconditions fail
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
or
→ 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:
Success
should one or more of the preconditions fail
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen