How to get title from metafile
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
How to get title from metafile

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





Posted: Sat Jul 16, 2005 9:44 pm    Post subject: How to get title from metafile Reply with quote

i am using Window Media Metafile for my website to play some songs. I use
this format .
<entry><title>A</title><reft...></entry>
<entry><title>B</title><reft...></entry>
When window media player ( on the web) is playing, how can i get the title
of the song which is playing (A, B, ect.)
Thank you.

Back to top
Neil Smith [MVP Digital M
Guest





Posted: Mon Jul 18, 2005 8:30 pm    Post subject: Re: How to get title from metafile Reply with quote

On Sat, 16 Jul 2005 09:44:58 -0700, "wizi"
<wizi@discussions.microsoft.com> wrote:

Quote:
i am using Window Media Metafile for my website to play some songs. I use
this format .
entry><title>A</title><reft...></entry
entry><title>B</title><reft...></entry
When window media player ( on the web) is playing, how can i get the title
of the song which is playing (A, B, ect.)

Yes, thankfully it's relatively simple : The title is an attribute of
the player.currentMedia object - currentMedia is a handle to the item
currently playing (also you can use 'name' for this attribute)

So you would have for example in your page's <head />

<script language="javascript1.2" type="text/javascript">
function showCurrentTrackTitle() {
WMP9=document.getElementById("MediaPlayer");
alert(WMP9.currentMedia.name);
}
</script>

That's assuming you gave your <object /> tag an id of `MediaPlayer`.
Call it how you like, or to test it :

<a href="#" onclick="showCurrentTrackTitle(); return false">Show
Title</a>

Cheers - Neil
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