html - View PPT files directly in an iframe (with Chrome Office Viewer?) -
so working on local web-based application. here facts:
- i using css page transitions found here: http://tympanus.net/development/pagetransitions/ due this, each "page" of application contained in it's own div in single file.
example:
<div class="pt-page pt-page-1"> <!-- page 1 content goes here ... --> </div> <div class="pt-page pt-page-2"> <!-- page 2 content goes here ... --> </div>
...etc
- the client wants able view powerpoint (.ppt) files directly on web browser. attempt quick , dirty solution, have installed chrome extension "chrome office viewer" https://chrome.google.com/webstore/detail/chrome-office-viewer-beta/gbkeegbaiigmenfmjfclcdgdpimamgkj?hl=en each machine(this application going isolated 4 machines using chrome application, usability isn't issue here)
- what want have happen link .ppt file in iframe in 1 of
<div>
pages seen above, when user clicks on link view powerpoint, page transitions , slides can viewed within iframe due chrome extension capabilitiy. - what happens application loads, page redirects browser original application page seperate page view .ppt file. done inside of
<iframe>
mentioned earlier instead of entire page redirect...
is possible or limited due construction of chrome extension itself? can have client save .ppt images , display within <div>
page, figured chrome extension quickest solution. ideas? in advance.
you can use google drive web publishing , embed documents iframes.
Comments
Post a Comment