I have a movie that loads a large html text from an external xml-file into a dynamic text field. The text contains links in the form of anchor tags: <a href=’’>link</a>
The problem is that whenever i roll the mouse over the link the entire movie grinds to a halt for up to 10 seconds. The mouse cursor changes to a hand and stays that way until the movie starts executing again.
Ive tried googling, but cant seem to find any references to this issue.
Anybody know what is going on? And how to work around it?