Load PHP in background

Hi :slight_smile:

Is it possible, when accessing a HTML page, to have a PHP script being accessed in the background ? The situation is like this:

I’m building my Flash site, and my host supports MySQL and PHP, so I’m placing all my text in the MySQL database using PhpMyAdmin, so all I’d need to update my site’s text is an internet connection.

The problem is that the text Flash receives from PHP isn’t displayed immediately. It takes a while before the text is displayed in the textbox I’m applying effects too, thus screwing the effects up. When you view the site for the second time, it loads without delay and the effect works too.

So I thought maybe I can have the PHP file accessed when the HTML page is accessed, so that at the time the effect is taking place, the text would be already loaded. Is this possible ?