Questions tagged [prezi]

Prezi is a web-based presentation application and storytelling tool that uses a single canvas instead of traditional slides. The canvas allows users to create non-linear presentations, where users can zoom in and out of a visual map.

Prezi is a web-based presentation application and storytelling tool that uses a single canvas instead of traditional slides. The canvas allows users to create non-linear presentations, where users can zoom in and out of a visual map. The presentation can be developed in a browser window, then downloaded so that an Internet connection is not needed when showing the presentation.

More info at http://prezi.com/about/

25 questions
20
votes
4 answers

What is the best presentation tool for technical stuff?

While recently exploring prezi I realized there have to be better tools than PowerPoint for presenting something, especially technical stuff. What differentiates technical stuff from other stuff in my opinion is the support of these features: be…
Ice09
  • 8,164
  • 4
  • 20
  • 24
16
votes
6 answers

Prezi HTML5 Editor via impress.js

I recently known that impress.js has been created as a HTML5 version of Prezi. This helps us to move away from the proprietary Flash technology, and instead use an open web standard that will become universal to all platforms. However, it is…
auroranil
  • 2,371
  • 6
  • 20
  • 34
15
votes
5 answers

HTML 5 / Javascript flowchart tools / prezi style?

Does anyone know if there is sort of an open-source Prezi tool that works with HTML5 / javascript? I'm looking for a way to set up a flow-chart diagram and then have the browser window focus on different parts of it. Rotation and cool effects not…
cwd
  • 47,510
  • 50
  • 154
  • 194
4
votes
3 answers

Tile scrolling / preloading (Google Maps style) of HTML layers with Ajax

I am looking to replicate the panning (not necessarily the zooming) effect of the Google Maps API, but without the images. Essentially, I want to position HTML elements in a large coordinate system and be able to navigate around them, Prezi style…
Jens Roland
  • 26,677
  • 14
  • 78
  • 102
3
votes
6 answers

Prezi-like web interface. Flash or HTML5?

I would like to write a web interface that resembles Prezi.com in its user experience. What would be the best technology for that purpose? Project requirements: Fast implementation (it is a demo) - I'd appreciate a rough estimate Large amounts of…
Xyand
  • 4,290
  • 3
  • 33
  • 59
3
votes
0 answers

How to create Infinite Canvas effect?

Infinite Canvas is a page/Form which has Infinite Size or is Very Large. To put it simply, the page doesn't end. Checkout Prezi or just Google search I am Trying to create an app which has infinite canvas to draw on/ Write.(Zoom in and Zoom out as…
2
votes
0 answers

Open Prezi inside the android app

Anybody knows how to open Prezi Presentation inside the android app or if anyone knows how to add given code in webView please tell me. What i have tried so for initializeWebView(); String html, path = "mkg9y_pl1cxd"; html = "
Mustanser Iqbal
  • 4,702
  • 3
  • 16
  • 33
2
votes
1 answer

Can I render a webkit page to HD video?

First I was wondering if it would be possible to make a good HD video from a prezi slideshow or something like impress.js. I've seen people trying to make screencasts from their browser page, but the quality is often sub optimal. (motion often not…
Batist
  • 163
  • 9
1
vote
3 answers

Can you use Adobe after effect to create the animation like the Prezi presentation?

By the 'Prezi-like animation' I mean that your canvas rotate/zoom/shift to the tiny little portion in a sequential manner. P.S.: The question is not limited to AE. Any animation sw would be relevant. Some suggest HTML5, but that targets web…
lukmac
  • 4,067
  • 8
  • 30
  • 34
1
vote
0 answers

HTML Embeded Prezi: autoplay on page load

I'm looking to embed a prezi on a website and have it autoplay at 4 seconds when the page is loaded without the user having to click the play button, then the cog wheel and then #seconds. The prezi iframe looks like this. ( this is not my prezi,…
nazyg
  • 11
  • 2
1
vote
0 answers

Blocked a prezi iframe. Protocols, domains, and ports must match.

I'm now on localhost, trying to embed a prezi presentation to my website. I get the following error message. How do I solve it? Blocked a frame with origin "http://prezi.com" from accessing a frame with origin "http://localhost". Protocols, domains,…
Shouse
  • 232
  • 5
  • 16
1
vote
1 answer

How to make @font-face work with IE9 "Medium-high" security settings

I work in a government network where the security settings are managed by IT. We are also restricted to using IE9 on all our machines. I develop web applications used in lesson content (we are a school) for students, so I try to make the pages look…
1
vote
1 answer

Set min and max width of Rectangle

How can I set a range in AS3 for value of (for example) width of my screen? What I mean is I have this piece of code: var myBounds:Rectangle=this.getBounds(stage); if ((myBounds.width>650)&&(visibleArea.intersects(myBounds))) { …
be well
  • 305
  • 2
  • 11
1
vote
2 answers

Linux program - reverse highlighted text

I want to develop a program that will run on the background of my Ubuntu 12.04 so when some text is selected in some textbox of any running program and some key-combination is pressed (like ctrl-F12), the text will be cut, reversed, and pasted in…
Oren
  • 2,647
  • 3
  • 22
  • 37
1
vote
6 answers

"Zoom", "pan" and "tilt" in HTML5 similar to a Prezi presentation

I want to make a landing page similar to a Prezi presentation, with automatic zoom tilt and pan features. Could you point me to something thing similar so that I can work on it?
Girish Koundinya
  • 143
  • 3
  • 12
1
2