I'm having the same problem. Every image displays as a red X in the
simulator, whether it's local or from a website.
Does anyone know how to display images at all?
On Dec 29 2010, 3:30 pm, coffeeblack <
aniedoziech...@gmail.com> wrote:
> i am developing a mobile app forblackberryusing google map api. i
> thought changing animg tag src at runtime to point at my computed
> google map url image is all that is needed. opening my html page on
> browser works fine but compiling and deploying same on simulator will
> not work.
>
> code sample:
> document.getElementById("map").src = "http://~/serve/mymap.jpg"; //
> works on browser but not on simulator
>
> document.getElementById("map").src = "resources/mymap.jpg"; //works on
> simulator
>
> at first i thought may be its my network connection failing but i haveblackberryemail and mds running and i can use the simulator browser