Poly9 FreeEarth

Class FE.SWFOverlay

Object
   |
   +--FE.Event.Dispatcher
         |
         +--FE.Overlay
               |
               +--FE.SWFOverlay

class FE.SWFOverlay
extends FE.Overlay

Defined in freeearth.js


Constructor Summary
FE.SWFOverlay(<FE.LatLng> location, <String> url, <String> name)
            Defines a SWF component that can be put on a map.
 
Method Summary
 void closeInfoWindow()
           Closes the info window.
 void dispatch(<String> name)
           Dispatches an event
 FE.FLVInfoWindow openInfoWindowFlv(<String> url, <int> width, height)
           Opens an infowindow containing a FLV movie.
 FE.InfoWindow openInfoWindowHtml(<String> html, <int> width, height)
           Opens an infowindow containing HTML markup.
 FE.InfoWindow openInfoWindowSwf(<String> url, <int> width, height, flashvars)
           Opens an infowindow containing a SWF component.
 
Methods inherited from class FE.Overlay
initialize, getLocation, hide, isVisible, show, followPolyline, updateLocation
   
Methods inherited from class FE.Event.Dispatcher
addListener
 

Constructor Detail

FE.SWFOverlay

FE.SWFOverlay(<FE.LatLng> location, <String> url, <String> name)

Method Detail

closeInfoWindow

void closeInfoWindow()

dispatch

void dispatch(<String> name)

openInfoWindowFlv

FE.FLVInfoWindow openInfoWindowFlv(<String> url, <int> width, height)

openInfoWindowHtml

FE.InfoWindow openInfoWindowHtml(<String> html, <int> width, height)

openInfoWindowSwf

FE.InfoWindow openInfoWindowSwf(<String> url, <int> width, height, flashvars)

Poly9 FreeEarth

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