Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(NOTE: must be shared to a non-personal community)

Info

Any item uploaded to the fileManager.jsp can be referenced via "$infinite/share/get/{id}".  This is useful when clients may use different dns names to access the gui.

 

If you are writing your own widget, the expansion should replicate:

Code Block
var ENDPOINT_URL:String = flash.external.ExternalInterface.call( "getEndPointUrl" );
url = url.replace( "\$infinite/", ENDPOINT_URL );

 

All members of the communities to which the file is shared (and the uploaded KML, if any) should then see the KML names in the "KML Layers" dropdown.

...