Previous Topic: Copying ArcotID PKI Client FilesNext Topic: For Java Signed Applet


For Flash Client

The Flash client package contains the following files:

To configure a Flash Client:

  1. Copy arcotclient.js and ArcotIDClient.swf files to an appropriate directory within your application home.
  2. Include the following JavaScript code in the Web page of your application from where the APIs will be invoked:
    <script type="text/javascript"
    src="location_to_arcotclient.js"></script>
    

    In the preceding code snippet, replace location_to_arcotclient.js with the path to arcotclient.js.

  3. Ensure that in the all application pages, ArcotIDClient.swf is referred with same URL.