9 Replies Last post: Mar 4, 2008 9:12 AM by Aemon Cannon  
Aaron Crawford   4 posts since
May 18, 2007
Currently Being Moderated

May 31, 2007 1:58 PM

Xiff 3 Beta - Requiring Flex???

Am i missing something or does the Beta require one to use FLEX?

 

The reason I ask this is it seems that the Roster class extends ArrayCollection which is not in the AS3 library but is part of the FLEX mx library.

 

Will someone please clarify this.

Doug McCall Bronze 17 posts since
Mar 26, 2007
Currently Being Moderated
Jun 1, 2007 8:34 AM in response to: Aaron Crawford
Re: Xiff 3 Beta - Requiring Flex???

ArrayCollection belongs to the mx.collections namespace.  I believe that you should be able to use any AS3 library from either Flex or the new Flash 9 as they were designed to work together (and will have even better support in upcoming releases).

 

oli Bronze 12 posts since
May 28, 2007
Currently Being Moderated
Jun 3, 2007 1:10 AM in response to: Aaron Crawford
Re: Xiff 3 Beta - Requiring Flex???

ArrayCollection ist not found by Flash CS3.

Aaron Belovsky   9 posts since
Jun 5, 2007
Currently Being Moderated
Jun 7, 2007 1:40 PM in response to: Aaron Crawford
Re: Xiff 3 Beta - Requiring Flex???

Even once I downloaded the Flex lib, creating a room using the beta didn''t work and gave me errors relating to the ArrayCollection class.  Help!

anthony Bronze 59 posts since
Mar 15, 2007
Currently Being Moderated
Feb 13, 2008 10:08 AM in response to: Aaron Belovsky
Re: Xiff 3 Beta - Requiring Flex???

 

This is an old thread, but still a problem more than 6 months later!?!  I'm trying to create a package using flexbuilder 3 and it is complaining it cant find mx.collections.ArrayCollection

 

 

Has anyone got a fix for this?

 

 

Aemon Cannon Bronze 8 posts since
Feb 27, 2008
Currently Being Moderated
Feb 27, 2008 2:53 PM in response to: anthony
Re: Xiff 3 Beta - Requiring Flex???

Um... download the flex 3 SDK ?

David Smith KeyContributor 187 posts since
Jan 11, 2007
Currently Being Moderated
Feb 27, 2008 9:47 PM in response to: Aemon Cannon
Re: Xiff 3 Beta - Requiring Flex???

Yup; The changes I've made to XIFF over the last month or so only increase the use of Flex API. Flex is free and can be cached by flash player to avoid eating up download bandwidth, so I don't really see that this is a problem.

gepatto Bronze 23 posts since
Apr 13, 2005
Currently Being Moderated
Mar 4, 2008 2:40 AM in response to: David Smith
Re: Xiff 3 Beta - Requiring Flex???

 

As both a Flex an AS3 developer, I think it's a pitty that Xiff is becoming Flex-Only.

I have done several projects with the AS2 version of Xiff that involved extending the XMPP classes

to accomodate remote sensor readings. These apps had a lot of custom UI elements that were built on a custom framework

and  can't be to ported to Flex.  So for me it means, no as3 version unless I modify Xiff.

 

 

regards

Gepatto

 

 

Aemon Cannon Bronze 8 posts since
Feb 27, 2008
Currently Being Moderated
Mar 4, 2008 9:12 AM in response to: gepatto
Re: Xiff 3 Beta - Requiring Flex???

 

There's nothing stopping a pure AS3 project from using the Flex APIs (Flex and AS3 are not mutually exclusive technologies). You are not forced to use mxml or flex components just because you import from the mx namespace.

 

 

 

 

Well, not in principle:  http://www.igniterealtime.org/community/message/166162

 

 

 

 

 

 

 

 

 

More Like This

  • Retrieving data ...