trying to embed video by mime type

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tn

    trying to embed video by mime type

    Hi,

    I have a test page at


    I am trying to find a way to embed the video as simply as possible
    without specifying WMP or QuickTime player (or any particular plug-
    in). When I used "video/quicktime", of course it called the quicktime
    player, so I changed it to "video/mpeg" but this didn't seem to work
    in explorer. I tried first with the quicktime plug-in, and that
    worked, but when I left it with just the WMP plug-in, it didn't work,
    even though WMP claims to support mpeg and h264. It didn't even show
    the alt text link as it should according to spec.

    Does anyone know a way to make this work without using javascript and so on?

    thanks

    Andy

  • dorayme

    #2
    Re: trying to embed video by mime type

    In article
    <4A84F9E2-1C5C-4B39-9749-1E5CF50DC812%us enet1@tribalnet works.org>,
    tn <usenet1@tribal networks.orgwro te:
    Hi,
    >
    I have a test page at

    >
    I am trying to find a way to embed the video as simply as possible
    without specifying WMP or QuickTime player (or any particular plug-
    in). When I used "video/quicktime", of course it called the quicktime
    player, so I changed it to "video/mpeg" but this didn't seem to work
    in explorer. I tried first with the quicktime plug-in, and that
    worked, but when I left it with just the WMP plug-in, it didn't work,
    even though WMP claims to support mpeg and h264. It didn't even show
    the alt text link as it should according to spec.
    >
    Does anyone know a way to make this work without using javascript and so on?
    >
    On your page you say: "This should work, and if it doesn't a text link
    should appear... theoretically at least. It doesn't in firefox3 on mac.
    Does in Safari."

    What doesn't in FF3? The movie or the text link?

    On my Mac, on Safari, FF2 and Opera and iCab, the movie appears fine and
    embedded. You need the expertise of cwdjrxyz, he is a subscriber. You
    might google his posts up and they may help you.

    --
    dorayme

    Comment

    • nospamatall

      #3
      Re: trying to embed video by mime type

      dorayme wrote:
      In article
      <4A84F9E2-1C5C-4B39-9749-1E5CF50DC812%us enet1@tribalnet works.org>,
      tn <usenet1@tribal networks.orgwro te:
      >
      >Hi,
      >>
      >I have a test page at
      >http://maroc.tribalnetworks.org/testmov.html
      >>
      >I am trying to find a way to embed the video as simply as possible
      >without specifying WMP or QuickTime player (or any particular plug-
      >in). When I used "video/quicktime", of course it called the quicktime
      >player, so I changed it to "video/mpeg" but this didn't seem to work
      >in explorer. I tried first with the quicktime plug-in, and that
      >worked, but when I left it with just the WMP plug-in, it didn't work,
      >even though WMP claims to support mpeg and h264. It didn't even show
      >the alt text link as it should according to spec.
      >>
      >Does anyone know a way to make this work without using javascript and so on?
      >>
      >
      On your page you say: "This should work, and if it doesn't a text link
      should appear... theoretically at least. It doesn't in firefox3 on mac.
      Does in Safari."
      >
      What doesn't in FF3? The movie or the text link?
      Sorry, the alt text link didn't show when I disabled the plug-ins. That
      was on a mac. I'll change the text there, it's a bit ambiguous.
      On my Mac, on Safari, FF2 and Opera and iCab, the movie appears fine and
      embedded. You need the expertise of cwdjrxyz, he is a subscriber. You
      might google his posts up and they may help you.
      Will do that, thanks. Not going to be many false results on that one!

      Andy

      Comment

      • dorayme

        #4
        Re: trying to embed video by mime type

        In article <%98jk.26535$j7 .472118@news.in digo.ie>,
        nospamatall <nospamatall@io l.iewrote:
        What doesn't in FF3? The movie or the text link?
        >
        Sorry, the alt text link didn't show when I disabled the plug-ins. That
        was on a mac. I'll change the text there, it's a bit ambiguous.
        >
        It is hard to make sense of the exact behaviour of alt text over
        browsers, ditto alternative text in the object element:

        <http://dorayme.890m.co m/alt/objectAndAltern ativeText.html>

        --
        dorayme

        Comment

        Working...