cross browser accessing markers in an embedded video

Discussion in 'JavaScript' started by lizi, Dec 25, 2011.

  1. #1
    Hi

    I have a video (.wmv) that has markers in itone can access these markers in video players like "Windows Media Player" at "view" -> "file markers"
    I want to embed the video object in an HTML page and be able to let the user jump to these markers via JavaScript or such.
    I managed to do this with Internet Explorer ודןמע JavaScript but I can't get any other browser to access these markers or any timeline function for that matter.
    I need to be able to do so cross browser.

    any ideas?
     
    lizi, Dec 25, 2011 IP
  2. rainborick

    rainborick Well-Known Member

    Messages:
    424
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    120
    #2
    Since .wmv is a proprietary Windows format file, I doubt there's any cross-browser support for handling them with JavaScript.
     
    rainborick, Dec 25, 2011 IP
  3. lizi

    lizi Greenhorn

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    ok, forget about the file format. let's say it can be any format i want it to be.
     
    lizi, Dec 25, 2011 IP
  4. lizi

    lizi Greenhorn

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #4
    ok, forget about the file format, let's say I can make any file format I want.
     
    lizi, Dec 25, 2011 IP
  5. rainborick

    rainborick Well-Known Member

    Messages:
    424
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    120
    #5
    I poked around a bit and didn't see any help. HTML 5 allows for setting chapter stops that you could set as your own markers and use the seek controls. But browser support for this is still poor and there seems to be quite a bit of the HTML 5 specification for the <video> tag that's still not final. Sorry I couldn't help.
     
    rainborick, Dec 26, 2011 IP
  6. lizi

    lizi Greenhorn

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #6
    thanks for giving it a shot.anyone else before I let myself get frustrated ?
     
    lizi, Dec 26, 2011 IP
  7. lizi

    lizi Greenhorn

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #7
    ok, I'm frustrated.
     
    lizi, Dec 29, 2011 IP