Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this example, we will maintain the player’s default Player Config Setup and manually copy an autorun.zip file to the player’s storage device. The autorun.zip file will install the Player App.

...

While not required, autorun.zip files often can also include the presentation/content (e.g., an HTML file and associated media files that the player will display) that the autorun.brs file invokes because then everything the player needs is contained in a single package for delivery. We will utilize this approach in this example, and we will use an HTML file as our sample presentation.

...

  • autorun.brs (this is the script shown in the previous section; recall that this file instructs the player to render index.html)

  • autozip.brs (this is the script shown in the previous section which instructs the player to unzip the autorun.zip file)

  • index.html (this is our HTML presentation)

  • snowy_river.mp4 (this is a sample video that is displayed by the HTML presentation)

...