Changeset 1481 for trunk/fl5/doc/publishers/options.rst
- Timestamp:
- 12/08/10 18:55:07 (2 years ago)
- File:
-
- 1 edited
-
trunk/fl5/doc/publishers/options.rst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fl5/doc/publishers/options.rst
r1238 r1481 83 83 Technically, any playlist item property is also available as an option. In practice though, the properties *author*, *date*, *description*, *link*, *tags* and *title* are not used anywhere if a single media file is loaded. 84 84 85 85 .. describe:: netstreambasepath ( undefined ) 86 87 The netstreambasepath should be set to a string reprenting a URL. Introduced in JW Player 5.4, this configuration parameter directs the **video** and **http** media providers to request video files relative to the specified netstreambasepath rather than relative to the player SWF (see below). This will likely cause issues for publishers using the JW Embedder with relative file paths. 88 89 .. note:: 90 91 This does not affect any other URLs (such as skins, playlists, or plugins), but relative URLs contained within a playlist will be calculated relative to this path. 92 93 .. note:: 94 95 The netstreambasepath configuration option exists as a workaround for a technical limitation in Flash. All video in Flash must be loaded using Adobe's NetStream class. For historical reason, relative file paths passed into the NetStream are always resolved relative to the SWF making the request. 96 97 The JW Player uses the NetStream class to load media for the **video** and **http** media providers. With the introduction of the HTML5 player, it became impossible to consistently reference a video file via a relative path, as in Flash mode would load it relative to the player SWF, while in HTML5 mode it would load relative to the current page. The netstreambasepath is a workaround that allow for a consistent referencing by specifing the original path from which relative URLs should be resolved. 86 98 87 99 .. _options-layout:
Note: See TracChangeset
for help on using the changeset viewer.
