and how do I use it.
I think its for calling the same swf without starting from the first frame when you go to different html pages. I can be wrong.
Please help.
-G
Printable View
and how do I use it.
I think its for calling the same swf without starting from the first frame when you go to different html pages. I can be wrong.
Please help.
-G
From the Help:
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.
K.
...