You are looking at posts that were written on September 13, 2006.
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
| « Aug | Oct » | |||||
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
This is my first flash component, and i think i pulled it off rather well. This is a wrapper for an itunes library or playlist file, to be used in any flash project involving the file (god knows how many I have), such as music players or data organizers. To use, just install, insert into your timeline, and use the function “loadXML(url);” to load and parse the file. Data is output into the “ItunesArray” array, and contains everything that could possibly be needed for use: TrackId/Name/Artist/Composer/Album/Genre/Kind/Size/Time/DiscNumber/Dis cCount/TrackNumber/TrackCount/Year/DateModified/DateAdded/BitRate/Samp leRate/Comments/PlayCount/PlayDate/Compilation/TrackType/Location.
PS - The iTunes XML can be a relatively large file, so parsing could take longer than expected. Be Patient