Quote:
Originally Posted by Wordplay
well that sucks for me then, since for whatever reason my videos dont even show up on the page.
|
If U can't see the video , I think U can do this hack .
in vb_jukebox.php , find
if ($fext == "mpg" or $fext == "mpeg")
{
$viewheight = "290";
$viewwidth = "320";
}
else
{
$viewheight = "0";
$viewwidth = "0";
}
U can chance the number of
{
$viewheight = "0";
$viewwidth = "0";
}
to the number U want , like
{
$viewheight = "290";
$viewwidth = "390";
}