Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Prezi HOTSHOT

You're reading from   Prezi HOTSHOT Create amazing Prezi presentations through 10 exciting Prezi projects.

Arrow left icon
Product type Paperback
Published in Apr 2014
Publisher
ISBN-13 9781849699778
Length 264 pages
Edition Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
HLCN Van Groenendaal HLCN Van Groenendaal
Author Profile Icon HLCN Van Groenendaal
HLCN Van Groenendaal
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Prezi HOTSHOT
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
The Fastest Way to Go from an Idea to a Prezi FREE CHAPTER Present Yourself with a Prezumé I Want to Use Prezi for My Lessons Designing a Serious Corporate Presentation Presenting in the PechaKucha Style Presenting Boring Stuff in a Better Way I Really Like Those Hand-drawn Prezis Let's Animate Your Prezi More Interactivity with the Prezi Player API Creating an Award-winning Prezi Index

Making it work


We embedded a prezi and created a menu. Now, let these two communicate with each other.

In the documentation of the Prezi Player API, there's a full API reference with all the functions you can use. To give you an idea, some functions with a short explanation are given here. This is not the full list.

  • .getStepCount(): This returns the number of the steps of the prezi

  • .getCurrentStep(): This returns the actual step number

  • .getTitle(): This returns the title of the prezi

  • .flyToPreviousStep(): This moves the prezi to the previous step

  • .flyToNextStep(): This moves the prezi to the next step

  • .flyToStep(number): This moves the prezi to the number you provide

  • .play(milliseconds): This starts autoplaying the prezi

  • .pause(milliseconds): This is same as .play(), but pauses if prezi is already playing and starts autoplaying if not playing

  • .stop(): This stops autoplaying the prezi

Prepare for lift off

It is important to know that developers start counting with 0.

Engage thrusters

For our project...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime