Some days ago I began to read about API for Flex and I was interested due the power and the performance of Maps online with Flex.
Ok.. I downloaded FLEX (trial version), the first video from resources and some Books in PDF...
I create my first API according to the video and tutorials with the code of the most simple code available in resources.esri.com: "tiled Map". I downloaded the las version of Flash Player and I copy all the structure into the Server (there is one Windows Server with ArcServer in the office) ... OK... Now I open Myfirstmap.html and I see Nothing, just a gray/green display.
I don´t know which is the problem with the service.. May you Help me.
Yes I am using Flex Builder, I followed all instructions for beginners that are in this video (including the SWC) http://resources.esri.com/help/9.3/arcgisserver/apis/flex/help/content/getting_started.htm .There is one part in the video when you run your application and launch a HTML webpage in FireFox or IE..- like in the video, the difference is that in the video the map is showed, but not in my exercise.
When I debug my application there is one error Unable to resolve resource bundle "ESRIMessages" for locale "en_US".
There is one image attached of FireFox with the Html running
It looks like your application is using the first build because the error is preventing it to build a new copy. Therefore its not building a new version with the map code you added.
Be sure you have the ESRI Flex API referenced in your application as shown in the getting started video around slide 7/26