Forums

/

My video not showing and player is also not showing

1 reply [Last post]

I have followed the setup process but my player is not showing and video is also not showing.
here is the code

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<script src="/jwplayer/jwplayer.js"></script>
<script>jwplayer.key="My key"</script>
</head>
<body>
<div id='my-video'>loading...</div>
<script type='text/javascript'>
    jwplayer('my-video').setup({
        file: '/uploads/css.mp4',
        width: '480',
        height: '270'
    });
</script>
</body>
</html>

Do you have a link?