Can someone please tell me why I can't place the following mediafile as BBCODE?
http://www.tweevandaag.com/call.php?...9884&vtype=wwb
I've tried inserting it like this, but no luck:
[media=480,360,true,asf]http://www.tweevandaag.nl/call.php?module=PX_Video&func=get&vid=19884&vtype= wwb&startvideo=1[/media]
I have no problems playing the file if I place it on a normal html page like this:
PHP Code:
<table cellspacing=0 cellpadding=0 border=0 width=100%>
<tr>
<td valign=top align=center><font color="#000000">
<embed type='application/x-mplayer2' pluginspage='http://www.microsoft.com/windows/mediaplayer/' src='http://www.tweevandaag.nl/call.php?module=PX_Video&func=get&vid=19884&vtype=wwb&startvideo=1' height='285' width='320' BGCOLOR="#000000"
CONTROLS=ImageWindow CONSOLE="speler" AUTOSTART=true>
</embed>
</td>
</tr>
</table>
Any idea what the difference is and how I can make it work with BBCODE?
Thank a bunch!