Page 1 of 1

BBcode playeryahoo

Posted: 12 Jul 2010, 15:05
by Galandas
Title: BBcode playeryahoo
Author: Molotov
Description: simple player for MP3



BBCODE:

Code: Select all

[playeryahoo]{URL}[/playeryahoo]
HTML

Code: Select all

<a href="{URL}"></a>
<script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script>
Online help:

Code: Select all

[playeryahoo]Link to MP3[/playeryahoo]
Demo:
http://www.emulebello.altervista.org/fo ... p?f=2&t=44

Re: BBcode playeryahoo

Posted: 12 Jul 2010, 15:12
by KukY13

Code: Select all

<a href="{URL}"</a>
I think that code is incorrect, and that it should be like this:

Code: Select all

<a href="{URL}"></a>

Re: BBcode playeryahoo

Posted: 12 Jul 2010, 15:33
by Galandas
correct. ;)