OZONE Asylum
Forums
Multimedia/Animation
Custom controls for windows media player Full Screen button
This page's ID:
25041
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Knowing just about nothing about controling mediaplayer via javascript, I still suppose your fullscreen function should be actual valid javascript... [code] function fullScreen() { var player=document.getElementById("Player"); //don't forget the var. It will come and bite you. if (player.DisplaySize==3) //you were missing the (. 3 you should probably check for playState, where 3 means 'playing' { player.fullScreen=true; } } or function fullScreen() { var player=document.getElementById("Player"); player.DisplaySize=3; } [/code] I suppose only one of these actual set's your player into fullscreen, and google groups suggest it's the first one. So long, ->Tyberius Prime
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »