Swf_options_setembeddedurltype, Swf_options, Setembeddedurltype() – Google Flix Engine Linux Reference Manual User Manual
Page 239: Swf_options_setembeddedurltype()

5.52 SWF
233
Precondition:
flix
is not NULL
If embeddedUrlTarget is not NULL then it must be one of the valid values.
Note:
The embeddedUrlTarget will be ignored if the embedded URL is not set.
Valid values for embeddedUrlTarget are:
• "_self"
• "_blank"
• "_parent"
• "_top"
• see
for more information.
The default value is "_self".
If embeddedUrlTarget is NULL then the engine will delete the target of the embedded URL.
See also:
Use the
along with
and the
parameter. This function will be removed in a future release.
5.52.5.23
on2sc swf_options_SetEmbeddedUrlType (FLIX2HANDLE flix, const
FE2_EmbeddedUrlType embeddedUrlType)
Sets the type of embedded URL.
Parameters:
← flix Handle to the flix engine returned from
or
← embeddedUrlType The type of embedded URL.
Return values:
success.
should one or more of the preconditions fail
the underlying communication layer failed
Precondition:
flix
is not NULL
embeddedUrlType
is a valid member of
Note:
The embeddedUrlType will be ignored if the embedded URL is not set.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen