From: Nabil L. <nl...@ua...> - 2009-12-21 03:17:23
|
Hello XMLVM community, First, can anybody tell me what is the original association of Xokoban. Is it with the iphone or Android? Also, I noticed that in the online demo http://xmlvm.org/android/demo/, the game is running as an applet. Is it possible to run it as a pure javascript (just like Fireworks)? If yes, how is that done? Finally, why is my local .html file not working (see below)? And what is the function of the "appl" and "androidClassName" tags? <html> <body> <applet code= "org.xmlvm.iphone.internal.SimulatorApplet.class" appl="org.xmlvm.iphone.internal.AndroidAppLauncher" androidClassName="org.xmlvm.demo.xokoban.Xokoban" width="883" height="435" archive="C:/eclipseWorkplace/xmlvm/dist/demo/android/xokoban/java/xokoban.ja r, C:/eclipseWorkplace/xmlvm/dist/lib/objc-compat.jar, C:/eclipseWorkplace/xmlvm/dist/lib/android-compat.jar, C:/eclipseWorkplace/xmlvm/lib/lwjgl.jar "> </applet> </body> </html> Your help is greatly appreciated N.L. |