MyBB Community Forums

Full Version: How to add media player in a thread?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can a user be able to add a media player in the thread or atleast a admin will be able to add a media plyer so that admin can add little video clips for the users to view ?

need some help on this topic
You will need to enable HTML in the forum you are posting in, then add the HTML for media player.

Something like this:
<OBJECT id="VIDEO" width="320" height="240" 
	style="position:absolute; left:0;top:0;"
	CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
	type="application/x-oleobject">
	
	<PARAM NAME="URL" VALUE="your file or url">
	<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
	<PARAM NAME="AutoStart" VALUE="True">
	<PARAM name="uiMode" value="none">
	<PARAM name="PlayCount" value="9999">
</OBJECT>

Although there are many ways of doing it
so that means in the forum the thread will accept the object code i know this code ?or i m better of using the wmp mod
this is pretty cool as well if you have HTML enabled for a forum

http://cit.ucsf.edu/embedmedia/step1.php
hey i tried the wmp plugin but it is not showin up anything
need some more help on it

thanks
---bump---
---bump---- can some one help me