Admira Docs
English
English
  • Welcome to Admira
  • BASIC KNOWLEDGE
    • Introduction
    • Online management portal
    • Quick videoguides
      • Upload content
      • Check screen status
      • Blocks
      • Templates
      • New user
    • Basic concepts
    • Content scheduling
  • Admira Player Installation
    • Windows 10
      • Installing the Admira Player
      • BIOS Setup
      • Windows operating system settings
      • Windows settings
      • Windows Firewall
      • Windows Update
      • Recommended external applications
        • Remote access
        • Scheduled shutdown
        • Unnecessary applications
    • Apple
      • MacOS
      • iOS
    • Linux
      • Debian / Raspberry Pi OS
      • Ubuntu
    • Philips
    • LG
      • LG WebOs 6
      • LG WebOs 4
      • LG WebOS 3
      • LG WebOS 2
    • Samsung
      • Samsung SSSP 4-6 (Tizen)
      • Samsung SSSP 2-3
    • Android
    • Chrome OS
  • CONTENTS
    • Content creation good practices
    • Compatible formats and technical requirements
    • Upload content
    • Content management
    • Deleted Content
    • Fastcontent
    • Smartcontent
    • HTML content
      • File structure
      • Good Practices
      • Admira API HTML5 content
      • File nomenclature
      • Basic HTML structure for template
      • URL contents
    • Interactive content
  • Production
    • Playlists
    • Playlist with criteria
    • Blocks
    • Categories
    • Criteria
    • Ratios
    • Templates
  • Deployment
    • Inventory
    • Schedules
    • Incidences
    • Multiplayer mode
    • Conditional assignment
  • Management
    • Administration
    • Live
    • Users
    • Connectivity
    • Stats
      • Stats by content
      • Stats by player
      • Statistics by campaign
      • FAQs
    • Log
      • Status log
      • Downloads log
      • Screens log
    • Roles
    • Reporting
      • Report Types
      • Project Templates
      • Filter
      • Permissions on Reports
      • Grouped campaign reports
      • Tutorial: Procedure to create and generate reports
      • FAQ
  • Advertising
    • Campaigns
    • Calendar
    • Ocuppation
  • Additional Information
    • Network requirements
  • Admira Suite
    • Admira Helpdesk
Powered by GitBook
On this page

Was this helpful?

  1. CONTENTS
  2. HTML content

File structure

The current file structure for playback over HTML5 player limits the use of subfolders. Any files needed for the HTML content must remain in the same folder as this, including css, js, png, jpg, mp4, ogg, etc.

That is, the structure would be:

  • main_12345.html

  • script_12345.js

  • image_12345.png

  • style_12345.css

  • ….

By not being able to use subfolders, the correct naming of files is essential, with each content being a unique file with its associates that are also unique. The example uses “12345” to uniquely identify the content.

Important

File names of attached scripts cannot contain the period sign (“.”). That is, names like "socket.io.js" are not accepted, but it must be uploaded renamed as "socket_io.js"

PreviousHTML contentNextGood Practices

Last updated 2 years ago

Was this helpful?