After searching for a while, I can't seem to find specific information on ICEPDF applet viewer issue I'm having. I successfully used ant build to build the dist folder, i signed the jar files, uploaded to my server. I can't figure out why I keep getting a blank screen, i tried using the tags instead tags but still getting a blank screen...... Thanks for your help.
<body>
<object width="800"height="600" archive="icepdf-core.jar, icepdf-viewer.jar, icepdf-applet.jar"
<param name="type" value="application/x-java-applet;jpi-version=1.5.0"/>
<param name="java_arguments" value="-Xmx128m"/>
<param name="classloader_cache" value="false"/>
<param name="url" value="http://www.example.com/weekly.pdf"/>
<param name="code" value="ViewerApplet.class"/>
</object>
</body>