try the flexcoders mailing list:
http://groups.yahoo.com/group/flexcoders/

But it seems like you're trying to mix Flex 1.5 and Flex 2.0, which won't work.
Flex 2.0 is a whole new ballgame.

You need to compile your mxml to swf from Flex Builder 2 and put the generated 
files on your server (or compile to server directly 
if local).

Check the tutorials and docs that comes with Flex Builder 2.

regards,
Muzak

----- Original Message ----- 
From: "silpa s" <[EMAIL PROTECTED]>
To: <flashcoders@chattyfig.figleaf.com>
Sent: Monday, June 19, 2006 12:43 PM
Subject: [Flashcoders] Problem parsing mxml(Flex2.0B3)


> Hi all,
>
> I'm new to Flex. I may have to develop some RIA
> application using Flex2.0. I'm using Weblogic as my
> application server. When try to locate my
> index.mxml(http://localhost:7001/index.mxml), i'm
> getting following error.
>
> 22 Errors found.
>
> Error /index.mxml:2
> Unknown attribute 'layout' on mx.core.Application
>
>
>
>
> Error /index.mxml:3
> Don't know how to parse element
> "http://www.adobe.com/2006/mxml:Style";. It is not a
> known type or a property of mx.core.Application.
>
>
>
> I've configured name space in my flex-config.xml in
> the following way
>
>        <namespaces>
>            <namespace
> uri="http://www.adobe.com/2006/mxml";>
>
> <manifest>/WEB-INF/flex/mxml-manifest.xml</manifest>
>            </namespace>
>            <namespace
> uri="http://www.macromedia.com/2003/mxml";>
>
> <manifest>/WEB-INF/flex/mxml-manifest.xml</manifest>
>            </namespace>
>        </namespaces>
> I've got Flex 1.5 jars(flex-bootstrap.jar). do i need
> to update any jars for flex 2.0? if so where can i get
> new jar files. I've installed flex2.0 builder on my
> system. I'll be thankful for the help on this. Thanks
> in advance.
>
> -silpa
>

> 


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to