Displays a Flash movie (SWF file). The control's value
attribute must specify the movie source, or the control's href
facet must contain a Portlet Url control that specifies the movie source.
You must specify the height and width values for the SWF file in the default view.
Children
UIParameter children specify movie parameters. All other children specify content to display if the browser does not have the minimum required version of the Flash Player installed (alternate content).
Info | Value |
---|---|
Component Type | com.webmethods.caf.faces.output.Flash |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.output.Flash |
Description | Flash movie |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control identifier |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to render control; false to ignore it |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Control value |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "style" attribute value |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "class" attribute value |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "title" attribute value (often displayed as a tooltip) |
dir | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the directionality of the flow of the content for the current element |
lang | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the language of the enclosed content |
salign | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Alignment of movie within page |
allowfullscreen | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Allow Flash movie to play in full screen mode |
allownetworking | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Allow Flash movie to access networking APIs |
allowscriptaccess | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Allow Flash movie to access browser objects |
bgcolor | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Hexadecimal background color (e.g. "#ffffff" is white) |
devicefont | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to use client's fonts to render text, false to use fonts embedded in movie |
height | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Movie height in pixels (i.e. 100) or percent (i.e. 100%) |
width | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Movie width in pixels (i.e. 100) or percent (i.e. 100%) |
vspace | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Margin (space between border and content) height in pixels |
hspace | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Margin (space between border and content) width in pixels |
name | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Programmatic flash object name |
loop | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to loop movie |
menu | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to display full right-click menu |
play | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to auto-play movie |
quality | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Rendering quality |
scale | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Scaling strategy to use to make movie fit into container |
seamlesstabbing | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to allow seamless tabbing between web page and movie |
swliveconnect | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to start Java when loading the Flash Player |
wmode | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Transparency and layering mode |
expressInstall | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to display Flash Player Express Install movie instead of default content if a Flash Player below the minimum required version is installed on the client |
base | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Base URL for Flash movie and resources |
minVersion | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Minimum required Flash Player version ("8", "8.0.24.0", etc.) |
Output generated by Vdldoc View Declaration Language Documentation Generator.