Page 1 of 1

Loading SWF from memory

Posted: Mon Jun 26, 2006 1:43 pm
by samispa
I am happy with this control so far, but I have a couple of questions.

1. After I call FPCPutMovieFromMemory, can I free the buffer immediately after the call, or does the control reference that memory while playing?

2. Can you point me at a sample of how to use the FPCPutMovieUsingStream (or FPCPutMovieFromStream, not sure what the difference is) call?

Thanks,
Bill

Re: Loading SWF from memory

Posted: Mon Jun 26, 2006 4:07 pm
by Softanics
Thank you for your questions.

samispa wrote:1. After I call FPCPutMovieFromMemory, can I free the buffer immediately after the call, or does the control reference that memory while playing?


Yes, you can free the memory immediately after the call.

samispa wrote:2. Can you point me at a sample of how to use the FPCPutMovieUsingStream (or FPCPutMovieFromStream, not sure what the difference is) call?


Download last demo version. You will find sample Sample8_SecureFlashContentLoading, it demonstrates how to use FPCPutMovieUsingStream.

Posted: Mon Jun 26, 2006 6:31 pm
by samispa
This looks like exactly what I needed. Thanks for your help.

Bill