When I add my own map service to my flex project, the map is always blank. I can preview my map using the java script link within rest services and preview the map in arccatalog. Any suggestions? I am using arcgisonline for my other default base maps.
If you visit the following link do you see the cross-domain file?
http://intrfce/crossdomain.xml
Also, just to make sure we are on the same page. In the Web application are you turning the service on. Your code is set to visible=false which would force you to turn the layer on in the Web application before it would be visible. Try the following.
Patrick setting the view to true shows the points! Thanks everyone for the help. When I set it to false and then clicked the button that was created within the viewer (top right) it would never show up when I toggled it on?