MyBB Community Forums

Full Version: .flv and mp3 plugin?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok i had a forum running for a year or so.
I decided to get rid of it and started another one. New host and domain etc.
Anyway i used to have a plugin installed on previous forum where you could embed .flv and .mp3 and play similar to youtube.
I have had a look around but can not find it.
Anyone have a link?
Thanks.

*UPDATE*
Previous version was a current MyBB install and as is the one now.
Both latest and plugin worked. Just cant seem to find it!!!
*Bump*
I'd just use the JWplayer, and a custom MyCode.

Regular Expression:
\[mp=([0-9]{1,3})x([0-9]{1,3})\]([a-z]+?://)([^\r\n\"\&\[<]+?)\[/mp\]
Replacement:
<object width="$1" height="$2" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
<param name="movie" value="mediaplayer.swf" />
<param name="allowScriptAccess" value="always" />
<param name="quality" value="high" />
<param name="allowfullscreen" value="true" />
<param name="flashvars" value="file=$3$4&amp;width=$1&amp;height=$2" />
<embed src="mediaplayer.swf" width="$1" height="$2" type="application/x-shockwave-flash" quality="best" allowScriptAccess="always" pluginspage="http://www.macromedia.com/go/getflashplayer" allowfullscreen="true" flashvars="file=$3$4&amp;width=$1&amp;height=$2" />
</object>
Make sure mediaplayer.swf is uploaded to your forum root directory.

To use the code, it's like this:
[mp=320x240]http://example.com/example.flv[/mp]
WTF.............
I just saw your title as weak contributor or whatever.???????????????????
You are god on this forum. Why should you have such a statement????
Anyways.... not quite what i was looking for.. i was after a the plugin flv_tag plugin that supported mp3 and flv.. dont matter though. i have bigger probs with forum... like super admin gone.. nasty really.
Labrocca. If you wanna help... pm me.. i will give you admin.
You and ZiNgA BuRgA are the only ones i know i can trust.
True MyBB developers.
Gotta love you all though... Really. I would freely pay for this forum.
Best support/service... Best product..... Love it..
Anyways thanks ZiNgA BuRgA . i will try it.