sorry to interrupt your discussion here, but i love this feature - so i am trying to add the only thing i really need for this
what i want - An extra field, where it shows the actual file location (only location - not for it to play)
what i worked out for the styles css, that i added 2 lines
<th axis="string">location</th>
<td class="location"><xsl:value-of select="DETAILS_URL"/></td>
this creates the field for location, but ofcourse the value of select is wrong....
Anyone who is willing to give me some hints, or tell me this is possible anyway.
thanks all again
what i want - An extra field, where it shows the actual file location (only location - not for it to play)
what i worked out for the styles css, that i added 2 lines
<th axis="string">location</th>
<td class="location"><xsl:value-of select="DETAILS_URL"/></td>
this creates the field for location, but ofcourse the value of select is wrong....
Anyone who is willing to give me some hints, or tell me this is possible anyway.
thanks all again