Oh - sorry!! To be honest it was pretty simple.... Winodws Media Player can onlt play in fullScreen mode when its playState is at wmppsPlaying.
So I just ran a check on PlayStateChange to see if its status was set to wmppsPlaying and if it was - I set it to fullScreen:-
Private Sub...
Ahh - its always the way - you spend hours trying to figure out how to do something, then 10 mins after you post to a forum asking for help, you figure it out!!
Hi,
Im building an application using the Windows Media Player component and am having trouble getting the fullScreen function to work. Has anybody else got any experience using this component at all??
Cheers..:)
I managed to sort it out, the rollovers were buggy in IE5.5 on a PC as well, which I thought was odd and also, one of the other style settings I'd used wasn't buggy at all. So I compared the working one with the buggy one and found that I'd included an :link style with the buggy class. I took...
Has anyone noticed a bug in IE5.0 on a mac???? I've linked two different stylesheets to pages using a browsercheck:-
if(is.ns4)
{
document.write('<link rel="stylesheet" href="../ns_nav.css" type="text/css">')
}
else
{
document.write('<link...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.