adityab / Awwation

Prezi clone in HTML5, Js, and SVG. Can use different animation backends, for example impress.js. [I NO LONGER OWN AWWATION.COM]
MIT License
245 stars 46 forks source link

Fix saving #4

Closed adityab closed 12 years ago

adityab commented 12 years ago

Client-side saving does not work in Firefox, Opera, or IE at the moment.

codedread commented 12 years ago

Is there any way you can open a new tab with the SVG+JS embedded so people can preview their work?

adityab commented 12 years ago

I've tried it, see this commit - but:
Chrome: Presentation opens in a new tab and plays fine, but the Save As... menu item is greyed out. Firefox: Presentation opens in a new tab, but the JavaScript cannot be executed.

I might have missed another way though, if you have any ideas, let me know!

adityab commented 12 years ago

Fixed this by using Downloadify, a tiny flash solution. Not ideal, but the only way for now. Saving works on all major browsers.