$.fn.swf=function(file,width,height){ var id=$(this).attr('id'); swfobject.embedSWF(file, id,width, height, "9.0.0"); } function checkURL(){ var isInIFrame = (window.location != window.parent.location) ? true : false; if(!isInIFrame){ var str=window.location.toString(); var n=str.search("fullscreen"); if(n>-1){ var split=str.split("?"); window.location = split[0]; } } }