stop();
if ((_root._url.indexOf("http://www.azulinteractive.com") == 0) || (_root._url.indexOf("http://azulinteractive.com") == 0) ){
gotoAndStop(2);
} else {
gotoAndStop(1);
}
this is not working for me guys… is there an error in my code
i got this from http://www.flashcomguru.com/tutorials/fcs_security.cfm
thank you