habe mir den Attach Mod noch um einem Flashplayer erweitern lassen (kann das ja selbst nicht) Jetzt wollte ich aber neben dem Flash Player auch noch einen Downloadlink für die Musik anbieten und da hapert es bei mir.
Hier mal die Seite um die es geht:
[erledigt]
Und hier der Skript Abschnitt der den Player enthält:
Code: Alles auswählen
<!-- BEGIN cat_swf -->
<div align="center"><hr width="95%" /></div>
<table width="95%" border="1" cellpadding="2" cellspacing="0" class="attachtable" align="center">
<tr>
<td width="100%" colspan="2" class="attachheader" align="center"><b><span class="gen">{postrow.attach.cat_swf.DOWNLOAD_NAME}</span></b></td>
</tr>
<tr>
<td width="15%" class="attachrow"><span class="genmed"> {L_DESCRIPTION}:</span></td>
<td width="75%" class="attachrow">
<table width="100%" border="0" cellpadding="0" cellspacing="4" align="center">
<tr>
<td class="attachrow"><span class="genmed">{postrow.attach.cat_swf.COMMENT}</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" class="attachrow"><span class="genmed"> {L_FILESIZE}:</span></td>
<td width="75%" class="attachrow"><span class="genmed"> {postrow.attach.cat_swf.FILESIZE} {postrow.attach.cat_swf.SIZE_VAR}</td>
</tr>
<tr>
<td width="15%" class="attachrow"><span class="genmed"> {postrow.attach.cat_swf.L_DOWNLOADED_VIEWED}:</span></td>
<td width="75%" class="attachrow"><span class="genmed"> {postrow.attach.cat_swf.L_DOWNLOAD_COUNT}</span></td>
</tr>
<tr>
<td colspan="2" align="center"><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="xspf_player"
align="middle" height="15" width="400" data="{postrow.attach.cat_swf.U_PLAYER_SRC}">
<param name="allowScriptAccess" value="sameDomain"/>
<param name="movie" value="{postrow.attach.cat_swf.U_PLAYER_PATH}"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#e6e6e6"/>
<embed src="{postrow.attach.cat_swf.U_PLAYER_SRC}"
quality="high" bgcolor="#e6e6e6" name="xspf_player" allowscriptaccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
align="center" height="15" width="400">
</object><br /><br />
</td>
</tr>
</table>
<div align="center"><hr width="95%" /></div>
<!-- END cat_swf -->
Schon mal besten Dank für die Hilfe.
Gutschy