```eval_rst .. _Example-Web-Player: ``` # Example Web Player The HoloSuite Web Player Example project contains an .html page with a minimal Three.js scene playing HoloStream content. Refer to the [Three.js](https://threejs.org/) (external link) and [HoloStream API](https://learn.arcturus.studio/docs/holostream/en/v2021.1/html/Holostream_API/api.html) documentation for details on individual functions and components. ## Overview ```eval_rst .. image:: assets/examplePlayer.png :width: 1200 ``` The HoloStream Web Player is configured to stream an example HoloStream clip to a simple scene containing an orbiting camera, depth fog, and shadows, in a player with support for seeking, play/pause, and audio controls. ### Location You can find this project under **_HoloStream-X/HoloStream-WebPlayer-Example-X_** ### Running the project To run the project, simply double click the **ExamplePlayer.html** file. This will launch the example page in your default browser. The HoloStream player will load and stream an example clip. You can use the playback controls to play, pause and seek through the active content. ## Example code explained This section will go over the example code used in **ExamplePlayer.html**. ### Reviewing the project source The Example Web Player is driven by css javascript code in the ExamplePlayer.html file. First, the .css styling specific to the demo page is imported, then the required files for HoloStream are imported: In the `
` section, the `