I'm trying to do something like the example in the code gallery where you project an extent into the spatial reference of the base map (http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=CustomSR). What I'd like to do is to load up a map using a Tileserver in mercator and then project a WMS layer on it in WGS84. I figured that it would be similar to using the extent in the example, but I couldn't get it to work.
Specifically, I am loading up something as the base map:
I tried doing something similar to the example using an extent but that didn't seem to work (tried a small extent, then an extent of the whole world). I saw a thread via google that looked similar to this problem, but when I click on the link, it takes me to the home page of the new forums (guess the old links are dead).
Any advice or pointers in the right direction are appreciated! TIA.
The "esri:Map" takes care of asking the additional servers for images in the appropriate spatial reference. You do not have to project an extent or anything like in the CustomSR example, if all you want to do is put an ArcIMS/WMS service on top of a tiled Web Mercator map.