Gnash Flash player reaches milestone, not destination


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Gnash Flash player reaches milestone, not destination
# 1  
Old 03-18-2008
Gnash Flash player reaches milestone, not destination

Tue, 18 Mar 2008 18:00:00 GMT
Gnash, the free software Flash player, has released its first beta. The new release is a milestone for both the project and the GNU/Linux desktop, which remains dependent on the proprietary Adobe player for handling Flash files (.swf). Although Flash support is not complete in version 0.8.2, Gnash has now reached the point where it is usable for the most common everyday purposes, such as watching videos on YouTube -- a point that Gnash was exaggeratedly reported as having reached last June. However, in many other ordinary circumstances, Gnash's success remains hit or miss.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Flash player

hello, i have downloaded flash player as tar.gz,i dont know how to copy files and paste it to usr/lib/adobe-flashplugin/ , i have download it in my downloads. plz help me. (1 Reply)
Discussion started by: Lee win
1 Replies

2. Solaris

how can i install flash player

:( i download flashplayer for solaris ;but i couldnt install for firefox;please help (1 Reply)
Discussion started by: buketbarazi
1 Replies

3. SuSE

Problem with flash player

Hi All Im using Redhat Linux enterprise editon 4.0 When ever i open firefox, i get a msg saying that "Install missing plugins" When i click that macromedi flash player is downloaded. And after i install flash player also, in fireforx i get the same message Pls help me (11 Replies)
Discussion started by: balumankala
11 Replies

4. UNIX for Dummies Questions & Answers

Flash player in Firefox

Hey people Newly installed Ubuntu 8.04 Hardy Heron (64-bit) on my PC. The problem is that I can't get Adobe Flash Player working in Firefox 3 Beta 5. I have tried many online guides, but none of them worked for me. Anyone knows how to make this work? I remember that I got it to work with a... (3 Replies)
Discussion started by: Sixmax
3 Replies

5. Solaris

installing flash player

I download the files from Adobe, and place them in /opt/firefox/plugins i made sure to chown and chmod them to be the same as the other 2 plugins that i have in there. when i try to open a file .html that has links to a .swf it keeps asking me to install the player did i do something wrong? (9 Replies)
Discussion started by: deaconf19
9 Replies

6. UNIX for Dummies Questions & Answers

Flash Player

I am completely new to Unix and have a quick question... I have a client that wants me to develop Flash Commercials and Presentations. My question is, does the Linux Flash Player work on the Unix platform? Thanks in advance for your responses! (1 Reply)
Discussion started by: tbgfinancial
1 Replies
Login or Register to Ask a Question
BJ(6)								   Games Manual 							     BJ(6)

NAME
bj - the game of black jack SYNOPSIS
/usr/games/bj DESCRIPTION
Bj is a serious attempt at simulating the dealer in the game of black jack (or twenty-one) as might be found in Reno. The following rules apply: The bet is $2 every hand. A player `natural' (black jack) pays $3. A dealer natural loses $2. Both dealer and player naturals is a `push' (no money exchange). If the dealer has an ace up, the player is allowed to make an `insurance' bet against the chance of a dealer natural. If this bet is not taken, play resumes as normal. If the bet is taken, it is a side bet where the player wins $2 if the dealer has a natural and loses $1 if the dealer does not. If the player is dealt two cards of the same value, he is allowed to `double'. He is allowed to play two hands, each with one of these cards. (The bet is doubled also; $2 on each hand.) If a dealt hand has a total of ten or eleven, the player may `double down'. He may double the bet ($2 to $4) and receive exactly one more card on that hand. Under normal play, the player may `hit' (draw a card) as long as his total is not over twenty-one. If the player `busts' (goes over twenty-one), the dealer wins the bet. When the player `stands' (decides not to hit), the dealer hits until he attains a total of seventeen or more. If the dealer busts, the player wins the bet. If both player and dealer stand, the one with the largest total wins. A tie is a push. The machine deals and keeps score. The following questions will be asked at appropriate times. Each question is answered by y followed by a new line for `yes', or just new line for `no'. ? (means, `do you want a hit?') Insurance? Double down? Every time the deck is shuffled, the dealer so states and the `action' (total bet) and `standing' (total won or lost) is printed. To exit, hit the interrupt key (DEL) and the action and standing will be printed. BJ(6)