
Editing Flash HTML settings
497
allowscriptaccess attribute/parameter
Value
always
|
never
|
samedomain
Description
Use
allowscriptaccess
to let your Flash application communicate with the HTML page
hosting it. This is required because
fscommand()
and
getURL()
operations can cause
JavaScript to use the permissions of the HTML page, which can be different from the
permissions of your Flash application. This has important implications for cross-domain
security.
always
permits scripting operations at all times.
never
forbids all scripting operations.
samedomain
permits scripting operations only if the Flash application is from the same
domain as the HTML page.
The default value used by all HTML publish templates is
samedomain
.
SeamlessTabbing parameter
Value
true
|
false
Description
(Optional) Lets you set the ActiveX control to perform seamless tabbing, so that the user can
tab out of a Flash application. This parameter works only in Windows with the Flash Player
ActiveX control, version 7 and higher.
true
(or omitted) sets the ActiveX control will perform seamless tabbing: after users tab
through the Flash application, the next tab keypress will move the focus out of the Flash
application and into the surrounding HTML content or to the browser status bar if there is
nothing that can have focus in the HTML following the Flash application.
false
sets the ActiveX control to behave as it did in version 6 and earlier: After users tab
through the Flash application, the next tab keypress will wrap the focus around to the
beginning of the Flash application. In this mode, the focus cannot be advanced past the Flash
application by using the tab key.
Summary of Contents for FLASH 8-FLASH
Page 1: ...Using Flash ...
Page 12: ...12 Contents ...
Page 110: ...110 Using Symbols Instances and Library Assets ...
Page 128: ...128 Working with Color Strokes and Fills ...
Page 156: ...156 Drawing ...
Page 190: ...190 Working with Text ...
Page 224: ...224 Working with Graphic Objects ...
Page 270: ...270 Creating Motion ...
Page 310: ...310 Working with Video ...
Page 362: ...362 Working with Screens Flash Professional Only ...
Page 386: ...386 Creating Multilanguage Text ...
Page 454: ...454 Data Integration Flash Professional Only ...
Page 500: ...500 Publishing ...
Page 534: ...534 Creating Accessible Content ...