Hi Doug, Thanks for responding...
So now pls tell me how can i integrate mxml with JSP. I tried to include compiled SWF file in my JSP file but it shows an error of destination doesnt exist. It doesnt find RO which I have made in remote-config.xml. Please help Regards, Sanjay --- In [email protected], "Doug Lowder" <[EMAIL PROTECTED]> wrote: > > > It looks to me like you need flex-bootstrap.jar from Flex 1.5 in order > to use the tag library: > > http://livedocs.macromedia.com/flex/15/flex_docs_en/00000848.htm#wp15 028\ > 3 > <http://livedocs.macromedia.com/flex/15/flex_docs_en/00000848.htm#wp1 502\ > 83> > > I haven't seen or heard anything specific about using the Flex tag > library with Flex 2. > > > > -Doug > > > --- In [email protected], "sanjaypmg" <sanjaypmg@> wrote: > > > > Hi All, > > > > I have deployed Flex2 on JBOSS and created a JSP file with the > > following code: > > > > <%@ taglib uri="FlexTagLib" prefix="mm" %> > > > > <mm:mxml source="AccountSetup.mxml" /> > > > > But, It is showing an error: > > > > FlexTagLib Not Found. > > > > Please help me to resolve this issue. > > > > Regards, > > Sanjay > > >

