i am working on MVC5 video website with embedded jwplayer, the "file" value is assigned dynamically from @viewBag.VideoUrl to jwplayer and video plays with no problem...All videos from database loaded
任何人都可以幫助找出如何通過一個數組的多個對象獲得的jwplayer API函數來循環,例如: myArray = 'video1', 'video2', 'video3';
//jwplayer api functions
jwplayer().getPosition() and jwplayer().getDuration()
//currently I achieve this by