Flash"

From Documentation
 
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{ZKComponentReferencePageHeader}}
 
{{ZKComponentReferencePageHeader}}
 
+
{{Deprecated Content}}
 
= Flash =
 
= Flash =
  
*Demonstration:  
+
*Demonstration: [http://www.zkoss.org/zkdemo/multimedia/flash Flash]
*Java API: <javadoc>org.zkoss.zul.XXX</javadoc>
+
*Java API: <javadoc>org.zkoss.zul.Flash</javadoc>
*JavaScript API: <javadoc directory="jsdoc">zul.YYY.XXX</javadoc>
+
*JavaScript API: <javadoc directory="jsdoc">zul.med.Flash</javadoc>
  
 
= Employment/Purpose =
 
= Employment/Purpose =
Space is a Separator with the orient default to "horizontal".
+
A generic Flash component.
In other words, <space> is equivalent to <separator orient="horizontal">
 
 
 
 
 
  
 
= Example =
 
= 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%"
=Supported events=
 
 
 
{| border="1" | width="100%"
 
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
Line 28: Line 28:
 
| None
 
| None
 
|}
 
|}
 +
*Inherited Supported Events: [[ZK_Component_Reference/Base_Components/HtmlBasedComponent#Supported_Events | HtmlBasedComponent]]
  
 
=Supported Children=
 
=Supported Children=
  
  *ALL
+
  *NONE
  
=Use cases=
+
=Use Cases=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
| 5.0+
+
| &nbsp;
 
| &nbsp;
 
| &nbsp;
 
| &nbsp;
 
| &nbsp;
Line 44: Line 45:
  
 
=Version History=
 
=Version History=
 +
{{LastUpdated}}
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| 5.x.x
+
| &nbsp;
| x/x/20xx
+
| &nbsp;
| Initialization
+
| &nbsp;
 
|}
 
|}
  
 
{{ZKComponentReferencePageFooter}}
 
{{ZKComponentReferencePageFooter}}

Latest revision as of 08:55, 21 March 2022

Icon info.png Note: The content of this page has been deprecated/removed in the latest version.

Flash

Employment/Purpose

A generic Flash component.

Example

ZKComRef Flash Example.png

<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

Name
Event Type
None None

Supported Children

*NONE

Use Cases

Version Description Example Location
     

Version History

Last Update : 2022/03/21


Version Date Content
     



Last Update : 2022/03/21

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.