Some compile Errors if XIFF is loaded into an AIR-Application

I get these Compile Errors

1046: Type was not found or was not a compile-time constant: Roster.

1046: Type was not found or was not a compile-time constant: RosterEvent.

1046: Type was not found or was not a compile-time constant: PrivateDataManager.

1046: Type was not found or was not a compile-time constant: BookmarkManager.

1046: Type was not found or was not a compile-time constant: InviteListener.

if I try to instantiate

var connectionManager:ConnectionManager = SparkManager.connectionManager;

XIFF-Version 3.0.0 Beta1 08.April 2008

any advice how I could solve that?

thanks,

sebastian

okay the import does work now, XIFF was not in the correct classpath.

Now this is solved but still I cannot compile cause of:

1046: Type was not found or was not a compile-time constant: FaultEvent. (com.jivesoftware.spark.managers.SiparkManager.as Line 590)

1046: Type was not found or was not a compile-time constant: ResultEvent. (com.jivesoftware.spark.managers.SiparkManager.as Line 595)

Both classes refer to the import in the Class:

import mx.rpc.events.FaultEvent;
import mx.rpc.events.ResultEvent;

I think these errors are all still bound to the fact that you need to link the Flex3-Classes into the Compiler, even if you compile an AIR application in the Flash IDE. Somebody can verify that?

I try to build the AIR application using the native Flash IDE (CS3) on OSx

thanks,

sebastian