The MU forums have moved to WordPress.org

a nice podcast player (1 post)

  1. pug
    Member
    Posted 16 years ago #

    I've been looking around for a nice and simple podcast player to embed in my mu-blogs and i've just found this:
    http://www.feedplayer.com/
    I know there are a lot of players similar to this but this one simply fits my needs and i'm sharing it here with all of you as i've also been looking here for somthing similar with no luck.
    Btw, i'm using this and i'm suggesting this one particullary beacuse instead of podpress and anarchy media player this one actually needs only to be embedded with the rss2 link in it, here's the code and how it looks in my blogs:

    http://ar2k.tk/thepug/

    
    <embed
      style="width:220px; height:180px;"
      id="FeedPlayerAudioStandard"
      align="middle"
      type="application/x-shockwave-flash"
      src="http://www.bigcontact.com/feedplayer-slim.swf?r=0&xmlurl=<?php bloginfo('rss2_url'); ?>"
      quality="best"
      bgcolor="#fffffff"
      scale="Scale"
      wmode="window"
      salign="TL"
      autoplay="no"
      FlashVars="initialview=menu&autoplay=yes&standalone=no&share=yes&repeat=no">
    </embed>
    

    Please note that this code has been edited to fit my needs and may need some further editing to fit yours, so please take a look at the homepage of the player to learn more about his features.

    PS: while i was looking around for a podcast flash based player i've also found this one:
    http://www.jeroenwijering.com/?item=Flash_MP3_Player
    it looks absolutely great but i didn't managed to make it work with a relative feed/ path. Has anybody tried it before?

    Cheers

About this Topic

  • Started 16 years ago by pug