The wiki has a detailed example of a Java based GeoGebra applet at <http://webwork.maa.org/wiki/GeoGebraApplets#.Uq_ym2RDs64>
I have played with the base64 code from that example and know that this small amount of code (as long as the entire base64 string is included) runs on Chrome (and inexpensive Chromebooks)
An edited version of the .pg file even without the comments would be great.
Thanks.
-Bruce
<!--------- begin code sample ----->
<script type="text/javascript" language="javascript" src="
http://www.geogebra.org/web/4.4/web/web.nocache.js"></script>
<article class="geogebraweb" data-param-width="486" data-param-height="306"
data-param-showResetIcon="true" data-param-enableRightClick="false"
data-param-enableLabelDrags="false"
data-param-showMenuBar="false" data-param-showToolBar="false"
data-param-showAlgebraInput="false"
data-param-useBrowserForJS="true"
data-param-ggbbase64="UEsDBBQACAAIAGKtZj ...AAAAAA=="
</article>
<!----- end code sample --->