2006-09-06, 02:12 PM
asmilewyt Wrote:hello,my forum before uprgrade to 1.2 use the code [wmp]link[/wmp] show window media player for mp3.video and [flash]link[/flash] for flash fileCheck this:
can you tell me how to recreate them in mycode admin
instruct every steps please,i'm just a newbie
thanks everyone....mybb best forum and free!
WMP Tag
MyCode Title
WindowsMediaPlayer (you can use other)
MyCode Desc
WMP player (you can use other)
Regular Expression
\[wmp\](.*?)\[/wmp\]
Replacement<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="$1">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM name="uiMode" value="full">
<PARAM name="PlayCount" value="1">
</OBJECT>
Flash Tag
MyCode Title
Flash BBCode(you can use other)
MyCode Desc
Opening a flash file(you can use other)
Regular Expression
\[flash\](.*?)\[/flash\]
Replacement<object width="320" height="240">
<param name="movie" value="$1">
<embed src="$1" width="320" height="240">
</embed>
</object>