Hide the player
Hide the player
(OP)
When playing a movie on quicktime player - how can I hide the control panel so the dcreen only shows the movie?
tom.ed.walker@talk21.com
tom.ed.walker@talk21.com
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS Contact USThanks. We have received your request and will respond promptly. Come Join Us!Are you a
Computer / IT professional? Join Tek-Tips Forums!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
|
Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.
Here's Why Members Love Tek-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: Hide the player
<embed src="sample.mov" width="200" height="240" autoplay="true" controller="false">
Note: if you want the controller to appear, add 16 pixels to the height of your movie.
ie if your movie is 240 pixels high, make your embed height 256.
RE: Hide the player
<embed src="sample.mov" width="200" height="240" autoplay="true" controller="false">
Probably stupidly obvious but I'm naive at this sort of thing - where do I put this (be polite!)?
tom.ed.walker@talk21.com
RE: Hide the player
RE: Hide the player
Any ideas or recommendations are greatfully (and urgently!) required.
tom.ed.walker@talk21.com
RE: Hide the player