0
votes
2answers
915 views

How can I load an SWF from a C# EmbeddedResource without first writing to file?

I'm using the flash 10 activex control to load a flash movie into my WinForm. Unfortunately, it only takes a path. What I'm trying to do is load the swf from a stream I can get from an ...