Brute Forcer
01-01-2001, 04:53 PM
HI there
--------
I tried to protect my movie with this simple script...
------------------------------------------------------------
if (Substring (_url,1,30) eq "http://mydomain.de/flash/first.swf") {
gotoAndStop (7);
} else {
}
gotoAndStop (8);
------------------------------------------------------------
but it always shows me Frame 8 if i tried it on my server what did i wrong?
--------
I tried to protect my movie with this simple script...
------------------------------------------------------------
if (Substring (_url,1,30) eq "http://mydomain.de/flash/first.swf") {
gotoAndStop (7);
} else {
}
gotoAndStop (8);
------------------------------------------------------------
but it always shows me Frame 8 if i tried it on my server what did i wrong?