![Sad :(](./images/smilies/icon_sad.gif)
![Razz :P](./images/smilies/icon_razz.gif)
In the .zip file there's a picture called coldsuzy2.psd which is how the site is supposed to look for reference.
Here's the template.
Thanks in advance
![Smile :)](./images/smilies/icon_smile.gif)
Code: Select all
<td height="1" bgcolor="#666666">
<img src="images/spacer.gif" height="1" width="1">
</td>
Code: Select all
<td height="1" bgcolor="#666666"><img src="images/spacer.gif" height="1" width="1"></td>
Code: Select all
<a href="news.html" ... target="mainframe">the pics</a>
Code: Select all
<object classid="
... (edit: ack! too big) ...
</object>
Code: Select all
<div style="height: 300; overflow: auto">
readme wrote:VARIABLE
there is one variable you can set in html: the location of the playlist. this is
handy if you want to use multiple playlists for the mp3player. suppose you have a
file called "alternate.xml", the code will be this:
<object type="application/x-shockwave-flash" data="mp3player.swf?playlist=alternate.xml"
width="280" height="280" wmode="transparent">
<param name="movie" value="mp3player.swf?playlist=alternate.xml" />
<param name="wmode" value="transparent" />
</object>