저 embed code를 긁어오면,


<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https://api.soundcloud.com/tracks/241253327&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;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&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true" width="900" height="170" />


그럼 이런 태그가 만들어진다. 이 태그를 html 편집기 상태에서 붙여넣고 텍스트 편집기로 돌아오면 멀티미디어라고 뜰거다. 그럼 삽입 완료 된 겁니다.