We have to play different FLI in different VB form.
Some FLI are same in different form
What is the correct way to play / stop those FLI switching from one form to
another ?
For now it run ok since we don't make an unload of one of those form.
Unload causes a VB crash.
Hide works but we need to free resource.
Olivier
If I understand your question, your problem is that when you unload a form
containing and animation control, your program crashes. Correct?
I don't understand what you were saying about more than one form and animation
at the same time. Please explain in more detail.
There are no bugs I am aware of with unloading forms. If you can't figure out
the problem, you can send me a section of your code that shows the error and I
can try to recreate it here.
-Brian