Downloading the Embed Library
This applies to: Managed Dashboards, Managed Reports
The Symphony managed embed library is a single JavaScript file, and you reference it with an HTML script tag.
The file can be found at the following location:
[InstanceDirectory]\www\BIWebsite\wwwroot\Scripts\Embed\dundas.embed.min.js
You can place it in your own website or refer to it from this location. Update the path in the example below depending on where the file is relative to the page:
<head>
<script src="/Scripts/Embed/dundas.embed.min.js" type="text/javascript"></script>
</head>
Important: Browser support for embedding HTTP cross-domain content is changing, and Symphony should now either run on HTTPS or have the same URL origin (protocol, hostname/domain, and port number) as the parent application.