Anyone know whether I can post the code for the feed into a sidebar such as Squarespace? I guess I should check with them but I'm just being proactive.

Probably could with WordPress into a widget, no?
Gracias!
The only thing I've noticed when using code for a swf that uses other files such as an xml or php, you need to include the base parameter/attribute in the object/embed code.
object
<param name="base" value="/myflashfiles/" />
embed
base="/myflashfiles/"
The base attribute can also be added to the swfobject parameters, as well.
CoffeeCup... Yeah, they are the best!
hmm, ok. I think I know what you mean, but I'd have to look at the current code to figure it out.

Thanks Tom.