There are several compiler settings I have noticed that need to be correctly specified in order for this to work.
if you right-click your project and go to properties->Flex Compiler there is a text box for "additional compiler arguments" you should make doubly sure that the following are set to the correct path: -services "C:\fds2\jrun4\servers\default\flex\WEB-INF\flex\services-config.xml" and -context-root /flex (or in your case it looks like the context root is 'flexnjspproject' just make sure it matches your environment.) good luck Thunder --- In [email protected], "sanjaypmg" <[EMAIL PROTECTED]> wrote: > > Hi, > > I am facing a strange problem while compling flex mxml file. > > I code and compile my mxml file in flex builder thereafter when I > place that SWF in my project's folder and open my JSP file which > contains my SWF, It show some RO error, "SOME_RO destination not > found". > > If I put mxml in my project folder and put the followin URL in browser: > > http://localhost:8080/flexnjspproject/flexapplication.mxml > > It also make SWF in the same folder where MXML lies. thereafter when I > call the JSP, It works fine without any error. > > I couldnt make out wht could be the reason behind it. > > Can anyone tell me abt this? > > I am using JBOSS. > > Thanks, > SS >

