Mar
14
14
Flash ActionScript to detect the site
site1=”http://yourdomain.com“;
site2=”http://www.yourdomain.com“;
if ((_url.substr(0,site1.length)!=site1)&&(_url.subst r(0,site2.length)!=site2)) {
code here to stop or change the movies play.
}
There are no comments.