Problems with embed video web
WMPTalk.com Forum Index WMPTalk.com
Discuss Windows Media Player
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web wmptalk.com
Problems with embed video web

 
Post new topic   Reply to topic    WMPTalk.com Forum Index -> Windows Media on Web
Author Message
Nicolás
Guest





Posted: Tue Jul 19, 2005 8:30 am    Post subject: Problems with embed video web Reply with quote

Hello friends,

I've embed a WMP video object into a web page; this video doesn't show
controls and it run fine in IE-WIN.

The problems are:
* IE-MAC can't show the video.
* Netscape Navigator shows the video but display the video controls.

I'd to know if it's inevitable or there is a solution.

Thanks a lot for your help.

Nicolas

Back to top
Neil Smith [MVP Digital M
Guest





Posted: Tue Jul 19, 2005 12:30 pm    Post subject: Re: Problems with embed video web Reply with quote

On Tue, 19 Jul 2005 09:27:42 +0200, "Nicolás" <nicolas@terra.es>
wrote:

Quote:
Hello friends,

I've embed a WMP video object into a web page; this video doesn't show
controls and it run fine in IE-WIN.

The problems are:
* IE-MAC can't show the video.
* Netscape Navigator shows the video but display the video controls.

I'd to know if it's inevitable or there is a solution.

No, there are solutions. You should start by posting the code you are
currently using as it's impossible to diagnose anything without it.

Also, nobody uses NN on the Mac any more - did you mean Firefox ?

Cheers - Neil
Back to top
Nicolas
Guest





Posted: Tue Jul 19, 2005 12:30 pm    Post subject: Re: Problems with embed video web Reply with quote

Ok Neil, this is my code:

<object id="Video" name="Video"
classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6"
type="video/x-ms-wma" width="400" height="300"
data="videos/uno.wmv">
<param name="autostart" value="true" />
<param name="stretchtofit" value="true" />
<param name="url" value="videos/uno.wmv" />
<param name="uimode" value="none" />
<param name="windowlessvideo" value="true" />

<embed src="videos/uno.wmv"
pluginspage="http://www.microsoft.com/windows/mediaplayer/download/default.asp"
width="400"
height="300"
autostart="true"
showcontrols="false"
transparentatstart="false" >
</embed>
</object>

"Neil Smith [MVP Digital Media]" <neil@nospam.com> escribió en el mensaje
news:06gpd1dnvuoapqf84jfk0b1pqg573qqj56@4ax.com...
Quote:
On Tue, 19 Jul 2005 09:27:42 +0200, "Nicolás" <nicolas@terra.es
wrote:

Hello friends,

I've embed a WMP video object into a web page; this video doesn't show
controls and it run fine in IE-WIN.

The problems are:
* IE-MAC can't show the video.
* Netscape Navigator shows the video but display the video controls.

I'd to know if it's inevitable or there is a solution.

No, there are solutions. You should start by posting the code you are
currently using as it's impossible to diagnose anything without it.

Also, nobody uses NN on the Mac any more - did you mean Firefox ?

Cheers - Neil


Back to top
Neil Smith [MVP Digital M
Guest





Posted: Tue Jul 19, 2005 12:30 pm    Post subject: Re: Problems with embed video web Reply with quote

OK it looks good enough ;-)

I'll take a look tonight and see if I can find the problem. I notice 2
things which might be worth trying :

1) You specified type="video/x-ms-wma" but used a URL to a video.wmv
Does it work at all if you specify type="video/x-ms-wmv" ? It
shouldn't make a difference, but WMP/Mac is a bit "odd".

2) I can see you have used relative paths : "videos/uno.wmv"
Does anything change if you use "http://myserver.com/videos/uno.wmv" ?

Note also the readme for Media Player 7 on Mac (you should be on v9)
reads "If you install Internet Explorer 5 after you have installed the
Player, you should run Windows Media Player Setup again. This will add
the Windows Media plug-in to the browser so you can play Windows
Media-based content that is embedded in Web pages."

Speak to you soon
Cheers - Neil

On Tue, 19 Jul 2005 10:54:38 +0200, "Nicolas" <nicolas@terra.es>
wrote:

Quote:
Ok Neil, this is my code:

object id="Video" name="Video"
classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6"
type="video/x-ms-wma" width="400" height="300"
data="videos/uno.wmv"
param name="autostart" value="true" /
param name="stretchtofit" value="true" /
param name="url" value="videos/uno.wmv" /
param name="uimode" value="none" /
param name="windowlessvideo" value="true" /

embed src="videos/uno.wmv"
pluginspage="http://www.microsoft.com/windows/mediaplayer/download/default.asp"
width="400"
height="300"
autostart="true"
showcontrols="false"
transparentatstart="false"
/embed
/object

"Neil Smith [MVP Digital Media]" <neil@nospam.com> escribió en el mensaje
news:06gpd1dnvuoapqf84jfk0b1pqg573qqj56@4ax.com...
On Tue, 19 Jul 2005 09:27:42 +0200, "Nicolás" <nicolas@terra.es
wrote:

Hello friends,

I've embed a WMP video object into a web page; this video doesn't show
controls and it run fine in IE-WIN.

The problems are:
* IE-MAC can't show the video.
* Netscape Navigator shows the video but display the video controls.

I'd to know if it's inevitable or there is a solution.

No, there are solutions. You should start by posting the code you are
currently using as it's impossible to diagnose anything without it.

Also, nobody uses NN on the Mac any more - did you mean Firefox ?

Cheers - Neil

Back to top
Nicolas
Guest





Posted: Wed Jul 20, 2005 12:30 pm    Post subject: Re: Problems with embed video web Reply with quote

Ok Neal,
I've done the changes you said but don't want to run in Mac.

My big problem is how to hide the controls in the embed videoweb on
Nestcape.

Thanks you very much for your insterests about the issue.

Nicolas

"Neil Smith [MVP Digital Media]" <neil@nospam.com> escribió en el mensaje
news:lompd15j9gd0jmuplgs9sappq4o4sgn46p@4ax.com...
Quote:
OK it looks good enough ;-)

I'll take a look tonight and see if I can find the problem. I notice 2
things which might be worth trying :

1) You specified type="video/x-ms-wma" but used a URL to a video.wmv
Does it work at all if you specify type="video/x-ms-wmv" ? It
shouldn't make a difference, but WMP/Mac is a bit "odd".

2) I can see you have used relative paths : "videos/uno.wmv"
Does anything change if you use "http://myserver.com/videos/uno.wmv" ?

Note also the readme for Media Player 7 on Mac (you should be on v9)
reads "If you install Internet Explorer 5 after you have installed the
Player, you should run Windows Media Player Setup again. This will add
the Windows Media plug-in to the browser so you can play Windows
Media-based content that is embedded in Web pages."

Speak to you soon
Cheers - Neil

On Tue, 19 Jul 2005 10:54:38 +0200, "Nicolas" <nicolas@terra.es
wrote:

Ok Neil, this is my code:

object id="Video" name="Video"
classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6"
type="video/x-ms-wma" width="400" height="300"
data="videos/uno.wmv"
param name="autostart" value="true" /
param name="stretchtofit" value="true" /
param name="url" value="videos/uno.wmv" /
param name="uimode" value="none" /
param name="windowlessvideo" value="true" /

embed src="videos/uno.wmv"

pluginspage="http://www.microsoft.com/windows/mediaplayer/download/default.asp"
width="400"
height="300"
autostart="true"
showcontrols="false"
transparentatstart="false"
/embed
/object

"Neil Smith [MVP Digital Media]" <neil@nospam.com> escribió en el mensaje
news:06gpd1dnvuoapqf84jfk0b1pqg573qqj56@4ax.com...
On Tue, 19 Jul 2005 09:27:42 +0200, "Nicolás" <nicolas@terra.es
wrote:

Hello friends,

I've embed a WMP video object into a web page; this video doesn't show
controls and it run fine in IE-WIN.

The problems are:
* IE-MAC can't show the video.
* Netscape Navigator shows the video but display the video controls.

I'd to know if it's inevitable or there is a solution.

No, there are solutions. You should start by posting the code you are
currently using as it's impossible to diagnose anything without it.

Also, nobody uses NN on the Mac any more - did you mean Firefox ?

Cheers - Neil


Back to top
Guest






Posted: Sun Jul 24, 2005 8:30 am    Post subject: Re: Problems with embed video web Reply with quote

Instead of using "True" and "False", use "1" and "0". Firefox doesn't
seem to understand "True" and "False" statements. This code works with
WMP10 for me in both Firefox 1.0.6 and IE6...

<DIV ID="divWMP2" style="visibility:visible;">
<object ID="WMP2" data="http://www.somewhere.com/somefile.wmv"
type="video/x-ms-wmv" width="320" height="320"
style="visibility:visible;">
<param name="enableContextMenu" VALUE="0" />
<param name="windowlessvideo" value="1" />
<param name="showcontrols" value="0" />
<param name="src" value="http://www.somewhere.com/somefile.wmv" />
<param name="autostart" value="1" />
</object>
</DIV><!--divWMP2-->
Back to top
 
Post new topic   Reply to topic    WMPTalk.com Forum Index -> Windows Media on Web All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Microsoft Office Forum New Topics
Powered by phpBB