Ok, if anyone has figured this next question of mine out, then please share.
I installed all the code correctly. I edited the usergroups, and allowed only the "Admins" to have their HTML parsed (by setting it from the Usergroup Manager).
I then made a dedicated Video section:
http://www.christianlinks.com/forumdisplay.php?f=74
I then made a post as an Admin and placed this code in there which resulted in an embedded Windows Media Player that should link to a video:
Quote:
<p align="center">
<OBJECT ID="MediaPlayer" WIDTH="640" HEIGHT="360" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="/video/storage/WatchAndPray.wmv">
<PARAM name="autostart" VALUE="false">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="true">
<PARAM name="ShowDisplay" VALUE="false">
<EMBED TYPE="application/x-mplayer2" SRC="/video/storage/WatchAndPray.wmv" NAME="MediaPlayer"
WIDTH="640" HEIGHT="360" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED>
</OBJECT>
</p>
|
That thread with the now created embedded windows media player is located here:
http://www.christianlinks.com/showthread.php?t=1243
It will not play at all, when you press the play button. The videos are there, and are located off of the root: /public_html/video/storage
I updated my counters, and rebuilt my post cache. Nothing at all. Does anyone know why this is, or has anyone here figured it out. I would not be surprised if others are using the windows media player embedded with this script.
Any help would be greatly appreciated.