Posted
Filed under Htm&Javascript

function is_flash(){
 var _is = false;
 if(navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i)) {
  _is=false;
 }
 else {
  _is=true;
 }
}

2011/04/14 20:56 2011/04/14 20:56