Date: Mon, 24 Dec 2001 09:36:57 -0500 From: Richard Kuhns <rjk@grauel.com> To: "Li-lun Wang (Leland Wang)" <llwang@infor.org> Cc: johnjen@reynoldsnet.org, freebsd-ports@FreeBSD.ORG Subject: Re: flashplugin-mozilla with "large" flash modules? Message-ID: <20011224093657.699c16ca.rjk@grauel.com> In-Reply-To: <20011224054043.GG26665@Athena.infor.org> References: <20011224054043.GG26665@Athena.infor.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 24 Dec 2001 13:40:43 +0800 "Li-lun Wang (Leland Wang)" <llwang@infor.org> wrote: > On Sun, Dec 23, 2001 at 11:02:24AM -0700, John Reynolds wrote: > > Hi, who out there is using Mozilla 0.9.6 along with the flashplugin-mozilla> > port for handling flash modules? > > I can't seem to get anything "real" to work outside of very small tests. Some> > of the notable pages I cannot get working is: > > http://www.teslatheband.com/fms/TheBand/History.aspx > > as well as > > http://www.playhousedisney.com/ > > > I'm assuming that it can't get shared memory of the correct size in order to> > embed the flash player within the page. These two URLs work flawlessly with> > linux netscape 4.79 and the linux-flash plugin. Anybody with any inputs?> > The native plugin is based on the GPL'd flash library. That library > itself is a little problematic. The linux flash plugin is, on the > other hand, "official" to some extent. You can test the flash with > graphics/flashplayer to see if its the problem of the plugin or that > of the flash library. I'll also try those two pages when I get home. > FWIW, I just installed flashplugin-mozilla and went to the first page you listed with no problems. I tried mozilla 0.9.6 and galeon 1.0.1; both worked. What version of FreeBSD are you using? I seem to recall that the default maximum size for shared memory segments was increased not too long ago. My current values are: kern.ipc.shmmax: 33554432 kern.ipc.shmmin: 1 kern.ipc.shmmni: 192 kern.ipc.shmseg: 128 kern.ipc.shmall: 8192 You can use sysctl -w to adjust them as necessary. Hope this helps. -- Richard Kuhns rjk@grauel.com PO Box 6249 Tel: (765)477-6000 \ 100 Sawmill Road x319 Lafayette, IN 47903 (800)489-4891 / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011224093657.699c16ca.rjk>