I am trying to sue an API to open a Navis works file in an activeX object within a web browser window.
this HTML code works fine on my computer
VB Code:
<OBJECT style="float:left;" ID="MSR01" CLASSID="CLSID:A66E3781-90AB-4ED6-8DE6-609D7208DEFD" CODEBASE="nw_ax.cab" TEXT="NavisWorks ActiveX Control Downloading"> <PARAM NAME="_cx" VALUE="20000"> <PARAM NAME="_cy" VALUE="17000"> <PARAM NAME="SRC" VALUE="library.nwd">
the code 'according to navis works web site' sets the object 'MSR01' and calles the class 'CLASSID='bla, ba as above' ' from the .cab file 'nw_ax.cab'
sets the object size and then loads the file 'library.nwd'
i dont think the code does this because i can take out the .cab fiel name and it will still work.
but when i uninstall navis works on my machine it doesnt load so therefore leads me to believe that the object is loading from a .dll or .ocx or whatever that gets installed on my machine when navis works is installed.
this is not good because everyone on the web wont have navis works.
could anyone please help me understand why this is happening ? if my thery is right ?
thanks
worked out it was a pluggin error an my machine
