Quote:
Originally Posted by JayT123
Upgraded to 1.8 and mp3 attachments still will not play. Again, inline links play fine but attachments just stop.
|
Nix here is the generated source on the page where the attached mp3 is not working
Code:
<!-- attachments -->
<div style="padding:6px">
<fieldset class="fieldset">
<legend>Attached Files</legend>
<table cellpadding="0" cellspacing="3" border="0">
<tr>
<td><img class="inlineimg" src="http://www.voice-overs.com/forum/morbid/attach/mp3.gif" alt="File Type: mp3" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td><a href="http://www.voice-overs.com/forum/attachments/lounge/324d1210260416-mp3-player-not-working-gravity2.mp3" target="_blank">gravity2.mp3</a> (845.7 KB, 2 views)</td>
</tr>
<tr>
<td colspan="2"><div class="goldbrick">
</div>
<embed
src="players/mediaplayer.swf"
width="470"
height="20"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="width=470&height=20&file=http://www.voice-overs.com/forum/attachment.php?attachmentid=324.mp3"
/>
</td>
</tr>
</table>
</fieldset>
</div>
<!-- / attachments -->
The flashvar link is wrong. I have vbseo installed. Could this be the issue?