3

I want to create an interactive thumbnail for file type, like the ones that comes with Mac OS X for audio files or PDFs.

I know this is possible but does it involve an undocumented private API?

Tyilo
  • 28,998
  • 40
  • 113
  • 198

2 Answers2

2

There is indeed no public API for that.

Julien
  • 3,427
  • 20
  • 22
0

The only "supported" way to make an interactive QuickLook plug-in is to make an HTML page. Note that you can't use browser plug-ins (like Flash), nor can you pull data from the internet.

MaddTheSane
  • 2,981
  • 24
  • 27