묻고답하기
html 시현 중 <embed src...> 가 시현되지 않는 이유?
2015.05.01 18:32
동일한 음악 음원을 올렸는데 어떨 때는 음악이 정상적으로 나오고 어떨 때는 안나오는데 그 이유가 무엇인지요?
-홈페이지
<http://kma21.net/xe/index.php?mid=freeboard&category=12547&document_srl=34309&act=dispBoardWrite>
-위 홈피/우리들이 이야기/test 10 에 올려져 있는 음원 원본
<embed src="http://yong9551.dothome.co.kr/Andre Gagnon - Love Theme.wma" hidden="true" autostart="true" volume="0" loop="-1">
-음악이 들리기는 하나 음원의 원본이 다음과 같이 약간 변형되어 있음. (test 10)
<embed src="http://yong9551.dothome.co.kr/Andre Gagnon - Love Theme.wma" type="audio/x-ms-wma" hidden="true" autostart="true" loop="-1" volume="0" allowscriptaccess="never" />
-동일한 음원을 올렀는데도 음악이 들리지 않으면서 다음과 같이 음원의 원본이 많이 변형되어 있음.(test 11)
<embed src="http://yong9551.dothome.co.kr/Andre Gagnon - Love Theme.wma" type="audio/x-ms-wma" hidden="true" allowscriptaccess="never" autostart="true" volume="0" loop="-1" /></
왜 이런 현상이 생기는지요? 하교 부탁드립니다.