Flash RSS Reader Pg.13
source: http://www.thegoldenmean.com
13 — Conclusion
In the preceding pages we have examined three alternatives for extracting information we are interested in from RSS documents, and presenting that information in a Flash movie. Which way is best? I leave that to you to decide for yourself. Personally, I think the first version (recursive with arrays) is the easiest to understand. I think the third (XPath) is the easiest to implement. I think the middle one (recursive without arrays) is the fastest. You can decide which you want to go with. I hope you found this tutorial helpful, and I can’t wait to see what variations you come up with!
Here is one last opportunity to download the project files. Remember - the download includes working examples of all three approaches. And also remember that because of the PHP proxy script these probably won’t work until you upload them to a web server.
Inspiration:
I offer you two examples of RSS readers that proved inspirational to me as I was starting this project. You might enjoy seeing how others have developed the idea of a ’blog reader:
Resources
Here is a re-cap of the web pages that were referenced in the preceding pages of this tutorial:
- RSS
- PHP
-
Flash
-
Security Sandbox
- Moock: cross domain security files
- Macromedia Flash Technote: "External data not accessible outside a Macromedia Flash movie's domain"
- Devnet: Choosing Between XML, Web Services, and Remoting for Rich Internet Applications (Steven Webster)
- Macromedia Flash Technote: "Macromedia Flash Security Sandbox"
- Recursive Technique
- Understanding XML in Flash
- Specialized XML techniques
-
Delegate Class
- Senocular - an extemely lucid explaination
- Darron Schall
- Mike Chambers - quite technical
- Customizing Components
-
Security Sandbox
- XPath
- Misc.
--top--