2월 15일 IE Active-X 패치 관련 수정되야 할것..
#IE 설계 변경에 따른 ActiveX 적용 방식 설명 http://s.microsoft.com/korea/windows/ie/activex/activate/default.mspx플래쉬, 미디어 플래이어 사용시.. 관련 embed 태그를 document.write() 로 작성하고.. js 파일로 빼내준다.// HTML File // palyer.js document.write("");이런 방법이면 되는거네..