Hi When loading a flash file of size 70MB and above in a WPF app it works successfully for one or 2 times and then it starts throwing OutofMemoryException. But when loading small flash files which are 10MB to 20 MB it always works successfully. Here are the steps that we are following: 1. ReadAllbytes of a flash file. 2. Create MemoryStream instance from above step 3. Use f-in-box flash component and pass the memorystream as argument.
Just wondering if any one has any suggestions. Thanks N