Hi All!
I have a problem and hope somebody can help me.
I created an embedded windows media player object with the jquery
media-plugin. This object has id="wmplayer" and plays a stream on my
page. This works very well. But now I want to play the stream
fullscreen.
This is what I did:
(on page):
<span id="fullscreen">play fullscreen</span>
(jquery):
$('#fullscreen').click(function() {wmplayer.displaySize = 3;});
But now nothing happens. It looks like the function doesn't recognize
#wmplayer....
Who can help me? Thanks in advance!