I would like to embed Visio Viewer 2013 into a web page and render a vsdx which is saved into a SharePoint library. Code is below:
<html>
<OBJECT id="DrawingControl1"
height=768
width=1024
classid="clsid:279D6C9A-652E-4833-BEFC-312CA8887857" VIEWASTEXT>
<PARAM NAME="Src" VALUE="http://site/OurPeople/OrgCharts/Documents/OrgChart.vsdx">
</OBJECT>
</html>
Whenever I open the page I get the message "The Microsoft Visio Viewer cannot load the specified url or file". If I save the file locally and change the location the file opens successfully.
Is it possible to load a vsdx from a SharePoint library in this way?
Any help appreciated.
Jon