_loc1.getDurationTime = function ()
{
if (this._sound.duration != undefined)
{
return (this.milli2time(this._sound.duration));
}
else
{
return;
} // end else if
};
The video player_maxi has the showtime=1 parameter, but this appears to be scrapped in the mp3player
this._setVar("_showTime", [_root.showtime, pConfig.showtime], "String");