Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5979561
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T21:40:36+00:00 2026-05-22T21:40:36+00:00

Am trying to parse the RSS feed from www.ted.com/talks/rss, I can access all normal

  • 0

Am trying to parse the RSS feed from http://www.ted.com/talks/rss, I can access all normal tags using E4X but I have no idea how one parses the tags!

For example the

This is my code and I can traverse easily but I want to pull the media:content tags.

    private function init(e:Event = null):void 
    {
        removeEventListener(Event.ADDED_TO_STAGE, init);
        // entry point

        var _loader:URLLoader = new URLLoader();
        var _request:URLRequest = new URLRequest("http://www.ted.com/talks/rss");
        _loader.addEventListener(ProgressEvent.PROGRESS, onProgress);
        _loader.addEventListener(IOErrorEvent.IO_ERROR, IOErrorHandler);
        _loader.addEventListener(Event.COMPLETE, onLoadComplete);
        _loader.load(_request);
    }

    private function onLoadComplete(e:Event):void 
    {
        var _rssXML:XMLList =  new XMLList(e.target.data);

        for (var i:int = 0; i < 50; i++ ) 
        {
            //trace(_rssXML.channel.item.link[i]);
            trace(_rssXML.channel.item[i]);
        }
    }

Any help would be appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T21:40:36+00:00Added an answer on May 22, 2026 at 9:40 pm

    Sounds like your using MRSS specifications. You want to look into QName to access qualifying namespaces

    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/QName.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to parse out lat/lon from a google maps rss feed: $file = http://maps.google.com/maps/ms?ie=UTF8&hl=en&vps=1&jsv=327b&msa=0&output=georss&msid=217909142388190116501.000473ca1b7eb5750ebfe;
I am trying to parse JSON in an Adobe Flex app, using http://www.mikechambers.com/blog/2006/03/28/tutorial-using-json-with-flex-2-and-actionscript-3/'>This Tutorial
Hay, i'm trying to parse an RSS feed from a wordpress blog. So far
I am trying to parse an RSS feed using Linq to XML like so:
I'm trying to parse a rss feed. I can get the elements out, but
Greetings, I am trying to parse live weather data from Weatherbug's RSS feed in
I'm trying to parse an RSS feed using LINQ to Xml This is the
i am trying to parse usernames on a twitter rss feed using simplexml in
I'm trying to parse an rss feed. I can parse the BBC's feed ok.
I'm trying to parse the xml of an rss feed (StackOverflow's funnily enough), and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.