Click to See Complete Forum and Search --> : Embedding Media Player


MarkJackson
08-04-2003, 05:36 AM
Hello,

Does anyone know any way of, when embedding a video file on a web page (with Windows Media Player) using either <EMBED> or <OBJECT>, of allowing the user to toggle to full-screen mode and back? (In the same way that you'd use Alt+Enter in Media Player standalone)

This web page would actually be sitting on the client desktop, so I need to find some way of doing this without requiring an internet connection to access components elsewhere.

Thanks

Khalid Ali
08-04-2003, 07:14 AM
youw will have to use

<object>

<embed></embed>

</object>

format.IE on windows will need <object> to put MP in the page and use it while NS onwindows and IE and NS on MAC os will require <embed> to see a emedded au/video program on the page

PeOfEo
08-04-2003, 09:06 AM
http://htmlgoodies.com/tutors/embed.html video and sound will work the same way.