Open topic with navigation
You are here: ArcWeb Explorer JavaScript to Flex Bridge overview
O V E R V
I E W
ArcWeb Explorer JavaScript to Flex Bridge overview
ArcWeb Explorer JavaScript to Flex Bridge has graduated from Labs. See the ArcWeb Explorer Developer's Guide for details on the released version of ArcWeb Explorer JavaScript to Flex Bridge.
- Support was added for a right-click menu.
- Extensions now can be added dynamically.
- LayerVisibility is now supported for VectorGroupLayer, MapImageGroupLayer,
ArcIMSGroupLayer, ArcGISMapServerGroupLayer, and ThematicGroupLayer.
- Changed the API location for the JS file
to http://api.arcwebservices.com/awx/v4/awxbridge-4.0.js. Perform a global find and replace in your application(s) to change your referenced Bridge file from "http://www.arcwebservices.com/awx2lab/awxbridge-2.0-beta3.js" to "http://api.arcwebservices.com/awx/v4/awxbridge-4.0.js".
- Changed Point to GeoPoint. Perform a global find and replace to change Point to GeoPoint.
- ArcWeb Explorer JavaScript to Flex Bridge is more straight-forward and more closely matches the Flex API.
- insertMap is now insertFramework.
- MarkerMouseHandler, PolygonMouseHandler, PolylineMouseHandler, and RedLineMouseHandler now take overlay layer instead of map.
- The handlers no longer use callback functions.