Hi Sven, Did you extract the FlexForFlash.zip classes from the /extras folder, and include that on your classpath before exporting the SWC in MX2004? It looks like you might be picking up the MX2004 UIObject class, not the one needed by Flex. The documentation has fuller details on how to set the classpath.
Cheers, Ali -- Alistair McLeod Development Director iteration::two -----Original Message----- From: Sven Claar [mailto:[EMAIL PROTECTED] Sent: 29 March 2004 21:41 To: [email protected] Subject: [flexcoders] Problems with part "creating basic components" from the livedocs Hi, i want to recreate the example "Creating the Green Square" component. everythings fine in FLMX - IDE but when i compile the greentest.mxml i get this error? *************************** 1 Warning found. Warning A linked symbol is incompatible with a referenced version. The linked symbol WEB-INF\flex\frameworks\mx.swc:__Packages.mx.core.UIObject (modified 05.03.04 20:39, priority 2) is incompatible with getweather_rocks\greensquare.swc:__Packages.mx.core.UIObject (modified 03.09.03 03:54, priority 2) The symbol is incompatible because: property top is missing. property createAccessibilityImplementation is missing. property embedFonts is missing. property bottom is missing. property left is missing. property right is missing. function invalidateStyle has too many parameters. function doLater has too many parameters. function drawRect has too many parameters. The incompatible symbol is referenced by: getweather_rocks\greensquare.swc:__Packages.greensquare (modified 29.03.04 21:38, priority 2) **************************** Can anyone help? Thanks, Sven Yahoo! Groups Links

