From: barleby_sp on
I'd like to know if it's possible to use actionscript to prevent a SWF from
being loaded from another domain.
i.e: I host my_clip.swf at mydomain.com and someone loads my SWF from
externaldomain.com via :

<param name="movie" value="http://www.mydomain.com/flash/my_clip.swf" />
I'm meaning accesing SWF files from outter domains, (this is not about loading
data or vars)

Thanks in advance.