Floatbox with Coverflow

Page: 1

Author Post
monkey
Guest
Is there anyway you can open up a floatbox window from iTunes coverflow ?? At the moment you can only open up the link to a new window but incorporatign FLoatbox into it would look amazing
http://www.weberdesignlabs.com/blog/?p=11
Many Thanks
Administrator
Registered: Aug 2008
Posts: 3382
I don't know what coverflow is, but if it's html that is shown in a browser and you can add the floatbox js and css to the html page and you can mark up anchors on that page for floatbox operation, then you can use floatbox with it. If any of those 3 things aren't true, then you can't.
monkey
Guest
The link comes from a xml file like this
<artworkinfo>
<albuminfo>
<artLocation>album1.jpg</artLocation>
<artist>google</artist>
<albumName>Clan Leader</albumName>
<artistLink>http://www.google.com</artistLink>
<albumLink>http://www.yahoo.com</albumLink>
</albuminfo>

<albuminfo>
<artLocation>yahoo</artLocation>

Here is my coverflow page what i need to link from
http://www.thetroubadours.co.uk/menu.html

Thankyou for helping
« Last edit by Unknown on Tue May 26, 2009 4:45 pm. »
Administrator
Registered: Aug 2008
Posts: 3382
I'm not seeing anything in the xml layout that will allow you to add anchor markup such as classes, rev attributes or onclick actions. To get it to work, you would have to dive in to the coverflow code that generates the html based on the xml content.
monkey
Guest
Ok no worries
thats a bit out of my depth though..lol

Page: 1