# Opening a powerpoint presentation

**URL:** https://forum.kirupa.com/t/opening-a-powerpoint-presentation/227634
**Category:** Uncategorized
**Created:** [May 31, 2007, 9:48pm UTC](https://forum.kirupa.com/t/opening-a-powerpoint-presentation/227634 "2007-05-31T21:48:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![sivant](https://avatars.discourse-cdn.com/v4/letter/s/cc9497/32.png) [@sivant](https://forum.kirupa.com/u/sivant)
#### Post date: [May 31, 2007, 9:48pm UTC](https://forum.kirupa.com/t/opening-a-powerpoint-presentation/227634/1 "2007-05-31T21:48:09Z")

</div>

:puzzled: hi  
Does any body know how I can make a powerpoint presentation to open on the user side? the powerpoint is on the server and it should be pps and not ppt (a closed file)  
this is what i did now:

```auto

on (release) {
 getURL("Presentations.ppt");
}

```

it opens a window for **save** or\*\* open,\*\* the open doesnt do anything and the save downloades it on the users computer. but this is an open file and a closed file which ends pps doesnt do anything

???
