Last updated on July 30, 2015

Creating Web or External Content

Introduction

The Library gives users the flexibility to add externally referenced media files, inline HTML webpages, or externally referenced HTML pages. External content is not stored (preserved) in Appspace but rather just the URL to the content is stored and downloaded by the media players.

The two ways to create web content are as direct inline HTML or as an URL to an external HTML page. It should be noted that for inline HTML, it is highly recommended that CSS definitions and scripting be included in the content and not externally referenced.

It is important when designing the web content to take into account the capabilities of the target media player device. An example of good practice is to avoid using web content that has Flash elements embedded or dependencies on proprietary web plugins. The preferred and recommended method is to use simple HTML markup for web content in your applications.

This article provides the instructions to create web or external content within the Library extension.

Creating External Content

  1. From the Library, select the folder you wish to add external content to. Click the + button to add a new item and select Add External Content.

  2. Fill in the title and description of the content. You can also choose to tag your content to help you search for it later.

  3. Select the Edit sub-tab, then select a media type from the Type drop-down. Choose a media type that best matches the content you are referencing. Enter the full Fully Qualified Domain Name (FQDN) to the external content in the URL field. Click APPLY when finished.

Creating Web Content

  1. From the Library extension, select the folder you want to add the web content to. Click the plus + icon in the main content listings area and click Add Web Page.

  2. Fill in the title and description of the content. You can also choose to tag your content to help you search for it later.

  3. Select the Edit sub-tab and select the type of web content from the Type drop-down menu. For live website, select Website from the menu and enter the URL in the text box provided or if you are using your own HTML snippet, select HTML Snippet from the menu and enter the HTML code in the corresponding text field. Click APPLY when finished.