Video

liunx

Guest
After going thru the Video Embed Tutorial here theres still a few things bugging me:<br />
<br />
When you have a video embeded on a site, can you...<br />
<br />
...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.<br />
...Use your own controls? (graphics on the site)?<br />
...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?<br />
...change the size of the video, width & height only affects the controls.<br />
...send the viewer to a new page when the video played thru?<br />
<br />
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?<br />
<br />
Thx.<!--content-->The answers to all of your questions need to be specific for Windows MediaPlayer. You should seek help on a news group that specializes on that particular software.<br />
<br />
Here is a link to Microsoft's MediaPlayer SDK:<br />
<br />
<!-- m --><a class="postlink" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmp6sdk/htm/windowsmediaplayercontrolversion64scriptingreference.asp">http://msdn.microsoft.com/library/defau ... erence.asp</a><!-- m --><!--content-->But will internet explorer allways use wmp, and netscape quicktime? How is it determend which viewer will be used? I wan纾
 
Back
Top