HTML + TIME embedding windows media file
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
HTML + TIME embedding windows media file

 
Post new topic   Reply to topic    WMPTalk.com Forum Index -> Windows Media on Web
Author Message
Michael D.
Guest





Posted: Wed May 18, 2005 4:30 pm    Post subject: HTML + TIME embedding windows media file Reply with quote

I'm trying to embed a windows media video using HTML + TIME, using <t:video>
tag. After working for quite a while, I did some research on MSDN and
realized that their example doesn't work for me either. So, can anyone tell
me if this example from Microsoft's site works for you? It doesn't work for
me at work or at home. The only part that doesn't work is the little video
clip that is suppose to play, between "Images" and "And More".

http://msdn.microsoft.com/workshop/samples/author/behaviors/htmltime/transitions/intro_example.htm

Back to top
Rob Vermeulen
Guest





Posted: Wed May 18, 2005 4:30 pm    Post subject: Re: HTML + TIME embedding windows media file Reply with quote

It works fine on my system.
I'm not sure what kind of media they use (haven't looked at the source code)
but I assume you're missing a codec or something.


"Michael D." <MichaelD@discussions.microsoft.com> wrote in message
news:92F496FC-E267-41DA-8504-5FC254E22168@microsoft.com...
Quote:
I'm trying to embed a windows media video using HTML + TIME, using
t:video
tag. After working for quite a while, I did some research on MSDN and
realized that their example doesn't work for me either. So, can anyone
tell
me if this example from Microsoft's site works for you? It doesn't work
for
me at work or at home. The only part that doesn't work is the little
video
clip that is suppose to play, between "Images" and "And More".

http://msdn.microsoft.com/workshop/samples/author/behaviors/htmltime/transitions/intro_example.htm
Back to top
Michael D.
Guest





Posted: Wed May 18, 2005 9:53 pm    Post subject: Re: HTML + TIME embedding windows media file Reply with quote

They are using a .asx file. I was trying to use a .wmv file. Using MSIE 6
at home and work, and neither the MSDN example or mine work for me. I'm
assuming if they don't work for me on my work PC, they won't work for others
on the corporate Intranet that this is/was destined for. Not sure where to
turn next, but thanks for the help! :-)

Mike

"Rob Vermeulen" wrote:

Quote:
It works fine on my system.
I'm not sure what kind of media they use (haven't looked at the source code)
but I assume you're missing a codec or something.


"Michael D." <MichaelD@discussions.microsoft.com> wrote in message
news:92F496FC-E267-41DA-8504-5FC254E22168@microsoft.com...
I'm trying to embed a windows media video using HTML + TIME, using
t:video
tag. After working for quite a while, I did some research on MSDN and
realized that their example doesn't work for me either. So, can anyone
tell
me if this example from Microsoft's site works for you? It doesn't work
for
me at work or at home. The only part that doesn't work is the little
video
clip that is suppose to play, between "Images" and "And More".

http://msdn.microsoft.com/workshop/samples/author/behaviors/htmltime/transitions/intro_example.htm





Back to top
zachd [ms]
Guest





Posted: Thu May 19, 2005 8:30 am    Post subject: Re: HTML + TIME embedding windows media file Reply with quote

Presumably it would be good if you included a link to what you're failing...
but I'm not sure who out there really uses HTML+TIME... ?

--
(speaking for myself and doing this in my free time)
See http://www.nwlink.com/~zachd/pss/pss.html for some helpful WMP info.
Following up to your post with the resolution is good netiquette.
This posting is provided "AS IS" with no warranties, and confers no rights.
All e-mail to this account will bounce or be deleted - *use the newsgroups*.
--
"Michael D." <MichaelD@discussions.microsoft.com> wrote in message
news:F56F9E40-F6C0-49ED-B86F-379724967A0F@microsoft.com...
Quote:
They are using a .asx file. I was trying to use a .wmv file. Using MSIE
6
at home and work, and neither the MSDN example or mine work for me. I'm
assuming if they don't work for me on my work PC, they won't work for
others
on the corporate Intranet that this is/was destined for. Not sure where
to
turn next, but thanks for the help! :-)

Mike

"Rob Vermeulen" wrote:

It works fine on my system.
I'm not sure what kind of media they use (haven't looked at the source
code)
but I assume you're missing a codec or something.


"Michael D." <MichaelD@discussions.microsoft.com> wrote in message
news:92F496FC-E267-41DA-8504-5FC254E22168@microsoft.com...
I'm trying to embed a windows media video using HTML + TIME, using
t:video
tag. After working for quite a while, I did some research on MSDN and
realized that their example doesn't work for me either. So, can anyone
tell
me if this example from Microsoft's site works for you? It doesn't
work
for
me at work or at home. The only part that doesn't work is the little
video
clip that is suppose to play, between "Images" and "And More".

http://msdn.microsoft.com/workshop/samples/author/behaviors/htmltime/transitions/intro_example.htm



Back to top
Michael D.
Guest





Posted: Thu May 19, 2005 4:30 pm    Post subject: Re: HTML + TIME embedding windows media file Reply with quote

Zachd,
I'm using the exact code as what is in this example:
http://msdn.microsoft.com/workshop/samples/author/behaviors/htmltime/transitions/intro_example.htm

<t:video mute="true" dur="22" id="oVideo"
src="/workshop/samples/author/behaviors/media/28movie.asf"
begin="oCaption2.begin+1" />


.... other than the fact that my file is a .wmv as opposed to a .asx.
Neither the example on MSDN above, or my code, work on my IE browser.

Your question about who really uses HTML + TIME makes me wonder, though.. is
there a better solution for synch'ing a video with "supporting text"? I need
to have a video window on one side of the screen, and then various charts,
bulleted items, and other supporting material display on the other side of
the screen, depending on what the speaker is talking about.. Thanks for any
advice or suggestions, I'm certainly open to any! :-)
Mike

"zachd [ms]" wrote:

Quote:

Presumably it would be good if you included a link to what you're failing...
but I'm not sure who out there really uses HTML+TIME... ?

--
(speaking for myself and doing this in my free time)
See http://www.nwlink.com/~zachd/pss/pss.html for some helpful WMP info.
Following up to your post with the resolution is good netiquette.
This posting is provided "AS IS" with no warranties, and confers no rights.
All e-mail to this account will bounce or be deleted - *use the newsgroups*.
--
"Michael D." <MichaelD@discussions.microsoft.com> wrote in message
news:F56F9E40-F6C0-49ED-B86F-379724967A0F@microsoft.com...
They are using a .asx file. I was trying to use a .wmv file. Using MSIE
6
at home and work, and neither the MSDN example or mine work for me. I'm
assuming if they don't work for me on my work PC, they won't work for
others
on the corporate Intranet that this is/was destined for. Not sure where
to
turn next, but thanks for the help! :-)

Mike

"Rob Vermeulen" wrote:

It works fine on my system.
I'm not sure what kind of media they use (haven't looked at the source
code)
but I assume you're missing a codec or something.


"Michael D." <MichaelD@discussions.microsoft.com> wrote in message
news:92F496FC-E267-41DA-8504-5FC254E22168@microsoft.com...
I'm trying to embed a windows media video using HTML + TIME, using
t:video
tag. After working for quite a while, I did some research on MSDN and
realized that their example doesn't work for me either. So, can anyone
tell
me if this example from Microsoft's site works for you? It doesn't
work
for
me at work or at home. The only part that doesn't work is the little
video
clip that is suppose to play, between "Images" and "And More".

http://msdn.microsoft.com/workshop/samples/author/behaviors/htmltime/transitions/intro_example.htm






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