IamShipon1988
New Member
- Messages
 - 942
 
- Reaction score
 - 0
 
- Points
 - 0
 
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)
 
	
	
	
		
			
			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
		Code:
	
	on (release) {
		loadmovieNUM("about.swf", 1);
}
	EDIT 2 - attached bann script here, (removed from site)
		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 //-->
	
			
				Last edited: