I have several dynamic map services and all of them are viewed fine through ArcCatalog, AGS manager and ArcGIS Javascript viewer. However when I compiled a simple flex code, it doesn't recognize any dynamic services. The existing flex app that consume dynamic services doesn't show its image either.
<body> <div id="header"><h1>Server Error</h1></div> <div id="content"> <div class="content-container"><fieldset> <h2>404 - File or directory not found.</h2> <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3> </fieldset></div> </div> </body>