This remarkable player can be used with either within Drupal CMS, or as a stand alone player. To view full documentation on how to implement this player in your site, please visit our Online Documentation section. Here you will find tutorials, feature usage, and how-to guides on using this player. If you have any questions that are not answered in this documentation, you are also welcome to post a topic in our Dash Player Forums, or you may contact us using our contact form.
Version | 1.3.4 |
Author | Travis Tidwell |
Copyright 2008 | TMT Digital LLC |
1 | Added support for live streaming feeds. |
1 | Added the ability to use both "node" and "playlist" together. |
1 | Fixed some voting issues. |
1 | Streamlined the file handling for better performance. |
The License for this player is the Creative Commons License. Although, you are free to use this player as you wish, you must Purchase a License if you wish to remove the Dash Player logo.
<div style="text-align:center;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="640" height="420" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
<param name="movie" value="dashPlayer.swf" />
<param name="wmode" value="window" />
<param name="allowfullscreen" value="true" />
<param name="FlashVars" value="file=http://images.apple.com/movies/us/hd_gallery/gl1800/nasa_shuttle-r_m720p.mov" />
<param name="quality" value="high" />
<embed allowScriptAccess="always" src="dashPlayer.swf" width="640" height="420" border="0" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="window" allowfullscreen="true" quality="high" flashvars="file=http://images.apple.com/movies/us/hd_gallery/gl1800/nasa_shuttle-r_m720p.mov" />
</object>
</div>
Item | Type | Description |
---|---|---|
dashPlayer.swf | file | This is the actual "player". Anywhere the term "player" is referenced, we are referring to this file. |
index.php | file | A sample file on how to integrate the Dash Media Player in PHP. For more information, see Using Dash Media Player in PHP. |
dash.php | file | The Dash Media Player interface file that defines the dashplayer_get_player API for PHP use. For more information, see Using Dash Media Player in PHP. |
getplaylist.php | file | The library that governs the playlist generation and retreival. For more information, see Using Dash Media Player in PHP. |
dashphp.html | file | Documentation for using the Dash Media Player in PHP. |
sample.html | file | This is a sample HTML file on how you can embed the Dash Player in your website (without Drupal). |
flashvars.html | file | This is a document which will show you all the available flashvars that the Dash Player accepts. |
playlists | directory | A directory that contains all the playlists if you wish to use the Dash Media Player without CMS support. For more information, see Using Dash Media Player in PHP. |
cache | directory | Holds all cached generated playlists. For more information, see Using Dash Media Player in PHP. |
config | directory | A directory that contains all configuration XML files to configure the player. The default configuration file is called dashconfig.xml. Please read the help file in that directory for more assistance. |
drupal | directory | This directory contains the required Drupal Dash Player module required to integrate the Dash Player to your Drupal System. You should find a Drupal 5 & 6 version in this directory. Please read the help file in that directory for more assistance. |
skins | directory | This is the directory to contain all the skins for your player. Each skin is labeled based on a directory name. Please read the help file in that directory for more assistance. |
Again, thank you for choosing the Dash Player!
Travis Tidwell
Owner and Lead Developer
TMT Digital LLC