Web Debugging

The 3DVIA Studio application provides you with a set of tools to remotely connect and debug your projects from within 3DVIA Studio.To debug your project, your Web experience needs to be exported first, as explained in Web Publishing . Note that you do not need to publish your project for debugging purposes.

  • Export your experience (locally or to 3DVIA.com).
  • Embed your 3DVIA Studio experience into an HTML web page using the following code:
    • if published to 3DVIA.com, e.g. with the ID “B452D7AABC8EA0B2″, use:
    • <object width="610" height="343" classid="CLSID:F705A1E9-0E4C-4F32-A647-2DE40809969A" codebase="http://player.studio.3dvia.com/3DVIAPlayer-Installer.exe"><param name="content_src" value="B452D7AABC8EA0B2""/><embed width="610" height="343" type="application/x-3dvia-mpweb" pluginspage="http://player.studio.3dvia.com/3DVIAPlayer-Installer.exe" content_src="B452D7AABC8EA0B2""/></object>
      
    • if exported locally, for an experience named e.g. “Composition” located next to the html file, use:
      <html>
      <head><title>HTML File  of the Local   Compostion</title></head>
      <body>
      <object width="610" height="343" classid="CLSID:F705A1E9-0E4C-4F32-A647-2DE40809969A" codebase="http://player.studio.3dvia.com/3DVIAPlayer-Installer.exe"><param name="content_src" value="Composition.mpbin"/><embed width="610" height="343" type="application/x-3dvia-mpweb" pluginspage="http://player.studio.3dvia.com/3DVIAPlayer-Installer.exe" content_src="Composition.mpbin"/></object>
      </body>
      </html>
      
  • If you ever encounter a problem, go to 3DVIA.com where you will find a template for editing your HTML page. For more advanced embedding techniques, please refer to the Web Deployment documentation.

  • Enable remote debugging from the 3DVIA Studio Web Player settings:

  • Refer to the Runtime Controller documentation for information on how to proceed with debugging your experience.

Your 3DVIA Studio Web content will be played in the 3DVIA Player, embedded in the HTML test page.