hi !
Could anyone help me with this. I've created a game. And now i wanted it to be played on the internet with the internet explorer.
how could i do this ?
Please help.
Thanks
hi !
Could anyone help me with this. I've created a game. And now i wanted it to be played on the internet with the internet explorer.
how could i do this ?
Please help.
Thanks
hi
but how do i put my game in to the emulator so that i could run ?
can you please show me the steps ?
Goto my website http://www.bytemaniac.com/play_tetroid.html
In the html-source search for "applet", there you can see how to setup the applet.
McMc
is it i just change the value of the gamemidlet to my midlet name ?
i need your help cos this is my project for my college.
thanks.
Hi!
Just put the emulator jar and your jar onto the webspace (locally or on webserver). You can only use standard midp 1.0 classes.
<applet....
archive="applets/me-applet.jar,applets/tetroid.jar"
.....</applet>
You can see that the jar files are in a folder "applets" relative to the html-page that contains the applet-tags.
Here is a link to the discussions about the microemulator on sourceforge:
http://sourceforge.net/forum/forum.php?forum_id=94290
There are topics about installing, extending and using different skins or advanced classes (like NokiaUI) with the microemulator.
McMc