MyBB Community Forums

Full Version: Can Anyone help me with Jplayer?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The Automedia is not working properly on my site and the most awesome player is jplayer which I have tried and tried to install properly. I guess you can't use XField with mybb but Xthreads are not quite the same and I already know from reading they will most likely be obsolete in 2.0.

I get so far and then the buttons appear on the front page and it is a mess and I have to backtrack and uninstall..

I am pretty frustrated about this.. 3 days trying with no solution aside from me messing up somehow..
At this point I have to ask for help or forget it
why not use native HTML 5 of brownser?

http://community.mybb.com/thread-170259-...pid1156309
I tried that after you suggested it but that is for video I am looking to add audio...I found out jplayer free does not work on this version and I have my hands full now..

when I changed the expression a mp3 player showed but then flashed off  and went to an unsupported mime message. I need a player for audiobooks.. all narrated ebooks are in mp3 format. Gutenberg is where I get many of them. I will try to configure the code in the meantime or continue on my journey.. thank you for your suggestion
(2015-07-28, 06:25 PM)Starnova Wrote: [ -> ]I tried that after you suggested it but that is for video I am looking to add audio...I found out jplayer free does not work on this version and I have my hands full now..

when I changed the expression a mp3 player showed but then flashed off  and went to an unsupported mime message. I need a player for audiobooks.. all narrated ebooks are in mp3 format. Gutenberg is where I get many of them. I will try to configure the code in the meantime or continue on my journey.. thank you for your suggestion

so use this for mp3 audio http://community.mybb.com/thread-48019-p...pid1170911
Yes tried that too and this is the response I got on that page:
http://community.mybb.com/thread-48019-p...pid1170911
"Probably because it is no longer compatible with the latest releases of MyBB."

I don't know what to do...
(2015-08-01, 08:11 PM)Starnova Wrote: [ -> ]Yes tried that too and this is the response I got on that page:
http://community.mybb.com/thread-48019-p...pid1170911
"Probably because it is no longer compatible with the latest releases of MyBB."

I don't know what to do...

i'm saying about mycode... and not of plugin..

unistall plugin first

Regular Expression:

\[mp3\](.*?)\[/mp3\]

Replacement:

 <audio controls>
  <source src="$1" type="audio/mpeg">
Your browser does not support the audio element.
</audio> 

[Image: DriOEOI.png]

you can test in: https://martec.ml/test/showthread.php?tid=65
user: test
pass: tes123
I cannot get that to work either and I do not know why