Can I make the recorder show my domain instead of assets.ziggeo.com?

When the Flash-based recorder is trying to access your users' cameras for the first time, the following window will show up: adobe-flash It clearly shows our domain. If you want your domain to be displayed there instead, you need to serve our Flash file from your servers. This is how it works:
  1. Download our Flash file.
  2. Serve it up from your server, e.g. yourdomain.com/somepath/ziggeo.swf.
  3. Add the following configuration to your website's header:
[code lang="js"] ZiggeoApi.Uris.recorder_swfsrc = "yourdomain.com/somepath/ziggeo.swf"; [/code]
PREV NEXT