Hi Everyone, I just started developing in Flex since well yesterday. And I just wanted to make sure I was in the right path.
I am using the Flex2 SDK and notepad, I am trying to develop a web application using struts and only flex for my View with no JSPs. So far I have created some mxml (index.mxml say) files and stored them in my 'web-content' folder of my web application. And in my ant build file I am calling the mxmlc compiler for compiling the mxml files into swf files and storing them in one of my web-content folders of my web-app. And In my web.xml in my <welcome-list> I have specified the index.swf file so that on going to the web-app URL I would see the index.swf as the main page. Is this correct or do I have to point to index.mxml file and use some other mechanism where this would re-direct to index.swf or is it fine to directly access the SWF file? I have tried looking in the adobe site but could not find any proper instructions on how to go about for my current scenario. Are there any resources or websites that I can look at to know how to work on my web app. Kindly take some time and reply, I would sincerely appreciate your help. Thank You, Tarun

