I have a flash file developed with Flex/ActionScript and put it on www.domainA.com
How can I prevent others to download my flash (*.swf) and to embed it in other web site (e.g. www.domainX.com) ?
I can hard code it by checking if "loaderinfo.url" is the same as www.domainA.com, but it seems not a clever solution.
can policy file be useful (e.g. crossdomain.xml) and with Security.loadPolicy(...)?