Ticket #1469 (closed bug: fixed)

Opened 21 months ago

Last modified 21 months ago

Quick embed broken?

Reported by: jeroen Owned by: pablo
Priority: Normal Milestone: Player 5.8
Component: embedding Keywords:
Cc: Forum thread:

Description

This doesn't work in 5.7 or trunk:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>HTML5 Video</title>
    <script type="text/javascript" src="/jwplayer/jwplayer.min.js"></script>
</head>
<body>

<video
  class="jwplayer"
  poster="http://content.bitsontherun.com/thumbs/nPripu9l-480.jpg"
  src="http://content.bitsontherun.com/videos/nPripu9l-1ahmry41.mp4"
  width="640"
  height="360">
</video>

</body>
</html>

Is there something specific wrong here, or is the quick embed broken?

Change History

comment:1 Changed 21 months ago by jeroen

The error (on Safari) is:

TypeError: 'undefined' is not an object (evaluating 'a(e.id).setup')

comment:2 Changed 21 months ago by pablo

  • Status changed from new to closed
  • Resolution set to fixed

This occurs if no video id is set on the video tag. The player now assigns an id to the video tag if one is not set. Fixed in [1996].

Note: See TracTickets for help on using tickets.