I am trying to retrieve the pageDomain that my swf file is hosted in, as explained here:
This works fine on player compiled in 10.3(flash player version) and above, however the case I am using it is so:
A parent swf compiled in 10.2 loads a swc compiled with 11.4(has the Security.pageDomain), in that case I get undefined as a result to Security.pageDomain query.
Any suggestions on how this can be resolved?
Thanks!