I'm trying to display a simple swf animation while processing a potentially long loop. The swf plays fine once the loop completes but freezes during processing. I'm sure its just one of the pains of using flash with vb but it will look much more ineresting than a static image/message. Can anyone give me a clue here:
Code:
flaSynch.Visible = True
flaSynch.Play
Thanks in advance.