EncryptedCow I have tried it and it worked like a charm. The modification of index.html is needed to use the plugin properly.
<!-- The runtime script. You can rename it, but don't forget to rename the reference here as well.
This file will have been minified and obfuscated if you enabled "Minify script" during export. -->
<script src="c2runtime.js"></script>
<script>
var element = document.getElementById('c2canvas');
fgl.create(element);
fgl.onReady(function(){
loadGame();
});
This part seems needed or the API will be late to load.
I've sending FGL for approval. Wish me good luck <img src="smileys/smiley1.gif" border="0" align="middle" />