Hello.
How to encrypt the link in the source code of the page so that when viewing the source code of the page the link is not visible in the source code of the page?
<script type="text/javascript"> var ua = navigator.userAgent.toLowerCase();var flashInstalled = false;if (typeof(navigator.plugins)!="undefined"&&typeof(navigator.plugins["Shockwave Flash"])=="object"){ flashInstalled = true;} else if (typeof window.ActiveXObject != "undefined") {try {if (new ActiveXObject("ShockwaveFlash.ShockwaveFlash")) {flashInstalled = true;}} catch(e) {};}; var flashvars = {"m":"video","file":"http://10.60.1.116/wordpress/output/stream/media.php?vname=01_metka_video"}; if(ua.indexOf("iphone") != -1 || ua.indexOf("ipad") != -1 || (ua.indexOf("android") != -1 && !flashInstalled)){ flashvars["uid"]="videoplayer119"; flashvars["st"]="uppodvideo"; var player = new Uppod(flashvars); }else{ var params = {allowFullScreen:"true", allowScriptAccess:"always",id:"videoplayer119",bgcolor:"#ffffff"}; new swfobject.embedSWF("http://10.60.1.116/wordpress/player/uppod.swf", "videoplayer119", "500", "375", "10.0.0.0", false, flashvars, params); } </script> How to hide the link http://10.60.1.116/wordpress/output/stream/media.php?vname=01_metka_video in this case?