I’m working on a personal project for the iPhone. Specifically, I’d like to make an ajaxed index of all my music organized by artist. It’s a spare time project, and I don’t have much of that right now, but it’s coming along well. I started out by making an HTML index of a directory of directories with perl (you can find that here).
Since I don’t really know any javascript I’m relying on iUI to handle most of that for me.
Now I’m looking for a way to embed an mp3 on a page, but I can’t find anything iPhone or mp3 specific and searching Google brings up broken links. This is really more of a bookmark for me, but I plan on trying Apple’s generic instructions for movies with an mp3. You can find the embed tags for quicktime here. Alternatively, Apple’s devcenter does have iPhone specific material, but nothing mp3 specific (login required).
Post a Comment