Posted by pjsenthil on 07/13/06 14:27
Actually my application has to split the video into frame.that
particular option is available only in Mplayer.
So for that particular reason.I want to embedd Mplayer specifically.
i am able to get the idea how to embed a Mplayer on the web page with
out having a classID
one more Example I saw is ..
http://klibb.com/cgi-bin/wiki.pl/SimpleMplayer
This does not work on the web page...If i access this page from the
server i not able to get.I is giving error..and one more thing it is
creating a activexobject..I Doubt whether it will work on MAC system.
Pl help me in this regard.
Senthil
Toby Inkster wrote:
> pjsenthil wrote:
>
> > Normally for QT or WMP we use object tag and class id..
>
> That is your downfall.
>
> Try:
>
> <object data="mymovie.mpeg" type="video/mpeg" height="240" width="320">
> </object>
>
> Then the browser should be able to choose the best plugin available to
> handle the data -- on Windows it may be Windows Media Player, on a Mac it
> may be Quicktime, on FreeBSD it could be Mplayer, etc...
>
> --
> Toby A Inkster BSc (Hons) ARCS
> Contact Me ~ http://tobyinkster.co.uk/contact
[Back to original message]
|