Strike!
I hate this ********* directory mess!
Ok .. step by step:
1. Copy albuminfo.xml to your root.
2. Edit albuminfo.xml:
Change all
<artLocation>album1.jpg</artLocation>
to
<artLocation>wp-content/themes/thematicpowerblog/album1.jpg</artLocation>
(I copied the whole script thing into my thematicpowerblog directory)
3. Edit your functions.php and add:
function albumart_header() { ?>
<div id="albumart">
<embed width="590" height="300" align="middle" type="application/x-shockwave-flash" salign="" allowscriptaccess="sameDomain" allowfullscreen="false" menu="true" name="iTunesAlbumArt" bgcolor="#000000" devicefont="false" wmode="window" scale="showall" loop="true" play="true" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="/support/wp-content/themes/thematicpowerblog/iTunesAlbumArt.swf"/>
</div>
<?php
}
add_action('thematic_header','albumart_header', 6);
Don't ask me how to remove the standard frame ... at least not today! ;)
I know that this is 'quick' and dirty, but it works now.
Chris
-- needs some beer now