MyBB Community Forums

Full Version: Mybb Audio Player
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Nice one, i will try it on my site. Smile
cannot get this to work so I guess I will again continue with Automedia
Useful Information MyCode...
Thanks So Much!
Smile
(2011-05-25, 08:34 PM)querschlaeger Wrote: [ -> ]How about this one:

Regular Expression
<a href="http([s])?://(.*?)\.mp3".*?>.*?</a>

Replacement
<audio src="http$1://$2.mp3" controls preload="auto" autobuffer></audio>

Example
http://example.com/your.mp3
(No need for adding MyCode tags, just paste the URL in post content)

It uses HTML5 (no Flash or Javascript needed). Smile

THis is not working for me in myBB 1.8  Can anybody get this working please, or show me what has to be changed?
(2016-09-14, 03:30 PM)Dr_The_One Wrote: [ -> ]Might below may helpyou.

http://www.2createawebsite.com/enhance/a...music.html

Nope, not at all, but thank you anyways  Big Grin
Pages: 1 2