I've now got a basic game-replay facility working on the site (see http://www.battyeweb.org.uk/fwl/gameparser.php?play=1). This displays such things as quarter, time-left, who is in possession, down and distance, and the current score, together with the play descriptions from the FBPro log file.
Before a game can be replayed in this way, its log file has to be converted to an XML file - this is done using a Visual Basic program running inside Excel. Then, PHP takes over and parses the XML file and produces the html for the web page.
I'd like to convert this to an AJAX-style page, so that the whole page does not have to refreshed after every play. I'd also like to include in-game team and individual stats - this can be done quite easily by interrogating the XML file using Xquery or XSLT. Put it on the list of things to do!