Hi,
I have a need for a loader image for my php page. It processes lots of XML code and it takes a while to actually load the page, so I need to put an animated gif that says "Loading ..." while the XML is processed. I'm trying to accomplish this with PHP's ob_flush() and flush() functions. Internet Exploder works like a charm, Firefox on the other hand buffers the whole output and displays it as soon as everything is processed. How do I make it flush the buffers?
Windows XP Professional
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Thanks alot.