Flash

A generic flash component.

<flash src="SWF/cc.milestones.121503.swf" height="320" width="620"></flash>

Class Name

org.zkoss.zul.Flash

Supported Child Components

*NONE

Supported Events

*NONE

Properties

Property

Description

Data Type

Default Value

autoPlay

Sets wether the song Flash movie playing automatically

void

false

bgcolor

Sets the background color of Flash movie

void

<empty string>

loop

Sets whether the Flash movie plays repeatly

void

true

src

Sets the source path of Flash movie and redraw the component

java.lang.String

<empty string>

wode

Sets the Window Mode property of the Flash movie for transparency, layering, and positioning in the browser.

values:

  • window - movie plays in its own rectangular window on a web page.

  • opaque - the movie hides everything on the page behind it.

  • transparent - the background of the HTML page shows through all transparent portions of the movie, this may slow animation performance.

java.lang.String

transparent

Methods

*NONE

Inherited From