COLLADA on JOGL is coming

We (100town.com) have been devoted to implement the COLLADA implementation on java platform for some days. Now the early version has been release for test. Suggestions and advices are welcome. :stuck_out_tongue:
You can visit http://www.100town.com/base/cyber.jnlp to see animation implementation of the sample “Seymour”. Here is a short intro about our work: http://www.100town.com/web/public/produ … jogl/intro

We had implemented a facility to help users embed their own COLLADA models into the web pages. Check http://100town.com/web/public/promotion for our samples.
The way of embedding is kind of liking google adsense. All you need it
to copy and paste the following Javascript code into your web pages:

<script>
try{
    //Language. Only support 'en' for English and 'cn' for Chinese.
    var clzzlangi='en';
    //Image location.
    var clzzimgi='http://sketchup.google.com/3dwarehouse/download?mid=338b2ae6e2f5baf31601b8bee045e92&rtyp=lt&ctyp=other';
    //Width of show area.
    var clzzwidthi='700';
    //Height of show area.
    var clzzheighti='650';
    //COLLADA file location. The COLLADA can be in the .dae format or in a compressed file (".jar" or ".zip").
    var clzzexniv0='http://sketchup.google.com/3dwarehouse/download?mid=338b2ae6e2f5baf31601b8bee045e92&rtyp=zip&fn=Olympiastadion
+Berlin&ctyp=other';
}catch(e){}</script> <script src="http://100town.com/base/clembed.js">

</script> <script>
    document.write(writecomplex());
</script> 

User can also test the COLLADA model by drag the model (or a link) into the application for viewing.