| |
|
| org.zkoss.zk.ui.HtmlBasedComponent org.zkoss.zul.Flash
Flash | public class Flash extends HtmlBasedComponent (Code) | | A generic flash component.
Non XUL extension.
author: Jeff since: 3.0.0 |
getBgcolor | public String getBgcolor()(Code) | | Gets the background color of Flash movie
the background color of Flash movie,[ hexadecimal RGB value] |
getSrc | public String getSrc()(Code) | | Gets the source path of Flash movie
the source path of Flash movie |
getWmode | public String getWmode()(Code) | | Returns the Window mode property of the Flash movie
the Window mode property of the Flash movie |
isAutoPlay | public boolean isAutoPlay()(Code) | | Return true if the Flash movie starts playing automatically
true if the Flash movie starts playing automatically |
isLoop | public boolean isLoop()(Code) | | Returns true if the Flash movie plays repeatly
true if the Flash movie plays repeatly |
setAutoPlay | public void setAutoPlay(boolean play)(Code) | | Sets wether the song Flash movie playing automatically
Parameters: play - |
setBgcolor | public void setBgcolor(String bgcolor)(Code) | | Sets the background color of Flash movie
Parameters: bgcolor - [ hexadecimal RGB value] |
setLoop | public void setLoop(boolean loop)(Code) | | Sets whether the Flash movie plays repeatly
Parameters: loop - |
setSrc | public void setSrc(String src)(Code) | | Sets the source path of Flash movie
and redraw the component
Parameters: src - |
setWode | public void setWode(String wmode)(Code) | | Sets the Window Mode property of the Flash movie
for transparency, layering, and positioning in the browser.
Parameters: wmode - Possible values: window, opaque, transparent. |
|
|
|