MyBB Community Forums

Full Version: Windows Media Player Mycode???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want embed WMP into post! Help me!!
I have mycode for WMV videofiles or FLV, don't know what you mean with Windows Media Player Mycode...
maybe he means the kind of play you have at Zshare?
Windows Media Files are WMV (Windows Media Video(s))

So he wants a MyCode that puts in embed WMV files. Pretty easy, all's you need is an embed code.
(2008-11-15, 04:11 AM)mine90 Wrote: [ -> ]I want embed WMP into post! Help me!!

He wrote WMP Wink
Anyway... you'll need a mycode for that.
I want embed music as wma, mp3 and video as wmv, mpg,....
You'll need different mycodes for all of them I guess.
(2008-11-20, 06:05 PM)LS 134 Wrote: [ -> ]You'll need different mycodes for all of them I guess.

you can tell me more!!!
It really depends on the embed HTML codes for each.

Sorry I'm not good with the latest XHTML embed codes or basically any embed code.
Title: Music
Regular Expression:
\[music\](.*?)\[/music\]

Replacement :
<center>
<OBJECT CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902" WIDTH="320" HEIGHT="256"><PARAM NAME="FileName" VALUE="$1"><PARAM NAME="ShowControls" VALUE="true"><PARAM NAME="AutoStart" VALUE="false"><EMBED SRC="$1" TYPE="application/x-mplayer2" PLUGINSPAGE="http://www.microsoft.com/Windows/MediaPlayer/" WIDTH="320" HEIGHT="256" AUTOSTART="false"></EMBED></OBJECT></center>