Can anyone tell he how to clear or remove a watermark
	
	
		Hello. i need to know how to remove a test watermark from my flash player??  ....at Site Configuration where it say upload watermark ...i uploaded a test watermark....now i want a non watermark flash player...how do i get back to clearing or removing all watermarks....thanks magicman
	 
	
	
	
		Re: Can anyone tell he how to clear or remove a watermark
	
	
		watermark.gif is stored in /templates/images/ .... try deleting that file through FTP and it should delete your watermark.
	 
	
	
	
		Re: Can anyone tell he how to clear or remove a watermark
	
	
		Best way is to edit
include/player.inc
and remove the lines
    
	Code:
	
so.addVariable("logo","{$config["baseurl"]}/templates/images/watermark.gif");
        so.addVariable("link","{$config["watermark_url"]}");
 
If you delete the templates/images/watermark.gif, watermark will not show. but every access will report as 404 error in cpanel error log.
	 
	
	
	
		Re: Can anyone tell he how to clear or remove a watermark
	
	
		
	Quote:
	
		
		
			
				Originally Posted by magicman
				
			
			Hello. i need to know how to remove a test watermark from my flash player??  ....at Site Configuration where it say upload watermark ...i uploaded a test watermark....now i want a non watermark flash player...how do i get back to clearing or removing all watermarks....thanks magicman
			
		
	 
 
OR
Simply make your watermark a clear gif......done no edit needed.