Specifications

CHAPTER 16
324
The following table describes the supported <object> and <embed> tag properties:
Property Type Description
align
String Specifies the position of the SWF file.
The align property supports the following values:
bottom: Vertically aligns the bottom of the SWF file with the current baseline. This is typically
the default value.
middle: Vertically aligns the middle of the SWF file with the current baseline.
top: Vertically aligns the top of the SWF file with the top of the current text line.
left: Horizontally aligns the SWF file to the left margin.
right: Horizontally aligns the SWF file to the right margin.
allowNetworking
String Restricts browser communication. This property affects more APIs than the allowScriptAccess
property.
The allowNetworking property supports the following values:
all: No networking restrictions. Flash Player behaves normally. This is typically the default.
internal: SWF files cannot call browser navigation or browser interaction APIs (such as the
ExternalInterface.call(), fscommand(), and navigateToURL() methods), but can
call other networking APIs.
none: SWF files cannot call networking or SWF-to-SWF file communication APIs. In addition to
the APIs restricted by the
internal value, these include other methods such as
URLLoader.load(), Security.loadPolicyFile(), and SharedObject.getLocal().
For more information, see Programming ActionScript 3.0.