Current time: 01-10-2009, 01:06 AM Hello There, Guest! (LoginRegister)


Post Reply 
Windows Media Player Mycode???
11-15-2008, 04:11 AM
Post: #1
Windows Media Player Mycode???
I want embed WMP into post! Help me!!
Find all posts by this user
Quote this message in a reply
11-15-2008, 07:07 PM
Post: #2
RE: Windows Media Player Mycode???
I have mycode for WMV videofiles or FLV, don't know what you mean with Windows Media Player Mycode...

My current project: Zaiendo, an open community- fully featured by MyBB
My homepage | My Blog
Visit this user's website Find all posts by this user
Quote this message in a reply
11-18-2008, 03:28 PM
Post: #3
RE: Windows Media Player Mycode???
maybe he means the kind of play you have at Zshare?
Find all posts by this user
Quote this message in a reply
11-19-2008, 03:46 AM
Post: #4
RE: Windows Media Player Mycode???
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.

[Image: SpritingShackanimated.gif]
Find all posts by this user
Quote this message in a reply
11-19-2008, 12:49 PM
Post: #5
RE: Windows Media Player Mycode???
(11-15-2008 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.

My current project: Zaiendo, an open community- fully featured by MyBB
My homepage | My Blog
Visit this user's website Find all posts by this user
Quote this message in a reply
11-20-2008, 02:18 PM
Post: #6
RE: Windows Media Player Mycode???
I want embed music as wma, mp3 and video as wmv, mpg,....
Find all posts by this user
Quote this message in a reply
11-20-2008, 06:05 PM
Post: #7
RE: Windows Media Player Mycode???
You'll need different mycodes for all of them I guess.

My current project: Zaiendo, an open community- fully featured by MyBB
My homepage | My Blog
Visit this user's website Find all posts by this user
Quote this message in a reply
11-21-2008, 03:59 AM
Post: #8
RE: Windows Media Player Mycode???
(11-20-2008 06:05 PM)LS 134 Wrote:  You'll need different mycodes for all of them I guess.

you can tell me more!!!
Find all posts by this user
Quote this message in a reply
11-22-2008, 06:43 AM
Post: #9
RE: Windows Media Player Mycode???
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.

[Image: SpritingShackanimated.gif]
Find all posts by this user
Quote this message in a reply
12-03-2008, 10:05 AM
Post: #10
RE: Windows Media Player Mycode???
Title: Music
Regular Expression:
Code:
\[music\](.*?)\[/music\]

Replacement :
Code:
<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>
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: