저 embed code를 긁어오면,
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https://api.soundcloud.com/tracks/241253327&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
이렇게 뜬다.
그러면 여기서 src="(긁어올 부분)"> 긁어올 부분을 긁어오자.
<embed allowScriptAcess="never" allowscriptaccess="never" src="주소</span><span style="font-size: 10pt; line-height: 1.5;">" width="900" height="170" />
그럼 위의 태그의 주소 자리에 긁어올 부분을 넣는다.
<embed allowScriptAcess="never" allowscriptaccess="never" src="https://w.soundcloud.com/player/?url=https://api.soundcloud.com/tracks/241253327&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true" width="900" height="170" />
그럼 이런 태그가 만들어진다. 이 태그를 html 편집기 상태에서 붙여넣고 텍스트 편집기로 돌아오면 멀티미디어라고 뜰거다. 그럼 삽입 완료 된 겁니다.
</span><span 10pt; line-height: 1.5;"> 이게 왜 뜨는지 모르겠는데 이건 지우고 생각해주십쇼