I am trying to use either automator or applescript to do two things.
- add an mp3 to an open keynote presentation (to the entire presentation and not a single slide)
- upload the resulting keynote presentation to youtube.
If I use the add file command, as below it doesn't seem to work, although if i replace slideshow with slide 1, then it adds it to slide 1 only.
Thanks very much.
tell application "Keynote"
tell slideshow 1
add file slideshow 1 path theFile
end tell
end tell