Phoenix
Phoenix copied to clipboard
Are there any ways to use unregistered flash ocx?
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?