Forum Moderators: open
I would also like the button to have a small black border around the images and a drop shadow.
I have a simple website, with rollovers i've already created which i can show as an example. I would like it to be the same as the rollovers on <snip>
The only difference is i want to display a sequence of cross-faded images (with the black border and drop shadow) as the button, then have the yellow border rollover and link.
Any help anybody can give me will be very much appreciated. Many thanks!
[edited by: eelixduppy at 7:27 pm (utc) on Jan. 17, 2009]
[edit reason] no URLs, please [/edit]
sample xml:
<callboxes>
<callbox>
<image>image1.png</image>
<url>http://www.site1.com</url>
</callbox>
<callbox>
<image>image2.png</image>
<url>http://www.site2.com</url>
</callbox>
<callbox>
<image>image3.png</image>
<url>http://www.site3.com</url>
</callbox>
</callboxes>
To add a new image to my slideshow I simply add a new callbox node with the image and url nodes inside and the actionscript will simply loop through each additional node, you could add 1000 more callbox nodes (not recommended without some sort of paging but that's another issue) and it would still work :)
As I'm guessing you may not be all that familiar with actionscript I will say that this is not a simple approach but is by far the most scalable.
I hope that helps
That sample doesn't "cross-fade" but you could alter the timing to make it do so.