컴퓨터토막지식

음악파일제작

육사생 2012. 2. 19. 09:16

음악파일제작

 

 

음악 재생기 만들기(기본적인 소스)

<embed src="url"width="300"height="40"autostart="true"

loop="-1"type="audio/mpeg">

 

 

 

재생기를 보이지 않게 하기(기본적인 소스)

<embed src="url"width="300"height="40"autostart="true"

loop="-1"hidden="true">

 

 

 

음악이 바로 열리게 하려면

autostart="true" (자동으로 음악 플레이하기)

 

 

 

반복 재생하려면

loop="-1"

예 3 으로 숫자를 바꾸면 3회만 반복)

loop="0"으로 하면 음악이 멈춰있음. 클릭하면 재생

 

 

 

재생기를 보이지 않게 하려면

autostart="true"loop="-1"은 재생기가 보이는 상태

…… width="300" height="40"에서 숫자를 0으로 바꾼다.

loop="-1"붙여서 hidden="true"를 넣는다.

 

 

음악파일 다운

<a href="URL"> 음악이름(파일이름)

 

'컴퓨터토막지식' 카테고리의 다른 글

Windows Key  (0) 2021.10.20
내 컴퓨터의 IP Address 확인방법  (0) 2012.03.30
편리한 단축키의 생활화   (0) 2010.12.02
Unlocker로 삭제가 안 되는 파일을 삭제하기  (0) 2010.12.02