Phoenix icon indicating copy to clipboard operation
Phoenix copied to clipboard

Are there any ways to use unregistered flash ocx?

Open Gu-f opened this issue 3 years ago • 0 comments

One of my functions depends on the specified version of flash. However, the working system may not have flash OCX (or not have specified version flash). So, I hope "flash.ocx"(Include the dependencies it needs) can be embedded with my application.

I think of a way to load offline flash.ocx, It avoids the use of COM interfaces, but I don't know how to load it properly.

Is there any way to implement it?

Gu-f avatar Sep 06 '22 10:09 Gu-f