tags:

views:

38

answers:

0

We are facing a performance issue with loading and closing and opening a flash file in a wpf form. We can succesfully open a flash file and look at it in a wpf form. Our main window has a tree view. User selects any one node for viewing a flash file.

Root/Parent Child1Flash Child2Flash ... ....

Users select Child1Flash looks at it and closes it. Now when they try to open the Child2Flash it appears to be taking a long time. We are wondering if we should open each flash file in a separate process so that the things will move faster and the user does not have to wait for a long time. Just wondering if any of you have any any suggestions. Thanks N