Integrate Plura into your Java Applet
- Contact us to get your affiliate code.
- Place the following two lines of HTML on the webpage(s) that contain your applet:
<script type="text/javascript" src="http://www.pluraserver.com/javascripts/PluraConnection.js"></script>
<iframe id="pluraFrame" name="pluraFrame" height="100px" scrolling="no" frameborder="0" width="150px"></iframe> - Place the Plura JAR on your applet's classpath.
- Instantiate an instance of the AffiliatePluraConnector class and use the AffiliatePluraConnector methods to start Plura, stop Plura, and change the percentage of client CPU that Plura is using. Make sure that you pass your affiliate code into the AffiliatePluraConnector constructor!
