Quote:
Originally Posted by rogersnm
I just get a white box when i click to view a song...
here is a screenshot:
if you view the code then it has:
Code:
<!-- Abode Flash -->
<object data="http://www.forums.perfectforce.com/players/mp3player.swf?file=http%3A%2F%2Fforums.perfectforce.com%2Fmedia%2FYou%27re+Beautiful.mp3&autoPlay=true" type="application/x-shockwave-flash" width="220" height="20" class="player_mozilla">
<param name="play" value="true" />
<param name="wmode" value="opaque" />
<param name="quality" value="high" />
</object>
<!--[if IE]>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="220" height="20">
<param name="movie" value="http://www.forums.perfectforce.com/players/mp3player.swf?file=http%3A%2F%2Fforums.perfectforce.com%2Fmedia%2FYou%27re+Beautiful.mp3&autoPlay=true" />
<param name="play" value="true" />
<param name="wmode" value="opaque" />
<param name="quality" value="high" />
</object>
<![endif]-->
but the file "http://www.forums.perfectforce.com/players/mp3player.swf" does not exist and is not in the zip file... any ideas?
|
i have the same problem here
Code:
switch ( $media['extension'] )
{
case 'mp3':
if ( $vbulletin->options['jukebox_flashmp3'] )
{
$media['url'] = $vbulletin->options['bburl'].'/players/mp3player.swf?file=' . htmlentities( urlencode( $media['url'] ) ) . '&autoPlay=true';
$media['height'] = 20;
$media['mime']='application/x-shockwave-flash';
$media['type']='adobe_flash';
here you send it to the player that doesn exist