이런 질문도 가능한건가 모르겠습니다.
4월 13일에 다른분이 질문을 올리셨더군요.
그런데 플래쉬파일을 올리려면 일일이 js파일을 만들어 줘야 하는건가요? 다른방법이 있을듯 도 한데요.
[sample01.js]
document.write('<emped src="./sample01.swf">')
[sample02.js]
document.write('<emped src="./sample02.swf">')
[sample03.js]
document.write('<emped src="./sample03.swf">')
[sample04.js]
document.write('<emped src="./sample04.swf">')
[Mypage.html]
<script src=./sample01.js"></script>
<script src=./sample02.js"></script>
<script src=./sample03.js"></script>
<script src=./sample04.js"></script>
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 2개
http://www.microsoft.com/korea/windows/ie/activex/activate/default.mspx
위 내용입니다.