Flash"

From Documentation
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{ZKComponentReferencePageHeader}}
 
{{ZKComponentReferencePageHeader}}
 
+
{{Deprecated Content}}
 
= Flash =
 
= Flash =
  
*Demonstration: [http://www.zkoss.org/zkdemo/userguide/#u4 Flash]
+
*Demonstration: [http://www.zkoss.org/zkdemo/multimedia/flash Flash]
 
*Java API: <javadoc>org.zkoss.zul.Flash</javadoc>
 
*Java API: <javadoc>org.zkoss.zul.Flash</javadoc>
 
*JavaScript API: <javadoc directory="jsdoc">zul.med.Flash</javadoc>
 
*JavaScript API: <javadoc directory="jsdoc">zul.med.Flash</javadoc>
Line 13: Line 13:
 
[[Image:ZKComRef_Flash_Example.png]]
 
[[Image:ZKComRef_Flash_Example.png]]
  
<source lang="xml" >
+
<source lang="xml">
<flash src="SWF/cc.milestones.121503.swf" height="320" width="620"></flash>
+
<flash src="http://www.zkoss.org/Steps/learn.swf" height="300" width="800" />
 
</source>
 
</source>
  
=Supported events=
+
Note: The appearance depends on the content of your Flash.
  
{| border="1" | width="100%"
+
=Supported Events=
 +
 
 +
{| class='wikitable' | width="100%"
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
Line 26: 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 42: 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.