Thanks guys for your support.
Its working now.
Path was the only issue.
Type: Posts; User: rastoarpit; Keyword(s):
Thanks guys for your support.
Its working now.
Path was the only issue.
Hi,
I am developing a game for Symbian 3 devices.
Now, i am loading (*.jpg) images for texture from following path ::
But i am not able to load the (*.wav) sound files to play from the...
hiii everyone
i m developing a game application for symbian^3 and want to incorporate multiple sound effects in the game...this point has been discussed in various earlier threads but i could nt...
Hi,
These days lot of games are coming out as High Definition Games for mobiles.
Anyone please help me understand that what makes your game HD?
Is it the graphics you use?
or the frames...
Hi,
I had developed 2D games using J2ME till date.
I am working on 3D game these days.
I had a sample code of Car Racing for S60 3rd Edition.
Now, I want to develope a 3D game on Symbian ^3...
Thanks buddy..
Hi,
I am developing game for Symbian 3 devices i.e. Nokia N8
Nokia N8 supports multi touch.
But i do not know, how to implement it into my game.
Currently i am using set of...
Hi,
I am developing a game for Nokia N97 device using N97 Emulator.
Now my problem is that the game is running quite slow on device.
Game speed & game experience is normal on emulator but game...
Hi,
Yes, It all make sense to me now.
I changed my code accordingly & everything is back on track.
Thanks a lot for your help.
Regards,
Arpit Rastogi
I am developing game for N97 mobile.
I am using pointerPressed() & pointerReleased() functions to get the user input.
Now there is this problem i encountered with N97 handset Touch.
If i pressed...
Yes, I am testing the game on same S40 devices eg.Nokia 5130 & Nokia 7210.
Before, I intialized the player object once & then used start() method to play the sound.
But now I am intializing...
Hey,
Thanks for replying.
I am developing my own game for S40 series phone.
I am working on S40 5th Edition FP1 SDK.
I figured out the problem & pretty much done with it.
Crash happened due to...
Thanks for your assistance.
Hi,
I am stuck with different kind of problem this time.
When i run my game on mobile device, it ends abruptly.
My game crashes at some random time.
Crash happens as following :
Everything...
Hi.
I am developing game for S40 5th Edition devices.
I am having Out of memory error at the loading time of sprites.
Though the resources i am using are not much of a size but still i am...
Thank You Graham,
I already tried that bit of code but it wasn't working.
Code is all fine.
Now i have found that actual problem was in Connection.
I only changed
conn =...
Hi,
I can receive data on my MIDlet from my Servlet using,
conn = (HttpConnection)Connector.open("http://localhost:8080/ServerSide/AddUp");
InputStream in = conn.openInputStream();
...