Windows Media Player 11 SDK Comments
Previous | Next |
Comments
Add comments to metafiles by following Extensible Markup Language (XML) syntax. Comments begin with "<!--" and end with "-->".
Syntax
<!-- Enter your comment text here. -->
Remarks
Comments can appear anywhere except within element content (between element open and close tags, < >). They are not part of the document's character data and are ignored when the metafile is parsed.
Example Code
<ASX version = "3.0"> <!-- This information is only visible when editing a metafile file. --> <!--<BANNER HREF="c:\wmsdk\wmssdk\samples\dhtml\asfbutton3.gif"> </BANNER>--> <ENTRY> <REF HREF = "mms://proseware.com/pubpt/filename.asf" /> </ENTRY> <ENTRY> <TITLE>WMA Port na Pucai</TITLE> <!--<DURATION VALUE="00:00:15"/>--> <REF href="c:\asfroot\Port na Pucai.wma"/> </ENTRY></ASX>
See Also
Previous | Next |