Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
CYChee Yean Lee16/06/2020
Hi,
Currently I'm using edrawing API EModelViewControl to view drawing files in my web application. But this is only works in internet explorer browser, the drawing file is not loading in google chrome browser. is there any way I can make it works in all browser type?
Attached with the html file I used to load the drawing files.
<OBJECT align=middle
width="100%"
height="80%"
ID="EModelViewControl"
CLASSID="CLSID:22945A69-1191-4DCF-9E6F-409BDE94D101">
<PARAM name="Filename" value="" />
<PARAM name="EnableFeatures" value="16385" />
</OBJECT>
drawing file name will be passed over in URL and assigned to the Object above:
document.all.EModelViewControl.Filename = objURL[strKey];