2

I want to add an mp3 soundtrack to an already open keynote presentation using applescript. The soundtrack should start on the first slide, and loop as long as the presentation is running.

Thanks in advance for the help.

Note: A similar question was asked 6-7 years ago, which had more parts to it. Keynote has gone through significant updates since then, and I am only interested in ability to add the soundtrack.

Shambho
  • 3,250
  • 1
  • 24
  • 37

1 Answers1

1

No need for any AppleScript.

  • Open up your slideshow
  • Select "Document" (Top right corner of the keynote)
  • Drop your soundtrack in
  • Select "Loop"

ref

James
  • 2,742
  • 1
  • 20
  • 43
  • Thanks for the info, but I am very well aware of this option. I indeed want to be able to do this through applescript – Shambho Mar 10 '18 at 00:16