No class registered for interface 'mx.resources::IResourceManager'.

44 views
Skip to first unread message

Immanuel

unread,
Apr 1, 2008, 8:07:11 AM4/1/08
to ActionScript 3 Syndication Library
Hi,

I'm trying to use the as3syndicationlib for the first time but without
success. I've included both as3syndicationlib and corelib source dir,
and then I load the xml and then I call this code:

private function completeHandler(event:Event):void
{

var loader:URLLoader=URLLoader(event.target);
var result:XML=new XML(loader.data);

var feed:IFeed = FeedFactory.getFeedByXML(result);

trace(IItem(feed.items[0]).date);

}

But this is the trace output on my console:

Error: Unable to parse the string [Tue, 01 Apr 2008 11:02:04 GMT] into
a date. The internal error was: Error: No class registered for
interface 'mx.resources::IResourceManager'.
at com.adobe.utils::DateUtil$/parseRFC822()[c:\sources\actionscript
\test_newsfeed_library\com\adobe\utils\DateUtil.as:460]

Other fields (like title, id...) works fine. The error is thrown only
with the date.

Please, any help is appreciated!

Mike Chambers

unread,
Apr 9, 2008, 2:43:32 PM4/9/08
to as3syndi...@googlegroups.com
Are you using Flex or Flash CS3?

mike chambers

me...@adobe.com

Immanuel

unread,
Apr 18, 2008, 10:52:01 AM4/18/08
to ActionScript 3 Syndication Library
I'm using Flex 3.

On 9 Apr, 20:43, Mike Chambers <mcham...@adobe.com> wrote:
> Are you using Flex or Flash CS3?
>
> mike chambers
>
> m...@adobe.com
> > Please, any help is appreciated!- Nascondi testo tra virgolette -
>
> - Mostra testo tra virgolette -
Reply all
Reply to author
Forward
0 new messages