Can anyone lend a hand with this issue I'm facing?
I'm attempting to upload a video using jwplayer but encountering errors.
Here is the snippet of code I'm utilizing:
<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 message displayed in my console is as follows:
Uncaught TypeError: undefined is not a function
Any assistance in resolving this issue would be highly appreciated.
Thanks,