I see your point, Ravi .. my next step will be as you say.. but for now i am interested in building the active x client with video.. even though i know it would be successfully loaded in ie on xp.. On Mon, Sep 21, 2009 at 3:09 PM, varun pratapsingh <varunps2003 at gmail.com>wrote: > Hi Muge, > > But why you have chosen the ActiveX. I have recently read an article that > there are a lot of problems with ActiveX in Vista and also the ActiveX are > only limited to the IE and what if the user opens that webpage using Mozilla > or some other Browser. I have also read that microsoft Vista doesnt allowe > the ActiveX to get install on it due to security reasons. > > So it is all true why dont we all find some other different techinique. > > > Regards; > Ravi > > > On Mon, Sep 21, 2009 at 5:29 PM, P.Muge Ersoy <muge.ersoy at gmail.com>wrote: > >> Hi all ; >> >> I have a question. I started pjsua activex dll with VC++ using ATL.. But i >> am face to face with problem. I do a lot of search on Internet about the >> topic but unfortunately all i found didn't worked at my issue. Here is the >> problem; >> >> I am able to register from web page using with methods in activex . For >> call back functions such as OnRegState i add methods to _IPjsuaAppEvents and >> VC automatically generates the fire version of the functions .. such as >> Fire_OnRegState... I am calling this function >> "CPjsuaApp_Instance->Fire_OnRegState(acc_id);" from the static void call >> back function static void on_reg_state(pjsua_acc_id acc_id); ... But at >> internet explorer i am not able to catch this.. >> >> <script language=javascript FOR="PjsuaApp" EVENT="Fire_OnRegStater()"> >> Fire_OnRegState(); >> >> function Fire_OnRegState{ >> >> >> document.all.StatusLine.innerHTML = "Oturum A??ld?."; >> alert("Fire_OnRegState"); >> } >> </script> >> >> or >> >> >> <script language=javascript FOR="PjsuaApp" EVENT="OnRegStater()"> >> OnRegState(); >> >> function OnRegState{ >> >> >> document.all.StatusLine.innerHTML = "Oturum A??ld?."; >> alert("Fire_OnRegState"); >> } >> </script> >> >> >> neither at both didnt work. Any comments? Escpecially have an experience >> about the topic .. Benny ? :) >> >> Muge >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip at lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090921/24a78efd/attachment-0001.html>