ColdFusion, WordPress, Flash & other web things


Tutorial for using Audio Player on non-WordPress sites

Good news for people who want to use my Audio Player on a non-WordPress site: Mindy McAdams has very kindly written a nice tutorial explaining exactly how to do it.

Thanks Mindy!

91 comments

Pages: « 10 9 8 7 [6] 5 4 3 2 1 » Show All

  1. #60: PeePay Says:

    Sorry for double comment, I wasn’t sure if the first one was sent, so I asked again.

  2. #59: PeePay Says:

    Would it be possible to have a download link to audio file which is being played right in the flash player?

  3. #58: PeePay Says:

    I haven’t read everything about the player, so I don’t know if I am not asking something what has already been mentioned before, so I’m sorry if it has.

    Many people want this player because it is just to listen and not to download audio files played by the player, but I want the opposite. Is it possible that there would be a download link to the audio file right in the flash player, while playing the file?
    Thanks

  4. #57: Barry Says:

    Hi Martin. It works great! Thank you for writing this plugin.

    Question, I want to invoke a player on my client’s home page but don’t want the instance tied to a specific post. The audio clip is a general welcome tune that must always play on the home page.

    I tried:

    if(is_home()){
    $options = array(”autostart”=>”yes”, “loop”=>”yes”);
    $source = “freebird.mp3″;
    ap_getplayer($source, $options);
    }
    // this didn’t work.

    I also tried:

    if(is_home()){
    echo “[audio:haikuhitohome.mp3|autostart=yes|loop=yes]“;
    }
    // fail

    (I didn’t really expect that to work of course.)

    Anyway I got it to work by manually writing out the html inside that conditional.

    So is it possible to invoke the player with one neat little phrase if you don’t want to use standard method of calling it within the post?

  5. #56: Richard Hughes Says:

    Can’t wait until you release the new version of the Flash Audio player. Just sending some good energy your way. Thanks again for what you’ve created for us already!

    R. Hughes

  6. #55: joe Says:

    The player keeps buffering the song instead of paying it - any suggestions?
    Here it is - http://www.churchatandover.org/AUDIO/audio.html

  7. #54: myst Says:

    i wrote a little tutorial to embed this player in windows live spaces post:

    it’s written in italian, but the code is self-explaining :)

  8. #53: Brian Wilt Says:

    Nice looking site and good music to boot, Rich.

    Már Örlygsson has a great solution to the “Click to activate” annoyance at http://mar.anomy.net/entry/2006/11/24/02.12.18/

    Some other browsers (some versions of Firefox, for example) display this same warning, too.

  9. #52: QBlue Says:

    Why do players do not support the WMA format, hope update function, support more audio formats! Thank you!

    My site :www.qblue.cn

  10. #51: Rich Says:

    My site is… http://www.prydemultimedia.com

Pages: « 10 9 8 7 [6] 5 4 3 2 1 » Show All