Fe2_swf_embedded_url, Fe2_swf_embedded_url_target, Fe2_swf_embedded_url_type – Google Flix Engine Linux Reference Manual User Manual
Page 221: Fe2_swf_delete_variable

5.52 SWF
215
Parameter format:
Format = Variable
∗[ ’&’ Variable ]
Variable = varName ’=’ varValue
e.g. "n0=v0&n1=v1"
Definition at line 262 of file swf.h.
5.52.3.4
#define FE2_SWF_DELETE_VARIABLE
Delete an existing variable in the SWF.
Multiple variables may be specified.
Parameter format:
Format = varName
∗[ ’&’ varName ]
e.g. "var0&var1"
Definition at line 270 of file swf.h.
5.52.3.5
#define FE2_SWF_EMBEDDED_URL
Set the SWF’s target URL.
When a user clicks on the video of the encoded SWF file, the SWF file will immediately try and load the
embedded URL.
See also:
Definition at line 138 of file swf.h.
5.52.3.6
#define FE2_SWF_EMBEDDED_URL_TARGET
Set the target of
Valid values:
• "_self"
• "_blank"
• "_parent"
• "_top"
Note:
Default: "_self"
See
Definition at line 151 of file swf.h.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen