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

Page 239: Swf_options_setembeddedurltype()

Advertising
background image

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

http://www.w3.org/TR/REC-WebCGM/REC-03-CGM-IC.html#webcgm_3_-

1_2_2

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:

swf_options_GetEmbeddedUrl()

,

swf_options_SetEmbeddedUrl()

,

swf_options_-

GetEmbeddedUrlType()

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_SWF

and the

FE2_SWF_EMBEDDED_URL_-

TARGET

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

Flix2_Create()

or

Flix2_CreateEx()

← embeddedUrlType The type of embedded URL.

Return values:

ON2_OK

success.

ON2_INVALID_PARAMS

should one or more of the preconditions fail

ON2_NET_ERROR

the underlying communication layer failed

Precondition:

flix

is not NULL

embeddedUrlType

is a valid member of

FE2_EmbeddedUrlType

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

Advertising