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.
|
FE.SWFOverlay
FE.SWFOverlay(<FE.LatLng> location, <String> url, <String> name)
Defines a SWF component that can be put on a map.
Parameters:
location - Geographic coordinate.
url - URL pointing to the SWF component. Make sure a crossdomain.xml file is available.
name - Object name. Optional.
closeInfoWindow
void closeInfoWindow()
dispatch
void dispatch(<String> name)
Parameters:
name - Name of the event to dispatch.
openInfoWindowFlv
FE.FLVInfoWindow openInfoWindowFlv(<String> url, <int> width, height)
Opens an infowindow containing a FLV movie.
Parameters:
url - URL where the FLV movie is hosted.
width - Width of the infowindow. Defaults to 320.
int - height Height of the infowindow. Defaults to 200.
openInfoWindowHtml
FE.InfoWindow openInfoWindowHtml(<String> html, <int> width, height)
Opens an infowindow containing HTML markup.
Parameters:
html - HTML to be displayed in the infowindow.
width - Width of the infowindow. Defaults to 320.
int - height Height of the infowindow. Defaults to 200.
openInfoWindowSwf
FE.InfoWindow openInfoWindowSwf(<String> url, <int> width, height, flashvars)
Opens an infowindow containing a SWF component.
Parameters:
url - URL where the SWF component is hosted.
width - Width of the infowindow. Defaults to 320.
int - height Height of the infowindow. Defaults to 200.
Documentation generated by
JSDoc on Thu Dec 6 19:55:43 2007