[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gnash] Gnash 0.8.4, FreeBSD and firefox plugin: browser hangs
From: |
strk |
Subject: |
Re: [Bug-gnash] Gnash 0.8.4, FreeBSD and firefox plugin: browser hangs |
Date: |
Tue, 9 Dec 2008 18:43:47 +0100 |
On Tue, Dec 09, 2008 at 03:57:01PM +0100, Paolo Pisati wrote:
> Starting process: /usr/local/bin/gtk-gnash -x 31459523 -j 550 -k 115 -u
> http://www.youtube.com/active_sharing.swf -F 75 -U
> http://www.youtube.com/ -P bgcolor=#FFFFFF -P flashvars=t=Videos being
> watched right now... -P height=115 -P id=active_sharing -P
> name=active_sharing -P quality=high -P src=active_sharing.swf -P style=
> -P type=application/x-shockwave-flash -P width=550 -P wmode=opaque -
> any hint where i can start investigating?
Quote all arguments you see above in "Starting process"
and run from command-line, drop the -x, replacing the final
- with the full url and drop some -P except flashvars.
This should do:
/usr/local/bin/gtk-gnash -v -j 550 -k 115 \
-U http://www.youtube.com/ \
-P 'flashvars=t=Videos being watched right now...'
http://www.youtube.com/active_sharing.swf
Oh, if you export GNASH_OPTIONS=writelauncher and start
firefox from the console gnash plugin would produce a launcher
script for you in /tmp/gnash-debug-#.sh
--strk;