Page 1 of 1

Fullscreen on a Mac - Safari or Firefox

Posted: 04 Aug 2006 23:10
by Guest
Hi All,

Using the demo code below, I was able to successfully embed a stream. All of the control links (Play, Pause, Stop, Full Screen) work under Windows, but Full Screen does not work on my Mac, using either Firefox or Safari. Has anyone had luck getting full screen from any browser on a Mac? Does the javascript need to be different?

Many thanks.

-------------------------------------------------------------

<html>
<head><title>Demo of VLC mozilla plugin</title></head>

<body>

<h1>Demo of VLC mozilla plugin - Example 1</h1>

<embed type="application/x-vlc-plugin"
name="video1"
autoplay="no" loop="yes" width="400" height="300"
target="udp://@xxx.xxx.xxx.xxx:yyyy" />
<br />
<a href="javascript:;" onclick='document.video1.play()'>Play video1</a>
<a href="javascript:;" onclick='document.video1.pause()'>Pause video1</a>
<a href="javascript:;" onclick='document.video1.stop()'>Stop video1</a>
<a href="javascript:;" onclick='document.video1.fullscreen()'>Fullscreen</a>

</body>
</html>

Posted: 06 Aug 2006 01:40
by Spellcoder
On my iMac Intel Duo the fullscreen function doesn't do anything under Safari or Firefox. Maybe it's not implemented yet for the mac browser plugin.

Posted: 18 Aug 2006 23:33
by Quovodis
fullscreen() does not work for the mozilla plugin for MacOS X yet