Fullscreen on a Mac - Safari or Firefox

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
Guest

Fullscreen on a Mac - Safari or Firefox

Postby Guest » 04 Aug 2006 23:10

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>

Spellcoder
Blank Cone
Blank Cone
Posts: 57
Joined: 19 Apr 2006 12:21
Location: Hengelo // The Netherlands
Contact:

Postby Spellcoder » 06 Aug 2006 01:40

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.

Quovodis
Cone that earned his stripes
Cone that earned his stripes
Posts: 271
Joined: 16 Jun 2004 11:13
Location: Cork, Ireland

Postby Quovodis » 18 Aug 2006 23:33

fullscreen() does not work for the mozilla plugin for MacOS X yet


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 37 guests