Wanna display live sports scores in your layout?
This isn't actually how I accomplished putting sports scores in one of my earlier layouts, but here is a very simple way to accomplish it.
Create a cell that will span the width of the screen then copy/paste this HTML inside the cell
<iframe src="
http://espn.go.com/bottomline/espnewsbottomlinebasic.html" height="64" width="90%" style="zoom:200%"></iframe>
Your TD must be hooked to the internet for this to work. You can choose which sport(s) you wish to display, however every time the TD screen must refresh the sports scores (and any preferences you set) also reset.
Jody
www.jodystacey.comIt looks like you're supposed to use a height of 44 pixels (from the FAQ):
1. Can I put the BottomLine on my own web site?Yes. You are welcome to place the BottomLine on your own site with the understanding that should ESPN ask you to remove it for any reason, you must comply. Possible reasons for removal requests include displaying the BottomLine on sites containing adult/explicit material, modification or otherwise improper display of the ESPN branding, or any other reason ESPN feels is appropriate to demand removal.
To put the BottomLine on your site, simply create a frameset with the bottom frame being exactly 44 pixels tall and point it to this address:
http://espn.go.com/bottomline/espnewsbottomlinebasic.html . You must follow these directions exactly and point to this exact address for your implementation to be acceptable to ESPN. We change our BottomLine code quite frequently as improvements are made and pointing to this address ensures you are always getting the most current code.
http://espn.go.com/bottomline/faq.htmlThanks for the suggestion. I have a convoluted path from my iTunes playlist putting the current selection into an XML file, which then gets automagically uploaded to a FTP server on a free web-hosted website which I then convert into a bit of marquee html which I then iframe back into my TD layout. No longer does my home crowd debate the artist, title, or year of release for the currently playing selection.
