gnash leave a blank page when visit youtube

2008-06-02 Thread Jyun-Yi Liou
Hi list!

I've changed my browser's flash player form
www/linux-flashplugin7(out-of-date, and ports mark this as RESTRICTED D: )
to graphic/gnash a few hours ago
but gnash just leave me a blank page while I am visiting youtube

screen shot:
http://img144.imageshack.us/img144/6953/screenshot0206200820260bt8.jpg

and there is my about:plugins
http://img113.imageshack.us/img113/6189/screenshot0206200820280ey5.jpg

libgnashplugin.so was installed at /usr/local/lib/browser_plugins correctly

this is a part of my config.log (yes, I change graphic/gnash/Makefile)
 ./configure --with-boost-incl=/usr/local/include
--with-boost-lib=/usr/local/lib
--with-npapi-plugindir=/usr/local/lib/browser_plugins
--with-kde-pluginprefix=/usr/local --enable-jpeg --enable-png --enable-Xft \
   --enable-fontconfig --enable-plugins --enable-nsapi
--disable-kparts --disable-cygnal --enable-gui=gtk --enable-renderer=agg
--enable-media=ffmpeg --x-libraries=/usr/local/lib
--x-includes=/usr/local/include --prefix=/usr/local \
   --mandir=/usr/local/man --infodir=/usr/local/info/
--build=i386-portbld-freebsd7.0

I tried some different arguments but still not working on it.
Does anything I missed?

otherwise, I can play flash at youtue by this little script, scrpit is
copied from http://wiki.gnashdev.org/YouTube
% cat play_youtube
#! /bin/sh
url=$1
vars=$`wget --quiet -O - $url | grep -F watch_fullscreen | cut -d \? -f 2
| cut -d \ -f1`
echo $vars
gnash -vv -F 2 -P FlashVars=$vars http://tw.youtube.com/player2.swf

screen shot:
http://img231.imageshack.us/img231/6889/screenshot0206200820465iz9.jpg

so, this is not gnash's problem but firefox?
please, tell me how you do it, if someone happy with gnash and firefox :-)

ps. I found a bug report about blank flash page
https://savannah.gnu.org/bugs/?18822
  is it related?

Happy hacking,
jyuny1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Derek Graham
on Monday 02 June 2008Monday 02 June 2008 Jyun-Yi Liou Jyun-Yi Liou 
[EMAIL PROTECTED] wrote:

 Hi list!

 I've changed my browser's flash player form
 www/linux-flashplugin7(out-of-date, and ports mark this as RESTRICTED D: )
 to graphic/gnash a few hours ago
 but gnash just leave me a blank page while I am visiting youtube

 screen shot:
 http://img144.imageshack.us/img144/6953/screenshot0206200820260bt8.jpg

 and there is my about:plugins
 http://img113.imageshack.us/img113/6189/screenshot0206200820280ey5.jpg

 libgnashplugin.so was installed at /usr/local/lib/browser_plugins correctly

 this is a part of my config.log (yes, I change graphic/gnash/Makefile)
  ./configure --with-boost-incl=/usr/local/include
 --with-boost-lib=/usr/local/lib
 --with-npapi-plugindir=/usr/local/lib/browser_plugins
 --with-kde-pluginprefix=/usr/local --enable-jpeg --enable-png --enable-Xft
 \ --enable-fontconfig --enable-plugins --enable-nsapi --disable-kparts
 --disable-cygnal --enable-gui=gtk --enable-renderer=agg
 --enable-media=ffmpeg --x-libraries=/usr/local/lib
 --x-includes=/usr/local/include --prefix=/usr/local \
--mandir=/usr/local/man --infodir=/usr/local/info/
 --build=i386-portbld-freebsd7.0

 I tried some different arguments but still not working on it.
 Does anything I missed?

 otherwise, I can play flash at youtue by this little script, scrpit is
 copied from http://wiki.gnashdev.org/YouTube
 % cat play_youtube
 #! /bin/sh
 url=$1
 vars=$`wget --quiet -O - $url | grep -F watch_fullscreen | cut -d \? -f 2

 | cut -d \ -f1`

 echo $vars
 gnash -vv -F 2 -P FlashVars=$vars http://tw.youtube.com/player2.swf

 screen shot:
 http://img231.imageshack.us/img231/6889/screenshot0206200820465iz9.jpg

 so, this is not gnash's problem but firefox?
 please, tell me how you do it, if someone happy with gnash and firefox :-)

 ps. I found a bug report about blank flash page
 https://savannah.gnu.org/bugs/?18822
   is it related?

 Happy hacking,
 jyuny1
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


Fun so Flash7 is obsolete, Gnash is half and half, and flash9 is a lost 
cause :p should be interesting what happens when silverlight comes out and 
all websites start using it :(

Sincerely,
Derek A. Graham

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Jyun-Yi Liou
Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ?
www/linux-flashplugin9 always freeze my firefox :-(

I miss the old days with www/linux-flashplugin7 D-:

btw, graphic/gnash seems pretty stable, but the integration with firefox is
poor in my case.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Derek Graham
on Monday 02 June 2008Monday 02 June 2008 Jyun-Yi Liou Jyun-Yi Liou 
[EMAIL PROTECTED] wrote:

 Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ?
 www/linux-flashplugin9 always freeze my firefox :-(

 I miss the old days with www/linux-flashplugin7 D-:

 btw, graphic/gnash seems pretty stable, but the integration with firefox is
 poor in my case.


Dunno i think if you edit the Makefile and comment out the restricted, it 
might work, by the way good idea to CC the freebsd-questions@freebsd.org
you might get more responses.

Sincerely,
Derek A. Graham

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Yuri Pankov

Jyun-Yi Liou wrote:

Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ?
www/linux-flashplugin9 always freeze my firefox :-(


I don't see how RESTRICTED prevents you from installing 
linux-flashplugin7. Quoting /usr/ports/Mk/bsd.port.mk:

# RESTRICTED- Prevent the distribution of distfiles and packages to
# the FTP sites or on CDROM (e.g. forbidden by license
# considerations).

What is actual problem (error messages from `make`, please) with 
linux-flashplugin7?



I miss the old days with www/linux-flashplugin7 D-:

btw, graphic/gnash seems pretty stable, but the integration with firefox is
poor in my case.



Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Jyun-Yi Liou
2008/6/2 Derek Graham [EMAIL PROTECTED]:

 Dunno i think if you edit the Makefile and comment out the restricted, it


I've tried to comment out the RESTRICTED, but the output:
===  linux-flashplugin-7.0r73 has known vulnerabilities:
= linux-flashplugin -- unspecified remote code execution vulnerability.
   Reference: 
http://www.FreeBSD.org/ports/portaudit/04c6187d-2d8f-11dd-98c9-00163e16.htmlhttp://www.freebsd.org/ports/portaudit/04c6187d-2d8f-11dd-98c9-00163e16.html

= Please update your ports tree and try again.
*** Error code 1

Stop in /usr/ports/www/linux-flashplugin7.
*** Error code 1

Stop in /usr/ports/www/linux-flashplugin7.

anything I can do further?


 might work, by the way good idea to CC the freebsd-questions@freebsd.org
 you might get more responses.

thanks for the notice :-)




 Sincerely,
 Derek A. Graham

 best regards,
jyuny1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Jyun-Yi Liou
2008/6/2 Yuri Pankov [EMAIL PROTECTED]:

 What is actual problem (error messages from `make`, please) with
 linux-flashplugin7?

the message I got:

===  linux-flashplugin-7.0r73 has known vulnerabilities:
= linux-flashplugin -- unspecified remote code execution vulnerability.
   Reference: 
http://www.FreeBSD.org/ports/portaudit/04c6187d-2d8f-11dd-98c9-00163e16.htmlhttp://www.freebsd.org/ports/portaudit/04c6187d-2d8f-11dd-98c9-00163e16.html

= Please update your ports tree and try again.
*** Error code 1

Stop in /usr/ports/www/linux-flashplugin7.
*** Error code 1

Stop in /usr/ports/www/linux-flashplugin7.

anything I can do further?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Yuri Pankov

Jyun-Yi Liou wrote:



2008/6/2 Yuri Pankov [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]:

What is actual problem (error messages from `make`, please) with
linux-flashplugin7?

the message I got:

===  linux-flashplugin-7.0r73 has known vulnerabilities:
= linux-flashplugin -- unspecified remote code execution vulnerability.
   Reference: 
http://www.FreeBSD.org/ports/portaudit/04c6187d-2d8f-11dd-98c9-00163e16.html 
http://www.freebsd.org/ports/portaudit/04c6187d-2d8f-11dd-98c9-00163e16.html

= Please update your ports tree and try again.
*** Error code 1

Stop in /usr/ports/www/linux-flashplugi
n7.
*** Error code 1

Stop in /usr/ports/www/linux-flashplugin7.

anything I can do further?



If you are absolutely sure you want linux-flashplugin7 installed, 
despite security vulnerability, you can disable portaudit check (this 
message comes from portaudit) with -DDISABLE_VULNERABILITIES (it's 
documented in ports(7) manpage).



HTH,
Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Vince Hoffman
Jyun-Yi Liou wrote:
 Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ?
 www/linux-flashplugin9 always freeze my firefox :-(
 
 I miss the old days with www/linux-flashplugin7 D-:
 

For me the
RESTRICTED= Redistribution not allowed
line just means what it says, ie you cant redistribute the port/package.
Its still builds and (last I tried) works.

I tend to use swfdec and swfdec-plugin ports which play youtube fine for
me though.


Vince

 btw, graphic/gnash seems pretty stable, but the integration with firefox is
 poor in my case.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Vince Hoffman
Vince Hoffman wrote:
 Jyun-Yi Liou wrote:
 Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ?
 www/linux-flashplugin9 always freeze my firefox :-(

 I miss the old days with www/linux-flashplugin7 D-:

 
 For me the
 RESTRICTED= Redistribution not allowed
 line just means what it says, ie you cant redistribute the port/package.
 Its still builds and (last I tried) works.
 
 I tend to use swfdec and swfdec-plugin ports which play youtube fine for
 me though.
 
 
Sorry just read your other posts, for some reason I must have
uninstalled portaudit at some point on my laptop so I wasn't getting the
 portaudit message.

Vince

 Vince
 
 btw, graphic/gnash seems pretty stable, but the integration with firefox is
 poor in my case.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Jyun-Yi Liou
2008/6/2 Yuri Pankov [EMAIL PROTECTED]:

 If you are absolutely sure you want linux-flashplugin7 installed, despite
 security vulnerability, you can disable portaudit check (this message comes
 from portaudit) with -DDISABLE_VULNERABILITIES (it's documented in ports(7)
 manpage).

 HTH,
 Yuri


Thanks for the hint!
I should man 7 ports first :-)

best regards,
jyuny1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Robert Huff

Vince Hoffman writes:

   Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ?
   www/linux-flashplugin9 always freeze my firefox :-(
  
  For me the
  RESTRICTED= Redistribution not allowed
  line just means what it says, ie you cant redistribute the
  port/package. 

If that's the case, then it's a poor choice if name for the
variable.


Robert Huff

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Vince Hoffman
Robert Huff wrote:
 Vince Hoffman writes:
 
   Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ?
   www/linux-flashplugin9 always freeze my firefox :-(
  
  For me the
  RESTRICTED= Redistribution not allowed
  line just means what it says, ie you cant redistribute the
  port/package. 
 
   If that's the case, then it's a poor choice if name for the
 variable.
 
It seems clear enough to me but I can see why it could cause confusion.
For an explanation of what the variables mean its usually best to look
though the porters handbook. Taking this as an example:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-restrictions.html

 
   Robert Huff

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Derek Graham
on Monday 02 June 2008Monday 02 June 2008 Gerard Gerard [EMAIL PROTECTED] 
wrote:

 On Mon, 2 Jun 2008 08:30:03 -0500
 Derek Graham [EMAIL PROTECTED] wrote:

 [snip]

  Fun so Flash7 is obsolete, Gnash is half and half, and flash9 is a
  lost cause :p should be interesting what happens when silverlight
  comes out and all websites start using it :(

 Silverlight is all ready out. I don't know how wide spread its use is
 though. I did see something about Microsoft tweaking it so that it was
 compatible with Firefox.

 OT; however, there is a notice from CERTS regarding Microsoft and
 Apple's Safari:

 http://www.us-cert.gov/current/index.html#microsoft_releases_security_advis
ory1

 and

 http://www.microsoft.com/technet/security/advisory/953818.mspx

 Lately Apple has been getting hit rather hard with security problems.

I heard a rumor Microsoft was planning to create a linux version of 
silverlight, I also heard a rumor that silverlight could overcome flash 
alltogether. Yeah I have heard the same, I listen to MacBreek Weekly podcast 
and hear all about it on there :)

Sincerely,
Derek A. Graham

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: gnash leave a blank page when visit youtube

2008-06-02 Thread Tobias Hoellrich
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Derek Graham
 Sent: Monday, June 02, 2008 2:59 PM
 To: Gerard
 Cc: freebsd-questions@freebsd.org
 Subject: Re: gnash leave a blank page when visit youtube
 
 I heard a rumor Microsoft was planning to create a linux version of 
 silverlight, I also heard a rumor that silverlight could 
 overcome flash 
 alltogether. Yeah I have heard the same, I listen to MacBreek 
 Weekly podcast 
 and hear all about it on there :)

Got to add that to my book of funny rumours :) Show me one true
cross-platform product from Microsoft that has been updated in sync with
the Windows versions over the years. If you find that, I guess we have
an answer; if you don't find one, I guess we have an answer as well ;-)

Tobias
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Gerard
On Mon, 2 Jun 2008 08:30:03 -0500
Derek Graham [EMAIL PROTECTED] wrote:

[snip]

 Fun so Flash7 is obsolete, Gnash is half and half, and flash9 is a
 lost cause :p should be interesting what happens when silverlight
 comes out and all websites start using it :(

Silverlight is all ready out. I don't know how wide spread its use is
though. I did see something about Microsoft tweaking it so that it was
compatible with Firefox.

OT; however, there is a notice from CERTS regarding Microsoft and
Apple's Safari:

http://www.us-cert.gov/current/index.html#microsoft_releases_security_advisory1

and

http://www.microsoft.com/technet/security/advisory/953818.mspx

Lately Apple has been getting hit rather hard with security problems.

-- 
Gerard
[EMAIL PROTECTED]

Klatu barada nikto.


signature.asc
Description: PGP signature


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Derek Graham
on Monday 02 June 2008Monday 02 June 2008 Tobias Hoellrich Tobias Hoellrich 
[EMAIL PROTECTED] wrote:

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Derek Graham
  Sent: Monday, June 02, 2008 2:59 PM
  To: Gerard
  Cc: freebsd-questions@freebsd.org
  Subject: Re: gnash leave a blank page when visit youtube
 
  I heard a rumor Microsoft was planning to create a linux version of
  silverlight, I also heard a rumor that silverlight could
  overcome flash
  alltogether. Yeah I have heard the same, I listen to MacBreek
  Weekly podcast
  and hear all about it on there :)

 Got to add that to my book of funny rumours :) Show me one true
 cross-platform product from Microsoft that has been updated in sync with
 the Windows versions over the years. If you find that, I guess we have
 an answer; if you don't find one, I guess we have an answer as well ;-)

 Tobias

Don't get me started on keeping up with versions, adobe has ignored us, more 
sites use flash9, ports has adobe marked as restricted and I cant find a ver 
9 alternative to adobe :( Microsoft is worse on supporting their own 
software, a product made for sale commericially *should* work smoother then 
one given for free, but Microsoft doesnt see things like that :p If anyone 
knows a good alternative to flash9 let me know!

Sincerely,
Derek A. Graham
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread eculp

Quoting Derek Graham [EMAIL PROTECTED]:


on Monday 02 June 2008Monday 02 June 2008 Tobias Hoellrich Tobias Hoellrich
[EMAIL PROTECTED] wrote:


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Derek Graham
 Sent: Monday, June 02, 2008 2:59 PM
 To: Gerard
 Cc: freebsd-questions@freebsd.org
 Subject: Re: gnash leave a blank page when visit youtube

 I heard a rumor Microsoft was planning to create a linux version of
 silverlight, I also heard a rumor that silverlight could
 overcome flash
 alltogether. Yeah I have heard the same, I listen to MacBreek
 Weekly podcast
 and hear all about it on there :)

Got to add that to my book of funny rumours :) Show me one true
cross-platform product from Microsoft that has been updated in sync with
the Windows versions over the years. If you find that, I guess we have
an answer; if you don't find one, I guess we have an answer as well ;-)

Tobias


Don't get me started on keeping up with versions, adobe has ignored us, more
sites use flash9, ports has adobe marked as restricted and I cant find a ver
9 alternative to adobe :( Microsoft is worse on supporting their own
software, a product made for sale commericially *should* work smoother then
one given for free, but Microsoft doesnt see thing like that :p If anyone
knows a good alternative to flash9 let me know!


Better, yet.  Please let us all know.  That Heads Up should even be  
crossposted ;)


Flash 7 sites are becoming few and far between.

ed

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Gerard
On Mon, 2 Jun 2008 14:06:04 -0700
Tobias Hoellrich [EMAIL PROTECTED] wrote:

[snip]

 Got to add that to my book of funny rumours :) Show me one true
 cross-platform product from Microsoft that has been updated in sync
 with the Windows versions over the years. If you find that, I guess
 we have an answer; if you don't find one, I guess we have an answer
 as well ;-)

The same thing can be said for virtually any software publisher. They
all tend to complete and rush out the door the version written for the
OS they are primarily interested in. Then, and all too often, complete a
substandard version for other operating systems. Try getting an
up-to-date version of claws-mail for Windows for instance. It doesn't
exist. The same can be said about a lot of other software as well. It
is just the nature of the beast.

-- 
Gerard
[EMAIL PROTECTED]

The 'A' is for content, the 'minus' is for not typing it.
Don't ever do this to my eyes again.

Professor Ronald Brady, Philosophy, Ramapo State College


signature.asc
Description: PGP signature


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Andrew Pantyukhin
On Mon, Jun 02, 2008 at 03:58:41PM -0500, Derek Graham wrote:
 I heard a rumor Microsoft was planning to create a linux
 version of silverlight

FWIW, the Linux version of Moonlight kinda works on FreeBSD. Not
functional or stable yet, but it does work with at least a few
sites I tried.

http://www.go-mono.com/moonlight/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Mitja
On Monday 02 June 2008 08:30:03 Derek Graham wrote:
 on Monday 02 June 2008Monday 02 June 2008 Jyun-Yi Liou Jyun-Yi Liou

 [EMAIL PROTECTED] wrote:
  Hi list!
 
  I've changed my browser's flash player form
  www/linux-flashplugin7(out-of-date, and ports mark this as RESTRICTED D:
  ) to graphic/gnash a few hours ago
  but gnash just leave me a blank page while I am visiting youtube
 
  screen shot:
  http://img144.imageshack.us/img144/6953/screenshot0206200820260bt8.jpg
 
  and there is my about:plugins
  http://img113.imageshack.us/img113/6189/screenshot0206200820280ey5.jpg

I use gnash all the time and I didn't had a problem with youtube. but after 
yesterdays update I have a blank page too (for the same vieos as work 
before).


-- 
It was Penguin lust... at its ugliest.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]