I have written an ActiveX control that I can succesfully use on my webpage using an <object> tag. I am however wanting to send the control a value using the <param> tags from the html of the page.

How can I add in code to my activex control to read in the value that I have set in the <param>? I have been scouring MSDN and not found anything I could work off of.