Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

Rise Vision is presentation software for digital signage.

Making a Presentation

  1. Go to http://apps.risevision.com and log in.
  2. Click Add Presentation + 
  3. Choose a template.  If you're going to import a Google Slides Presentation, choose Blank (refer to section below).
  4. Name it something descriptive, then click Apply.
  5. When done editing, click Save.  The presentation should now be published.  If it is not, hit Publish.

Using a Google Slide Presentation

  1. Open the Google Slides Presentation you'd like to use
  2. Click File > Publish To Web... > Embed
  3. Make sure the settings look like this (you can change the Auto-advance slide time to whatever you'd like, within reason)
  4. Click Publish.
  5. In a new tab, follow steps 1 - 3 from above.
  6. Click View HTML </>

  7. Replace everything in the editor with this:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    	<head>
    		<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    		<title></title>
    	</head>
    
    	<body style="width:1920px;height:1080px; margin: 0; overflow: hidden;" ></body>
      	<center>
        	THIS IS THE PART YOU PUT THE GOOGLE SLIDES LINK  
      	</center>
    
    <!-- Warning - Editing the Presentation Data Object incorrectly may result in the Presentation not functioning correctly -->
    	<script language="javascript">
    	<!--
    	var presentationData = {
    	"presentationData": {
    		"id": "261b03a9-fee7-4c7a-a9bd-25b560b0d283",
    		"hidePointer": true,
    		"donePlaceholder": "",
    		"placeholders": []
    	}
    };
    	//-->
    	</script>
    <!-- No scripts after this point -->
    </html>
  8. Go back to the Google Slides presentation and copy the contents of the entire box.
  9. Now go back to the Rise Vision tab and completely replace "THIS IS THE PART YOU PUT THE GOOGLE SLIDES LINK" with the copied Google Slides Link.


     |
    V

  10. Click Save. The presentation should now be published.  If it is not, hit Publish.

Making Schedules

  1. Go to http://apps.risevision.com and log in.
  2. Click Add Schedule +

  3. Give it a useful name.
  4. Click Select Display(s)

  5. Click the displays you want and hit Apply.
  6. Click Add Playlist Item.

  7. Select Presentation and pick the presentation you'd like.
    1. NOTE: if you add a presentation via URL, you'll want to add  /embed?start=true&loop=true&delayms=10000   to the end of the url (in place of /edit) in order to get the slideshow playing automatically and advancing on its own. This sets it at 10 seconds per slide, but can be adjusted by changing 10,000 to a different number. A thousand equals 1 second, etc.
  8. Click Add
  9. Click Save


  • No labels