다음에서 자바에 이어 embed 사용시
[안내]태그제한으로등록되지않습니다.라는 문구가 뜹니다
플래쉬나 스위시 음악을 올리실때
<>embed width=0 height=0 src=http://user.chol.com/~kjleel/newage/eri-horizon.asf volume=0
autostart="true" loop="-1">
[안내]태그제한으로등록되지않습니다.라는 문구가 뜹니다
플래쉬나 스위시 음악을 올리실때
1번째 방법 플레이가 보이게 하기
(스위시 등은 가로 크기-WIDTH 세로-HEIGHT 크기만 변경하시면 됩니다)
<EMBED width=400 height=350 src="주소">
2 .음악의 경우 (플레이 창 최소)
<EMBED width=330 height=69 src="주소">
3. 음악의 플레이창 안 보이게 하기
<EMBED hidden="true" src="음악주소" loop=-1>
4.iframe올리기
<iframe width="가로폭" height="세로폭" src="주소" frameBorder=no
scrolling=no></iframe>
iframe으로 실행이 안되면 object 로올리기
<object type="text/x-scriptlet" width="가로크기" height="세로크기" data="원하는주소"></object>
<>embed width=0 height=0 src=http://user.chol.com/~kjleel/newage/eri-horizon.asf volume=0
autostart="true" loop="-1">