Don't work Play MP3 Links 0.2

haker270haker270 New
edited October 2011 in Vanilla 2.0 - 2.8
When I inserted a link that refers to an mp3 file, button doesn't appear. Vanilla 2.0.18b4. What can I do so it started to work??
Sorry for my bad english)
Tagged:

Best Answer

Answers

  • Answer ✓
    hmm.. just a little advice from me. Try use yahoo media webplayer. check this out
    http://vanillaforums.org/discussion/17146/adding-yahoo-media-webplayer
  • chonakchonak New
    edited January 2012

    In default.php, this line:

    oneBit = new OneBit("/plugins/PlayMP3Links/1bit.swf");

    had to be modified. Because my forum's URL starts with "/forum", the URL for 1bit.swf had to be

    oneBit = new OneBit("/forum/plugins/PlayMP3Links/1bit.swf");

    Now the plugin works. Perhaps a more flexible code fix will be able to handle this for everyone, but here's a workaround.

Sign In or Register to comment.