cant access video "duration" property
Using the code below I am not able to access the "duration" video property .
- alert($("#videoScreen").attr("duration"));
Im able to access all of the properties and methods of the video element.
Please comment.
Thanks