If you want to create content extension, follow the next, I will be back soon.
How to register an ActiveX Object as the Player for a Media Type:
http://msdn2.microsoft.com/en-us/library/aa751976.aspx
Safe Initialization and Scripting for ActiveX Controls (specifically IObjectSafety):
http://msdn2.microsoft.com/en-us/library/aa751977.aspx
Building ActiveX Controls for Internet Explorer:
http://msdn2.microsoft.com/en-us/library/aa751970.aspx
And of course, Introduction to Code Signing:
http://msdn2.microsoft.com/en-us/library/ms537361.aspx
I recommend ATL if you are writing in C++, but you can easily create controls in C# too.
I'm afraid I don't know of any great samples off hand, but I'm sure there are several on sites such as http://www.codeguru.com and http://www.codeproject.com.
0 comments:
Post a Comment