들여마시기/팁 에 해당하는 글4 개
2006/04/22   Flash MP3 Player for Tattertools v1.0.4
2006/03/05   aquamp 사용법
2006/02/03   Martin Laine의 Audio Player 적용하기
2006/01/21   네이버 날씨, 계산기, 시계...
Flash MP3 Player for Tattertools v1.0.4
들여마시기/팁 | 2006/04/22 00:02


http://purecolor.x-y.net/music/Emergency.mp3

그전에 클래식 버전에서 사용해보려다가 처참히 낭패를 경험했던 그 MP3 플레이어 입니다.
여기저기 돌아다니다 보니 플러그인으로 나왔더군요;ㅁ;(눈물이...)
신나서 시험기간인데도 불구하고 적용해 봅니다~
(별로 어려운 것도 아니면서 생색낸다-ㅂ-)

플러그인 다운로드와 더 자세한 설명은 'J. Parker Photoblog'이곳에서
http://www.create74.com/213
을 참고하세요~






, ,
(116)



NAME :
PASS :
HOME :
  SECRET?
COMMENT :
 
aquamp 사용법
들여마시기/팁 | 2006/03/05 18:03

자세한것은 이곳↓에 가시면 볼 수 있습니다.
http://www.yeoyoo.com/


- 재생되고 있는 playlist.asx 파일의 특정 트랙 재생하기
<a onclick="parent.aquamp.playItem(트랙번호);"></a>


- 재생 중 다른 list.asx(참고 .mp3/.wma 가능) 파일을 재생하기
<a onclick="parent.aquamp.openItem('http://경로/list.asx');"></a>


- 재생 중 다른 list1.asx 파일을 열고 특정 트랙 재생하기
<a onclick="parent.aquamp.openItem('http://경로/list.asx'); setTimeout('parent.aquamp.playItem(2)',200);"></a>


- 재생 중 Dance.asx 파일을 열고 볼륨을 60%로 설정하기
<a onclick="parent.aquamp.openItem('http://경로/dance.asx'); parent.aquamp.setVolume(60);"></a>


- parent.aquamp.setShuffle(true); //true,false로 순차/랜덤 설정가능
- parent.aquamp.setLoop(true); //반복제어

** 자신의 설정에 따라 parent 혹은 top이 될수 있습니다.



─────────────────────────────────────────────
왜 onclick이벤트가 적용이 안되는가 해서 공식 홈페이지 가서 찾아보니 이런 답글이;ㅁ;
사용해 보고 싶었는데...(쿨럭)
─────────────────────────────────────────────




,
(25)



NAME :
PASS :
HOME :
  SECRET?
COMMENT :
 
Martin Laine의 Audio Player 적용하기
들여마시기/팁 | 2006/02/03 14:25

Download
Emergency - Muse

rimy님 블로그에서 보고 가져왔는데.. 소스를 수정하려니 오류가 몇개씩 떠서;ㅁ; 그냥 소스를 가져다 철썩 붙였습니다;;(계속 이런 노가다를 해줘야 겠군요)
한동안 맛들려서 자주 쓰게 될것 같습니다~



이 파일을 받아서 태터가 있는 폴더에 넣어주신 후
inc_global.php의 멀티미디어 파일 붙이기 부분을 다음 텍스트 파일과 같이 바꾸어 줍니다


Plugin Name: Audio player
Plugin URI: http://www.1pixelout.net/code/audio-player-wordpress-plugin/
Description: Lets you insert audio mp3 files into your posts. Comes with it's own flash music player.
Version: 0.7 beta
Author: Martin Laine
Author URI: http://www.1pixelout.net

Change log:

0.7 beta (24 October 2005)

* Added colour customisation.

0.6 beta (23 October 2005)

* Fixed bug in flash player: progress bar was not updating properly.

0.5 beta (19 October 2005)

* Moved player.swf to plugins folder
* Default location of audio files is now top-level /audio folder
* Better handling of paths and URIs
* Added support for linking to external files

0.2 beta (19 October 2005)

* Bug fix: the paths to the flash player and the mp3 files didnㅤㅁㅝㅍ respect the web path option. This caused problems for blogs that donㅤㅁㅝㅍ live in the root of the domain (eg www.mydomain.com/blog/)

License:

Copyright 2005 Martin Laine (email : martin@1pixelout.net)

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA




,
(7291)