on 12/6/06 9:03 AM, Mike Woodworth wrote: >> http://www.apple.com/quicktime/player/specs.html > > thanks erick, that does help. now i just need to cross reference > this with a list of type codes/extensions.
Mike, here's some QT-supported file extensions and their related Mac creator codes that I already use in my own apps, so hopefully this helps save you some time (see list below). Regards, Dave Wooldridge Electric Butterfly http://www.ebutterfly.com --------------------------------- MacType = "GIFf" Extension = ".gif" MacType = "PICT" Extension = ".pict" Extension = ".pct" MacType = "JPEG" Extension = ".jpeg" Extension = ".jpg" MacType = "TIFF" Extension = ".tif" MacType = "8BPS" Extension = ".psd" MacType = "PNGf" Extension = ".png" MacType = ".BMP" Extension = ".bmp" MacType = "TPIC" Extension = ".tga" MacType = "M4A " Extension = ".m4a" MacType = "M4P " Extension = ".m4p" MacType = "M4B " Extension = ".m4b" MacType = "MPG3" Extension = ".mp3" MacType = "MPG2" Extension = ".mp2" MacType = "AIFF" Extension = ".aif" MacType = "WAVE" Extension = ".wav" MacType = "Midi" Extension = ".mid" MacType = "mpg4" Extension = ".mp4" MacType = "M4V " Extension = ".m4v" MacType = "MooV" Extension = ".mov" MacType = "VfW " Extension = ".avi" MacType = "SWFL" Extension = ".swf" MacType = "MPEG" Extension = ".mpeg" Extension = ".mpg" --------------------------------- _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
