| Author |
Message |
Imran Qureshi
Guest
|
Posted:
Sun Dec 18, 2005 9:30 pm Post subject:
Using Java Applet to play WMV on Mac |
|
|
I've read snippets here and there that you can embed a java applet into a
web page to play WMV files on the Mac. Does anyone know how to do this and
if it works?
--
-imran
|
|
| Back to top |
|
 |
Imran Qureshi
Guest
|
Posted:
Mon Dec 19, 2005 1:30 am Post subject:
Re: Using Java Applet to play WMV on Mac |
|
|
Windows Media Player installs a Java Applet according to the SDK.
http://www.microsoft.com/windows/windowsmedia/player/version64/plugin.aspx
however i can't find sample code to do it.
--
-imran
"Neil Smith [MVP Digital Media]" <neil@nospam.com> wrote in message
news:pbubq19u0f7587kn0le77lsbk7komnjs8a@4ax.com...
| Quote: | On Sun, 18 Dec 2005 18:37:12 GMT, "Imran Qureshi"
imranq2@hotmail.com> wrote:
I've read snippets here and there that you can embed a java applet into a
web page to play WMV files on the Mac. Does anyone know how to do this
and
if it works?
I've not read those snippets (care to post a link ?)
But my thoughts would be no, that wouldn't work .They'd have to have
reverse-engineered the windows media wma and wmv codecs to do that,
which is hard and kind of pointless since the player already does that
job.
Perhaps you didn't mean java applets but some other technique (player
embedding and javascript perhaps ?)
Cheers - Neil |
|
|
| Back to top |
|
 |
Neil Smith [MVP Digital M
Guest
|
Posted:
Mon Dec 19, 2005 1:30 am Post subject:
Re: Using Java Applet to play WMV on Mac |
|
|
On Sun, 18 Dec 2005 18:37:12 GMT, "Imran Qureshi"
<imranq2@hotmail.com> wrote:
| Quote: |
I've read snippets here and there that you can embed a java applet into a
web page to play WMV files on the Mac. Does anyone know how to do this and
if it works?
|
I've not read those snippets (care to post a link ?)
But my thoughts would be no, that wouldn't work .They'd have to have
reverse-engineered the windows media wma and wmv codecs to do that,
which is hard and kind of pointless since the player already does that
job.
Perhaps you didn't mean java applets but some other technique (player
embedding and javascript perhaps ?)
Cheers - Neil
|
|
| Back to top |
|
 |
Neil Smith [MVP Digital M
Guest
|
Posted:
Mon Dec 19, 2005 1:30 pm Post subject:
Re: Using Java Applet to play WMV on Mac |
|
|
On Mon, 19 Dec 2005 00:34:40 GMT, "Imran Qureshi"
<imranq2@hotmail.com> wrote:
Well, that's very old and hardly used any more - the 'java applet'
part is misleading. Nobody** uses those browsers any more - everybody
using Netscape for example, is probably on NN7 or Mozilla (read the
footnote for that page).
Also, that plugin is for WMP6.4 which was last produced almost 7 years
ago - WMP is now up to version 10 (which is the default in XPSP2) and
comes with its own netscape plugins.
The download actually implements a java proxy interface to allow the
player to be scripted using javascript within a browser. Adding the
java applet on its own does nothing, because you also have to embed
the media player into the web page.
The applet is not a player on its own, just a series of hooks to allow
event handling and some degree of scripting. AFAIK it may possibly not
work on Mozilla (need to check). Documentation for this is on MSDN :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmp6sdk/htm/windowsmediaplayerpluginfornetscapenavigator.asp
Cheers - Neil |
|
| Back to top |
|
 |
|
|
|
|