AAP Metadata Tags Dictionary
Introduction
Below is a small brief of the metadata tags to pass info to the player.
Details
| Name | Description | Necessity | Default |
| skins | the file to hold the skin of the app | optional | "" |
| mediaID | the name of the file to be played | mandatory |
| MGS | the url of the server the file is relaying | optional | "" |
| tp | the type of file to be played. Possible values: | optional | 1 |
And the way The way to embed the player to play something is the following without any flash detection:
<embed id="MediaGroundsPlayer" src="http://www.mediagrounds.net/mediaGplayer/MediaGroundsPlayer.swf?skins=http://www.mediagrounds.net/mediaGplayer/MediaGPlayerAssets.swf&bcolor=00ff00" style="width:600px;height:400px;bgcolor:#ff0000;" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash"> </embed>