Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what's wrong ?

Status
Not open for further replies.

jefflg

Programmer
Dec 12, 2002
6
CN
I create an activex control using MFC Activex Wizard, and then add a property using ClassWizard. I embody it in a html page. The Code is as followed:
<OBJECT CLASSID=&quot;CLSID:290CB882-714C-452A-B2FB-C095B5ADBFA2&quot;
WIDTH=&quot;652&quot; HEIGHT=&quot;382&quot; ID=&quot;TT&quot;>
<PARAM NAME=&quot;FileName&quot; VALUE=&quot;d:\video.wmv&quot;>
</OBJECT>

When I open it in IE, It open a dialog to tell me that the activex is unsafe. I throw off the &quot;<Param....>&quot;,it's ok, Why I can not use the <PARAM..>?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top