I'm searching how to use active-x controls in php3?
when I search MS site, I found how to insert
active controls in web.
that is following this.
<object name="DirectVoice" type="application/x-oleobject" classid="clsid:EEE78591-FE22-11D0-8BEF-0060081841DE" height=120 width=130>
</object>
<script>
DirectVoice.Speak("hello world")
</script>
in test.html I wrote like above document.
but, that is not run.
I don't know about active-x.
but, I want to insert and to use active-x in WEB. (php3)
please, answer for my question.
bye.