Documentation in progress: please use the 3.4 Reference Manual.

Name

videothumbnail

Synopsis

LZX: videothumbnail
JavaScript: lz.videothumbnail
Type: Class
Access: public
Topic: Extensions.Audio-Video
Declared in: lps/components/av/videothumbnail.lzx

Superclass Chain

node (LzNode) » view (LzView) » videothumbnail

Known Subclasses

Details

Properties (4)

border
<attribute name="border" value="1" />
public var border;
thumbnailtime
<attribute name="thumbnailtime" value="0" />
public var thumbnailtime;
type
<attribute name="type" type="string" value="http" />
public var type : String;
url
<attribute name="url" type="string" value="" />
public var url : String;

Methods (1)

setVideo()
<method name="setVideo" args="url, type" />
public function setVideo(url, type);

LZX Synopsis

<class name="lz.videothumbnail" extends=" LzView ">
  <attribute name=" border " value="1" />
  <attribute name=" thumbnailtime " value="0" />
  <attribute name=" type " type="string" value="http" />
  <attribute name=" url " type="string" value="" />
  <method name=" setVideo " args="url, type" />
</class>

JavaScript Synopsis

public lz.videothumbnail extends  LzView  {
  public var border ;
  public var thumbnailtime ;
  public var type  : String;
  public var url  : String;
  prototype public function setVideo (url, type);
}