I was looking for some Flash player to play on the portal page and found nothing at all, so i searched around at vb.org and found a very old mod for playing flash video and so i just grabbed the code and it does sorta work, it just has the catagory bar underneath the video, instead of above it.
Example....
All i need to do is move that bar above the screen and then i am all set. The html code to it is...
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - $play</title>
$headinclude
</head>
<body>
$header
$navbar
<center>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="$w" height="$h">
<param name="movie" value="games/$play.swf">
<param name="quality" value="high">
<if condition="$b"><param name=bgcolor VALUE="$b"></if>
<embed src="index.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="$h"></embed></object>
<br>
<br>
</center>
$footer
</body>
</html>
So if someone could help fix this problem, i would be most happy >8)