Adobe�A���o�C������Flash Player�̒񋟒��~�𔭕\

» 2011�N11��10�� 08��04�� ���J
[�����R�I�q�CITmedia]

�@��Adobe Systems��11��9���i���n���ԁj�A���o�C���u���E�U������Flash Player�̊J���𒆎~����Ɣ��\�����B���o�C�������ł�HTML5�ɏW������Ƃ����B��Google��Android����уJ�i�_��Research In Motion�iRIM�j��BlackBerry PlayBook�����̃o�[�W����11.1�̃����[�X���Ō�ɂȂ�B

�@�����̃��o�C���v���b�g�t�H�[����HTML5�ɑΉ��������߁A���o�C���R���e���c�̍쐬�ɂ�HTML5���ŗǂ̃\�����[�V�������Ɣ��f�����Ƃ����B

�@Flash�A�v���̎��s�‹��uAdobe AIR�v�̒񋟂͑�����̂ŁA�J���҂͊e��v���b�g�t�H�[�������l�C�e�B�u�A�v����Flash�𗘗p���邱�Ƃ͉”\���B

�@�Ȃ��APC������Flash Player�̊J���͌p������B����́AFlash�����̐��\�𔭊��ł���Q�[���⓮��Ȃǂ̕���Ɍ������@�\�����ɒ��͂��Ă����Ƃ����B

�@���o�C������Flash Player�́A��Apple�̃X�e�B�[�u�E�W���u�YCEO�i�����j��2008�N��iPhone�ŃT�|�[�g���Ȃ������\���Ĉȗ��AApple��Adobe�̑Η��̂��ƂƂȂ��Ă����B�W���u�Y���́AFlash Player�̓��o�C���ɂ͏d�߂��A�Z�L�����e�B�ɖ�肪������������Ă���B

�@Adobe�͔��\���Łu������Google�AApple�AMicrosoft�ARIM���܂�HTML�R�~���j�e�B�[�̎�v�����o�[�ƍ�������͂��A�����o�[�̃��o�C���u���E�U�ł�HTML5�̗p�𐄐i���Ă����v�ƌ�����B

Copyright © ITmedia, Inc. All Rights Reserved.

'; e_dlv.innerHTML = html; adRequest({position:dlv_pos,dom:true}); }else if(ad_type === 'gam'){ var html = '
'; e_dlv.innerHTML = html; refreshGam('InArtSpecialLink'); }else if(ad_type === 'logly'){ var html = '
'; e_dlv.innerHTML = html; loglySet(g_id); }else if(ad_type === 'google'){ var html = '
'; e_dlv.innerHTML = html; googletag.cmd.push(function(){ var slot8 = googletag.defineSlot('/43042345/nlab_artinsert_RT',[[336,280],[300,250],'fluid'],'div-gpt-ad-1551176482959-0').addService(googletag.pubads()); googletag.pubads().enableSingleRequest(); googletag.enableServices(); googletag.display('div-gpt-ad-1551176482959-0'); googletag.pubads().refresh([slot8]); }); } }; var insert_ok = function(_target,_str){ var clearfix = d.createElement('div'); clearfix.className = 'colBoxClear'; if(ad_float_fix){ e_body.insertBefore(e_dlv,_target); e_body.insertBefore(clearfix,_target.nextElementSibling); }else{ e_body.insertBefore(e_dlv,_target); } set_dlv(); }; var insert_ng = function(_str){ e_dlv.style.display = 'none'; }; var main = function(){ var e_nodes = e_body.childNodes; // BODY �����q�v�f var e_tags = []; // BODY �����^�O var p_num = []; // BODY ���� P �^�O�ʒu var p_target_num; // �g�}����ʒu var o_float = {}; // ��荞�ݗv�f var o_this = {}; // �A�N�e�B�u�^�O var o_next = {}; // �A�N�e�B�u�^�O�̎��̃^�O var flag_insert = 0; // �}���t���O // ��荞�ݗv�f�`�F�b�N var check_float = function(_e){ var e = 0; if(_e.id.match(/^col\d{3}(l|r)$/)){ e = _e; } return e; }; // �v�f�� Y ���W�ƍ����̍��v�l var get_element_y = function(_e){ var ey = 0; var eh = _e.offsetHeight; while(_e){ ey += _e.offsetTop; _e = _e.offsetParent; } return ey + eh; }; var check_ptag = function(_e){ var e = 0; if(_e.tagName && _e.tagName === 'P'){ e = _e; } return e; }; var try_insert = function(){ p_target_num = Math.floor(p_num.length / 2) - 1; if(p_target_num >= _maxrange) p_target_num = _maxrange; if(dis_con) p_target_num = 0; for(var i = p_num[p_target_num]; i < e_tags.length; i++){ o_this.e = check_ptag(e_tags[i]); if(o_this.e){ o_next.e = check_ptag(e_tags[i + 1]); if(o_next.e){ if(!o_float.e || check_float(e_tags[i - 1])){ o_float.e = check_float(e_tags[i - 1]); o_float.n = i - 1; } if(o_float.e && o_float.n < i + 1){ o_float.y = get_element_y(o_float.e); o_this.y = get_element_y(o_this.e); set_line(o_float.y,'red'); set_line(o_this.y,'blue'); if(o_float.y < o_this.y){ flag_insert = 1; insert_ok(o_next.e,_threshold + ' �p���ȏ��荞�݂���'); break; } }else{ flag_insert = 1; insert_ok(o_next.e,_threshold + ' �p���ȏ��荞�݂Ȃ�'); break; } } }else{ o_float = {}; } } if(!flag_insert){ insert_ng('�}���ʒu�Ȃ�'); } }; // �S�q�v�f����^�O�̂ݔz��ɓ���� for(var i = 0; i < e_nodes.length; i++){ if(e_nodes[i].tagName){ e_tags.push(e_nodes[i]); } } // �S�^�O���� P �^�O�ʒu��z��ɓ���� for(var i = 0; i < e_tags.length; i++){ if(e_tags[i].tagName === 'P') p_num.push(i); // �ŏ��̉�荞�ݗv�f���i�[ if(!o_float.e){ o_float.e = check_float(e_tags[i]); o_float.y = get_element_y(o_float.e); o_float.n = i; } } if(p_num.length >= _threshold){ try_insert(); }else{ insert_ng('P �^�O ' + _threshold + ' �ȉ�'); } }; if(e_body){ main(); }else{ insert_ng('�L���{���Ȃ�'); } })(document,4,5);

�A�N�Z�X�g�b�v10

2025�N05��30�� �X�V
  1. �V�K�I���uirumo�v����V�v�����u�h�R�� mini�v�ɏ�芷����ׂ��H�@�����ɂȂ�ꍇ�A���ɂȂ�ꍇ �i2025�N05��28���j
  2. LINE�Łg�Ȃ񂩕ς���Ă�h�Ƙb��́u���A�N�V�����v�@�\�A�S�Ă̊G�������g�p�”\�� �i2025�N05��29���j
  3. NTT�h�R�����Z�MSBI�l�b�g��s���q��Љ��@���[�U�[�́ud�A�J�E���g�v�Ƃ̘A�g��s�����@���P�͂���̂��H �i2025�N05��29���j
  4. �h�R���́uirumo�v�킸��2�N�ŐV�K�I���̗��R�@0.5GB�v�����p�~�̉e���͏��Ȃ��H �i2025�N04��24���j
  5. ��3���~�̃G���g���[�X�}�z�uAQUOS wish5�v���\�@�U���Ŗ‚�u�h�ƃA���[�g�v���ځA80���̔M���ɂ��ς���h�� �i2025�N05��29���j
  6. ��10���~�`�̐V�t���O�V�b�v�uAQUOS R10�v���\�@�s�[�N�P�x3000�j�g�̖��邢�f�B�X�v���C���ځA�X�s�[�J�[������ �i2025�N05��29���j
  7. �h�R���̋�s�Ƃ͂ǂ�ȃT�[�r�X�ɁH�@�Ȃ�SBI�̓\�t�g�o���N�ł͂Ȃ��h�R���Ǝ��g�񂾂̂��@�k�������� �i2025�N05��29���j
  8. NTT�h�R�����u�Z�MSBI�l�b�g��s�v�𔃎��ƈꕔ�񓹁@5��29���̎������Ō��c �i2025�N05��29���j
  9. 220�~�́u�X�}�z�P�[�X�v�@��d�|�P�b�g�{�t�@�X�i�[�t���ŏ��������[OK�y�_�C�\�[�z �i2025�N05��29���j
  10. �h�R�����Z�MSBI�l�b�g��s���q��Љ��@��s�������܂ދ��Z�T�[�r�X����̒� �i2025�N05��29���j
�ŐV�g�s�b�N�XPR

�ߋ��L���J�����_�[