Add Image in j2me

hi everyone

i have developed a chat application through which we can chat online from mobile with wireless toolkit using netbeans5.5.

Application is running fine on all phones but i am getting a strange problem with images on some phones.

i have added images in it and nokia phones are displaying them well

but samsung d500 and iPod and sm oter ones are unable to find the images which are theare in images folder of application

code to create image used is

Image welcome=Image.createImage("/images/my.jpg");

ImageItem item=new ImageItem("",welcome,ImageItem.LAYOUT_CENTER|ImageItem.LAYOUT_NEWLINE_BEFORE,"Your Mobile deos not suppot images");

cMainForm.append(item);

please help me out that why mobiles oter than nokia are not able to find them.

thanks

[822 byte] By [harrriiiia] at [2007-11-26 12:26:18]
# 1
Buddy png format image is suppose to be displayed change the format and try it againWith regards Rizwan
RizwanZahida at 2007-7-7 15:31:56 > top of Java-index,Java Mobility Forums,Java ME Technologies...