Jump to content


Embedding Vimas ActiveX in WebPage


1 reply to this topic

#1 Guest_Mark Johnson_*

  • Guests

Posted 22 September 2008 - 11:47 PM

We have the need to embed the VIMAS.Image5 and VIMAS.ViewControl into a web page. Is is supported and/or possible? I tried the following Javascript code in a web page, but I always get the error "Automation server can't create object"


CODE
try {
            var view = new ActiveXObject("VIMAS.ViewControl");
        }
        catch (e) {
            alert(e.description);
        }

        try {
            var image = new ActiveXObject("VIMAS.Image5");
        }
        catch (e) {
            alert(e.description);
        }


#2 Alex Murovany

    Member

  • Moderators
  • PipPip
  • 26 posts

Posted 23 September 2008 - 08:59 AM

Hello,

Unfortunately our ActiveX components do not intended for using in web pages. You may use them with IIS on servers or with desktop applications developed by yourselves.

Best regards.
Alex Murovany.
VIMAS Technologies, product manager.
www.vimas.com/ve_imm.htm




Reply to this topic



  


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users