You rock, thanks man
--------------- Added [DATE]1221074476[/DATE] at [TIME]1221074476[/TIME] ---------------
I hate to bother you again but if I now had a postbit_attachmentflv that looked like this,
Code:
<center><div id="player_$attachmentid"><font color="red">You do not have flash player installed...</font></div>
<script language="javascript">
var swfobject = new SWFObject("/forum/players/mediaplayer.swf","jsplayer_$attachmentid","425","344","7");
swfobject.addParam("allowfullscreen","true"); swfobject.addVariable("file","/forum/{$flvfilenameandlocation}");
swfobject.addVariable("width","425");
swfobject.addVariable("height","344");
swfobject.addVariable("type","flv");
swfobject.addVariable("overstretch","fit");
swfobject.addVariable('frontcolor','0x555555');
swfobject.addVariable("showicons","true");
swfobject.addVariable("autostart","false");
swfobject.addVariable("javascriptid","jsplayer_$attachmentid");
swfobject.addVariable("showstop","true");
swfobject.addVariable("showdigits","true");
swfobject.addVariable("enablejs","true");
swfobject.addVariable('image','/forum/thumbnails/$attachmentid.jpg');
swfobject.write("player_$attachmentid");
</script>
</center>
How would I add it to that?