Description
** Internal Publish Only! This article may contain information that is not intended for external circulation. **
The copyright runs off the map in ArcWeb Explorer Flex API.
Cause
The margin needs to be set.
Solution or Workaround
The Application container is the root container for a Flex application. It represents the area drawn by Flash Player. It also has default properties that define its style and appearance. For example, an Application tag has horizontalGap and verticalGap (the horizontal and vertical distance between child components) set to 8 and 6 pixels.
To reset all default properties for the Application tag, set the styleName property to plain. For example:
Code:
styleName=plain
See an example using ArcWeb Explorer Flex API.
The margins/padding can be changed individually.