| BrowseAmp manual |
| back |
| 2.2 HTML tags |
| BrowseAmp -> creating skins -> HTML tags |
|
Tagname syntax Some hints how to use the tags If a parameter contains blanks you need some " " Attention: Use < and > instead of < or >. If you don't replace the "<>" you could get access violations! The < or > is replaced with < or > by the parser so you get the correct character for your HTML output. Tagname is NOT case sensitive. <#date> or <#DaTe> will do the same. Example 1 Will be replaced with <img src='gfx/stereo.gif'> if the track has 2 channels. Example 2 Does the same! I think you got the point. |
|||
| adding a file at the tag position | |||
If you want to use some code snippets in more than one skin/page you can save this piece of code in a separate file and include it wherever you want. The given file is inserted and parsed at the current position. Parameter Example |
|||
| URL encode a tag | |||
Most XML parser really hate special characters. So you can URL-encode
every tag. Just add this parameter to the html-tag. Examples does always the same ;-) |
|||
| encode result to UFT-8 | |||
Some XML parsers are not even satisfied with the urlencoded strings (especially the Flash XML component). So I added a new modifier you can use to encode the result to UTF-8. Just add this parameter to the html-tag. Read more. Examples |
|||
| limit tag output | |||
To prevent long strings to scramble you layout you have the option to set the length of a tag. All chars after maxlength are cut off. Examples |
|||
continue with global player values
last change:
2008-04-13
, Henry Thasler
www.browseamp.com