| Author |
Message |
Stan Sainte-Rose
Guest
|
Posted:
Sat Apr 16, 2005 4:10 pm Post subject:
embedded player for Mac Os X ? |
|
|
Hi,
I need to know if it's possible to add WM as embedded player inside a
webpage ?
It seems it doesn't work or maybe I miss something.
Any help ??
Thanks
Stan
|
|
| Back to top |
|
 |
Neil Smith [MVP Digital M
Guest
|
Posted:
Sat Apr 16, 2005 11:02 pm Post subject:
Re: embedded player for Mac Os X ? |
|
|
On Sat, 16 Apr 2005 18:10:44 +0200, "Stan Sainte-Rose"
<stan@nospamcyber972.com> wrote:
| Quote: | Hi,
I need to know if it's possible to add WM as embedded player inside a
webpage ?
|
Yes, it is.
| Quote: | It seems it doesn't work or maybe I miss something.
|
Yes, you missed off your non-working code so we can help you.
Sure, post code.
Cheers - Neil |
|
| Back to top |
|
 |
Stan Sainte-Rose
Guest
|
Posted:
Sun Apr 17, 2005 8:37 am Post subject:
Re: embedded player for Mac Os X ? |
|
|
"Neil Smith [MVP Digital Media]" <neil@nospam.com> a écrit dans le message
de news:
| Quote: | I need to know if it's possible to add WM as embedded player inside a
webpage ?
Yes, it is.
|
Oooops I may forget to say does it work for Mac OS X
I do not have problem for Windows system it works perfectly.
Here is the link
http://www.smoothjazz.fr (it's in french)
You can log using stan@cyber972.com as email log
and 123 as password
Once you are log in just click on WebRadio
There will be a popup window.
Thanks for your help (about the Mac OS X question)
Stan
|
|
| Back to top |
|
 |
Neil Smith [MVP Digital M
Guest
|
Posted:
Sun Apr 17, 2005 10:59 am Post subject:
Re: embedded player for Mac Os X ? |
|
|
On Sun, 17 Apr 2005 10:37:26 +0200, "Stan Sainte-Rose"
<stan@nospamcyber972.com> wrote:
| Quote: |
"Neil Smith [MVP Digital Media]" <neil@nospam.com> a écrit dans le message
de news:
I need to know if it's possible to add WM as embedded player inside a
webpage ?
Yes, it is.
Oooops I may forget to say does it work for Mac OS X
I do not have problem for Windows system it works perfectly.
|
Well that's pretty odd, according to MozillaDoc it says it's
operational as a plugin http://plugindoc.mozdev.org/OSX.html#WMP
you're sure you have windows media 9 for Mac OSX installed ?
See if you can re-register the WM9 plugin with Mozilla (I don't have a
Mac to walk you through the steps for that, sorry)
Also have a look at this page for other suggestions :
http://www.ultraflightradio.com/listener-support-mac.html
Cheers - Neil |
|
| Back to top |
|
 |
Stan Sainte-Rose
Guest
|
Posted:
Sun Apr 17, 2005 3:43 pm Post subject:
Re: embedded player for Mac Os X ? |
|
|
"Neil Smith [MVP Digital Media]" <neil@nospam.com> a écrit dans le message
de news: > >
Neil
I' ve found the issue and right now it works with Mac OS X with Safari and
Firefox.
In fact, I have to add this part into the object tag
<Embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"
filename="<%=Application("PPUBLICATION")%>"
src="<%=Application("PPUBLICATION")%>"
Name=NSPLay1
ShowControls=0
ShowDisplay=0
ShowStatusBar=0
width=0
height=0>
</embed>
Everything seems to be ok..
Thanks
Stan |
|
| Back to top |
|
 |
|
|
|
|