
Passing parameters into a ActiveX control ?
[Please do not mail me a copy of your followup]
Quote:
>How do I pass parameters into a ActiveX control ?
In HTML you use the <PARAM> inside an <OBJECT> tag like so:
<OBJECT ID="MediaPlayer1" WIDTH=320 HEIGHT=240
CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..."
TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="C:\ASFRoot\Welcome.asf">
<PARAM NAME="ShowControls" VALUE="False">
<PARAM NAME="AutoRewind" VALUE="True">
<PARAM NAME="AutoStart" VALUE="False">
</OBJECT>
--
Ask me about my upcoming book on Direct3D from Addison-Wesley!
Direct3D Book http://www.*-*-*.com/ ~legalize/book/
Don't Support Spammers! Boycott Fractal Painter 7!
http://www.*-*-*.com/ ~legalize/spammers.html