```eval_rst .. _Example-Web-Player: ``` # Example Web Player You can download the latest Web Player Example project from the [Resources and Downloads](Web-Player-Resources) page. 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 [HoloSuite Player Web API](https://learn.arcturus.studio/docs/holostream/en/v4.0/html/Holostream_API/api.html) documentation for details on individual functions and components. ## Overview ```eval_rst .. image:: assets/examplePlayer.png :width: 768 ``` The HoloSuite 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. ### Running the project To run the example, simply extract and double click the **ExamplePlayer.html** file. This will launch the example page in your default browser. The HoloSuite 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 playing HoloStreams are imported: In the `` section, the `