I've recently finished animations that act as playlists for my news app, but Ive been wondering If I should get someone to code xml playlists instead. There are eight playlists, and each with its own specfic feed. For now we are just working with text, but eventually plan on moving to video reports.
Would it be easier to just write out the texts, and copy and paste them into the flash document? Or should I create a cusomt playlist that gets it directly from a feed?
If the content of these feeds is going to change over time, then you probably want to keep this content as a separate file and let Flash import and display it. Its relatively trivial to update an xml or text file when the content changes. Its a lot more work to edit the Flash movie to include this new content and then create the new .swf and upload that .swf to your server.
While it's easier to edit XML, you get easily get into multi-lingual issues quickly. Flash and embedded fonts has always been a huge issue, even to this day.
If you dynamically read content from XML and create the TextFields to display the content you'll either need to embed the font or use the users own fonts (device fonts). If you have any feeds with exotic symbols (greet beta, alpha, you get the idea) you need to be sure your embedded font supports it or characters won't show up. Using device fonts will default a user to system fonts but in some cases aren't antialiased, look poor and often the OS chooses a basic font which can look ugly.
By doing your text in flash and keeping it static you're avoiding all these issues. It's something to consider.
If you ever need to embed a large character set like Japanese, Cryllic, Korean or (oh man) Traditional or Simplfied Chinese then you either need to use ugly device fonts or offer a font preloader because they're 20,000+ glyphs and can easily be 10-20MB just to download the font.
I to a ton of localization and it's a constant plague.
North America
Europe, Middle East and Africa
Asia Pacific