creator wrote:The time is in sec in the xml. It is <runtime>sec</runtime>. 1hr 10 min = 4200 sec for it to display 1hr 10 min. I tried to take the runtime code out but it just displayed 0 for the run time. Does anybody know what I can do to not display zero run time. I don't want to display any runtime.
To not display the runtime, the
length attribute of your content-meta-data structure needs to be invalid. If I recall correctly, the parsing logic in the sample converts an empty string to zero. So you'd need to modify that part of the code and remove the line that assigns the value of the
length attribute.