Flash"
From Documentation
Tmillsclare (talk | contribs) m (Created page with 'init') |
|||
(17 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{ZKComponentReferencePageHeader}} | |
+ | {{Deprecated Content}} | ||
+ | = Flash = | ||
+ | |||
+ | *Demonstration: [http://www.zkoss.org/zkdemo/multimedia/flash Flash] | ||
+ | *Java API: <javadoc>org.zkoss.zul.Flash</javadoc> | ||
+ | *JavaScript API: <javadoc directory="jsdoc">zul.med.Flash</javadoc> | ||
+ | |||
+ | = Employment/Purpose = | ||
+ | A generic Flash component. | ||
+ | |||
+ | = Example = | ||
+ | [[Image:ZKComRef_Flash_Example.png]] | ||
+ | |||
+ | <source lang="xml"> | ||
+ | <flash src="http://www.zkoss.org/Steps/learn.swf" height="300" width="800" /> | ||
+ | </source> | ||
+ | |||
+ | Note: The appearance depends on the content of your Flash. | ||
+ | |||
+ | =Supported Events= | ||
+ | |||
+ | {| class='wikitable' | width="100%" | ||
+ | ! <center>Name</center> | ||
+ | ! <center>Event Type</center> | ||
+ | |- | ||
+ | | None | ||
+ | | None | ||
+ | |} | ||
+ | *Inherited Supported Events: [[ZK_Component_Reference/Base_Components/HtmlBasedComponent#Supported_Events | HtmlBasedComponent]] | ||
+ | |||
+ | =Supported Children= | ||
+ | |||
+ | *NONE | ||
+ | |||
+ | =Use Cases= | ||
+ | |||
+ | {| class='wikitable' | width="100%" | ||
+ | ! Version !! Description !! Example Location | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | =Version History= | ||
+ | {{LastUpdated}} | ||
+ | |||
+ | {| class='wikitable' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | {{ZKComponentReferencePageFooter}} |
Latest revision as of 08:55, 21 March 2022
Flash
Employment/Purpose
A generic Flash component.
Example
<flash src="http://www.zkoss.org/Steps/learn.swf" height="300" width="800" />
Note: The appearance depends on the content of your Flash.
Supported Events
None | None |
- Inherited Supported Events: HtmlBasedComponent
Supported Children
*NONE
Use Cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|