Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: Making an mp3 playlist
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Making an mp3 playlist



So I think that the m3u thing is a _GREAT_ idea as it is much simpler and more cross-platform. However, while my tests show that it works when one opens the m3u file from the local filesystem, it doesnt work when quicktime is embedded in a webpage using the <EMBED> tag.

Is this normal that the plug-in doesnt support functions that the standalone app supports? And if so, why this? Supporting an m3u is really trivial given that it is nothing more than a group of URLs and the embedded player seems to have no trouble with a URL that contains just one mp3 file.

Thoughts?

Antonio

-|Eric Smith <email@hidden> wrote on Tue Jul 10 12:10:55 EDT 2001:

At 10:26 PM -0400 7/9/01, Antonio Rodriguez wrote:
>Now I gather that the .mov file format can act like a wrapper around
>different media types that are all accesible via URL. So say Ive got:
>
>http://myhost.com/song1.mp3
>-and-
>http://myhost.com/song2.mp3
>
>where in the API can I create a .mov file that contains both song1 and song2?
>
>Does this make sense?

For each of the MP3 files you could create a Movie object using
Movie.fromDataRef(), and then insert those Movies into a master Movie
using Movie.insertSegment().

However, if all you want to do is to create a play-list, the easiest
way to do that is to create a text file listing all files in order
and give the text file an extension of ".m3u". QuickTime recognises
this as an MP3 play-list, and does what you want.

Good luck,

Eric Smith
Tarkvara Design Inc.




Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.