cant access video "duration" property

cant access video "duration" property

Using the code below I am not able to access the "duration" video property .

  1. alert($("#videoScreen").attr("duration"));
Im able to access all of the properties and methods of the video element.

Please comment.

Thanks