Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash swf freezing while in loop

Status
Not open for further replies.

hererxnl

Technical User
Jul 8, 2003
239
US

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
DoEvents and Form.Refresh are not helping here. Form.Refresh seems to restart the movie and DoEvents to refresh the other indidual controls that show progress is causing the movie to play one frame each time through the loop.

Thanks in advance.
 

I should probably also mention that the loop in question here is using FSO to synch two folders.

Never enough info.

Thanks again for looking.
 

I had a feeling that this would not be a popluar question. Anyone??
 

I think this is a multi-threading issue... Oh well.

If anyone has a clue let me know thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top