JWPlayer - undefined is not a function
问题 Im wondering if someone could help me out. Im trying to load a video using jwplayer but am getting errors. This is the code im using. <script type="text/javascript"> jwplayer("legacyPlayer").setup({ width:370, height:240, file: "https://s3.amazonaws.com/legacy/videoname.mp4", }); </script> <div id="legacyPlayer" align="center"></div> The error my console is showing is as follows: Uncaught TypeError: undefined is not a function Any help getting this working would be greatly appreciated. Cheers