Full Screen : How do you do it?

Hello Gurus! I didn't even notice this portion of the message board before !

What I would like to know is, how do you make a skin such that when you press alt-enter it goes full-screen?
2,985 views 6 replies
Reply #1 Top
I'm working on trying to figure out how. I got your email. He means the visualizations in WMP. Any help anyone else has would be good.
Reply #2 Top
Grr, I cant find much on it. The WMP SDK is not very clear on it at all. I'm nort sure how you do it. Maybe alt+enter is the default. Maybe you could set up an onClick event to trigger these keys or something.
Reply #3 Top
I got it!! OnClick="VideoWin.fullScreen=true;" This should work! GOod luck.
Reply #4 Top
note: VideoWin will have to be changed depending on what you named the visualization area.
Reply #6 Top
I'm always ready to help out if you need it.