Flash"

From Documentation
m (Created page with 'init')
 
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
init
+
{{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
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
=Version History=
 +
{{LastUpdated}}
 +
 
 +
{| class='wikitable' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
{{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.