Poly9 FreeEarth

Class FE.FLVInfoWindow

Object
   |
   +--FE.Event.Dispatcher
         |
         +--FE.FLVInfoWindow

class FE.FLVInfoWindow
extends FE.Event.Dispatcher

Defined in freeearth.js

See:


Constructor Summary
FE.FLVInfoWindow(map, url)
            Infowindow used to display a FLV movie.
 
Method Summary
 void pauseFLV()
           Pauses the FLV playback.
 Object positionFLV()
           Returns the position of the playhead, in seconds.
 void resumeFLV()
           Resumes the FLV playback.
 void seekFLV(<Number> offset)
           Seeks the FLV to a specific offset.
 void setBufferLength(<Number> seconds)
           Sets the movie buffering length.
 void startFLV()
           Starts the FLV playback.
 
Methods inherited from class FE.Event.Dispatcher
addListener, dispatch
 

Constructor Detail

FE.FLVInfoWindow

FE.FLVInfoWindow(map, url)

Method Detail

pauseFLV

void pauseFLV()

positionFLV

Object positionFLV()

resumeFLV

void resumeFLV()

seekFLV

void seekFLV(<Number> offset)

setBufferLength

void setBufferLength(<Number> seconds)

startFLV

void startFLV()

Poly9 FreeEarth

Documentation generated by JSDoc on Thu Dec 6 19:55:43 2007