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

