![]() |
Mediaplayer - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Requests (https://community.mybb.com/forum-65.html) +---- Thread: Mediaplayer (/thread-30282.html) |
Mediaplayer - styler2go - 2008-04-01 I search a Music Player for my myBB forum. Can somebody help me? it must bea java player RE: Mediaplayer - Yumi - 2008-04-02 Do you mean a media player as in, someone enters some MyCode and it shows up in posts? Why must it be Java based? RE: Mediaplayer - styler2go - 2008-04-03 I mean a page on my forum, where you can play music. It can be all but it must play music... Sry for my english i am German... Hope you can understand me Styler Why no answer... RE: Mediaplayer - Yumi - 2008-04-04 What page on your forum, specifically? Usually, you just add the HTML code to the appropriate template. RE: Mediaplayer - mybbromania - 2008-04-04 //EDITED: just download and install this plugin: MP3 MyCode styler2go Wrote:I mean a page on my forum, where you can play music. It can be all but it must play music... You can try something like this. In ACP - Custom My Code create new code: MyCode title: Simple MP3 Player MyCode description: Play mp3 from mp3music dir Regular expression: Replacement:
After that, download this attach and upload it in your root forum: There is 2 folders: /mp3player = where is your mp3 player and /mp3music = where you must to upload some .mp3 files ------- To use it, just create a new post in your forum with next tag: where "namesong.mp3" = "http://www.yourforum/mp3music/namesong.mp3"I don't know if this help you, but you can try. This is a nice mp3 player in flash. //Later: See this DEMO RE: Mediaplayer - styler2go - 2008-04-04 Ehm.. nothing.. i dont see anything (http://styler2go.bplaced.net/music.php RE: Mediaplayer - corny - 2008-04-04 is it possible to add to it so that mp3's can be linked to from other url's?
nice mod, works fine for me ![]() RE: Mediaplayer - mybbromania - 2008-04-04 styler2go Wrote:Ehm.. nothing.. i dont see anything (http://styler2go.bplaced.net/music.php This is because "Custom My Code" works just for posts in mybb forum (or in template), not in other php file. Where is your mybb ? RE: Mediaplayer - mybbromania - 2008-04-04 corny Wrote:is it possible to add to it so that mp3's can be linked to from other url's? I test this code with other mp3 file hosted on http://www.youshare.com (just for test ![]() and it works. So... just use in your forum posts this tag: [mp3]http://someforum.moc/music/song.mp3[/mp3] If you have problem and don't play mp3 files from another site, just replace: Replacement
with:
where http://yoursite.com/mp3player/mp3player.swf is link to your mp3 player. RE: Mediaplayer - styler2go - 2008-04-04 ehm my forum is in /fourm/ and the music file too, thta was a wrong link sry http://styler2go.bplaced.net/forum/music.php |