fuzz
01-19-2003, 08:16 AM
After going thru the Video Embed Tutorial here theres still a few things bugging me:
When you have a video embeded on a site, can you...
...hide just the controls? Windows media player is playing the video and hidden=true hide everything including the video itself and controller=false dosnt work.
...Use your own controls? (graphics on the site)?
...place the video in the middle of the page, <div align center> only affects horisontal, not vertical, so i had to set a table height to 100% and then valign to center, better way?
...change the size of the video, width & height only affects the controls.
...send the viewer to a new page when the video played thru?
Also, when using fullscreen mode i always get a scrollbar to the right, even without content, so i had to make the the same color as background to hide, whats wrong?
Thx.
When you have a video embeded on a site, can you...
...hide just the controls? Windows media player is playing the video and hidden=true hide everything including the video itself and controller=false dosnt work.
...Use your own controls? (graphics on the site)?
...place the video in the middle of the page, <div align center> only affects horisontal, not vertical, so i had to set a table height to 100% and then valign to center, better way?
...change the size of the video, width & height only affects the controls.
...send the viewer to a new page when the video played thru?
Also, when using fullscreen mode i always get a scrollbar to the right, even without content, so i had to make the the same color as background to hide, whats wrong?
Thx.