Select to view content in your preferred language

Where can I find the images referenced in the samples

1153
8
03-23-2012 07:40 AM
GregoryDillon
Occasional Contributor
Where can I find the images referenced in the samples  (ie the images directory).

FYI:

This link does not appear to be working on your site and I was hoping it would tell me how to get these images.

http://help.arcgis.com/en/webapi/jav...mple_using.htm
0 Kudos
8 Replies
derekswingley1
Deactivated User
You can see the path to images in the sample source or by using your browser's dev tools to inspect page elements in the live sample.

What image(s) are you looking for? Can you post a link to a sample that uses images you want to use?
0 Kudos
GregoryDillon
Occasional Contributor
How about http://help.arcgis.com/en/webapi/javascript/arcgis/demos/mobile/mobile_soilmap.html

I want the bluedot.png

When I select View Source in IE I get as the path 

var symbol = new esri.symbol.PictureMarkerSymbol("images/bluedot.png",40,40);

What dev tool are you suggesting?
0 Kudos
GregoryDillon
Occasional Contributor
You can see the path to images in the sample source or by using your browser's dev tools to inspect page elements in the live sample.

What image(s) are you looking for? Can you post a link to a sample that uses images you want to use?


How about http://help.arcgis.com/en/webapi/javascript/arcgis/demos/mobile/mobile_soilmap.html[/url]

I want the bluedot.png

When I select View Source in IE I get as the path 

var symbol = new esri.symbol.PictureMarkerSymbol("images/bluedot.png",40,40);

What dev tool are you suggesting?
0 Kudos
MattMoyles
Occasional Contributor
How about http://help.arcgis.com/en/webapi/javascript/arcgis/demos/mobile/mobile_soilmap.html[/url]

I want the bluedot.png

When I select View Source in IE I get as the path 

var symbol = new esri.symbol.PictureMarkerSymbol("images/bluedot.png",40,40);


It's a relative path. The file you want is http://help.arcgis.com/en/webapi/javascript/arcgis/demos/mobile/images/bluedot.png

Place it in a dir /images relative to your .html page.

What dev tool are you suggesting?


If you are using IE9+ just hit F12. If you are using FIrefox or Chrome look at Firebug.
0 Kudos
JeffPace
MVP Alum
Firefox with firebug
0 Kudos
derekswingley1
Deactivated User
Good replies all around. Here's the url for the image:  http://help.arcgis.com/en/webapi/javascript/arcgis/demos/mobile/images/bluedot.png

I'll give a shout out chrome's dev tools, see attached screen shot.
0 Kudos
GregoryDillon
Occasional Contributor
Thanks!   This was very helpful!
0 Kudos
derekswingley1
Deactivated User
Thanks!   This was very helpful!


Glad we could help. You should mark one of the posts above as an answer, probably the one from mmoyles.
0 Kudos