Hi i just started creating my next flash template. i'm not done as i have just started but can u rate my progress.
http://cars.iamshipo.x10hosting.com/project_metal/index.html
also i just finished creating a no right click script. All you have to do is place it in <head> tag of your page, code can be found at http://cars.iamshipo.x10hosting.com/bann_rightclick.txt
EDIT - fixed an error, i placed the wrong code...lol
EDIT 2 - attached bann script here, (removed from site)Code:on (release) { loadmovieNUM("about.swf", 1); }
Code:<script language="JavaScript"> <!-- //Disable right mouse click Script var message="Please note, all materials on our site are copyright protected. Do not steal. Thank you."; /////////////////////////////////// function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") // --> </script> <!-- footer_eof //-->


LinkBack URL
About LinkBacks




Reply With Quote


