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.
|
FE.FLVInfoWindow
FE.FLVInfoWindow(map, url)
Infowindow used to display a FLV movie. Do not instantiate this class.
pauseFLV
void pauseFLV()
positionFLV
Object positionFLV()
Returns the position of the playhead, in seconds.
resumeFLV
void resumeFLV()
Resumes the FLV playback.
seekFLV
void seekFLV(<Number> offset)
Seeks the FLV to a specific offset.
Parameters:
offset - Offset, in seconds.
setBufferLength
void setBufferLength(<Number> seconds)
Sets the movie buffering length. Default buffer length is 10 seconds.
Parameters:
seconds - Buffer length, in seconds.
startFLV
void startFLV()
Documentation generated by
JSDoc on Thu Dec 6 19:55:43 2007