I am looking to read the value of the allowScriptAccess tag so that if it is set to ‘never’, or if it isn’t set that I won’t attempt to make an ExternalInterface call. Using the flex framework I can use Application.application. Is there an equivalent for Flash?
Share
It seems pretty well documented that accessing these parameter values is not possible from either Flex or Flash. Flashvars can be accessed as is being suggested by the previous answer, but parameter values of the object tag cannot.