A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: RSS Reader FLA

  1. #1
    flAsh and bones socreative.tv's Avatar
    Join Date
    Mar 2005
    Posts
    143

    RSS Reader FLA

    Does anyone know or have the FLA file for RSS reader ? want to check out how it's made

    found this! http://marshmallowpie.kicks-ass.net/...totypeNew.html
    looks very cool

    thanks
    Last edited by socreative.tv; 06-14-2006 at 01:14 PM.

  2. #2
    I can't see what that site is like...it's asking me for login. Either way it's simply a matter of referencing xml nodes within flash. You load the xml file from the server, and assign text boxes with the node values.
    The corners have eyes!!!

  3. #3
    flAsh and bones socreative.tv's Avatar
    Join Date
    Mar 2005
    Posts
    143
    test login is guest
    pass: guest

  4. #4
    Yeah...that's a pretty simple concept, but it takes a lot of planning and coding.

    You have to categorize your xml documents.
    In flash, you would load the list of master rss feed documents (i.e Sports, International, etc).
    That would be done with a "for" loop...or something along those lines. The feed xml documents would be loaded into movie clips that are called from the library.
    From then on you would load whatever information is in the selected rss document...using node references.
    The corners have eyes!!!

  5. #5
    flAsh and bones socreative.tv's Avatar
    Join Date
    Mar 2005
    Posts
    143
    I know how to work with XML a bit. I don't know the structure of the rss feed xml file though. Do you have a FLA file of working rss reader? I'm sure it's nothing complicated I just don't know where to start

  6. #6

  7. #7
    Besides that, RSS is just an xml file...so it's only a matter of how many childNodes you have to reference to get to the data you want.
    The corners have eyes!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center