Embedding Vimas ActiveX in WebPage |
![]() ![]() |
Embedding Vimas ActiveX in WebPage |
| Guest_Mark Johnson_* |
Sep 22 2008, 11:47 PM
Post
#1
|
|
Guests |
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); } |
|
|
|
Sep 23 2008, 08:59 AM
Post
#2
|
|
|
Member ![]() ![]() Group: Moderators Posts: 25 Joined: 11-May 06 Member No.: 64 |
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 |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 10th September 2010 - 04:21 PM |