« Linux player in action - a Flashforward sneak! | Main | Contribute your full-screen demos to the Adobe Labs wiki »

October 03, 2006

Flash Player 9 Update Beta on Adobe Labs - bugfixes, Vista support and new full-screen mode feature

The beta version of an upcoming update for Flash Player 9 is now available on Adobe Labs. This release contains bug fixes, adds Vista support to the ActiveX player, and also includes a feature that I think you will all be excited about ... full-screen mode in the web players.

I know the first question that just popped into your head is "What about Linux?" The answer is: QE has not skipped a beat and is starting the beta certification of the Linux player which will go live on Adobe Labs when it passes the certification tests. You'll have to estimate when you think that will be on your own. ;-) Yes, it will be the same version as what was released today in the Win/Mac beta on Adobe Labs.

Ok, now back to full-screen mode. There is an article on Adobe Labs that describes how to use this feature, which includes new ActionScript 3.0 class files for Flash and Flex, a publishing template, and sample code. You can use full-screen mode for any type of Flash content or application, but we did consider Flash video applications the primary use case for this initial implementation. There are a few security-related restrictions that you need to be aware of, as they will limit the usefulness of full-screen for some types of interactive content. We hope to address these limitations in future versions of the Flash Player as we continue to develop this feature.

Developers should understand the following end-user security-related restrictions and design content accordingly. (These restrictions apply to the Flash plugin and ActiveX control, but not to the Flash standalone player or Flash projectors.)

* To enable full screen, you must add a new object and embed tag parameter - 'allowFullScreen=true' - to your html.
* An overlay dialog appears when the movie first enters full screen mode, instructing the user how to exit and return to normal mode. The dialog appears for a few seconds, then fades out.
* The ActionScript that initiates full-screen mode can only be called in response to a mouse click or key press.
* Users cannot enter text in text input fields while in full-screen mode. All keyboard input and key-related ActionScript is disabled while in full screen mode, with the exception of the keyboard shortcuts that take the viewer out of fullscreen mode.

Another enhancement that was added based on developer feedback is the the ADDED_TO_STAGE and REMOVED_FROM_STAGE events to allow a DisplayObject to monitor and know when it can or cannot access its stage property. The ADDED_TO_STAGE event is dispatched to a DisplayObject when it (or the tree in which it is contained) is added to the stage. The REMOVED_FROM_STAGE event is dispatched to a DisplayObject when it (or the tree in which it is contained) is removed from the stage.

For a list of publicly reported issues fixed in this release, see the release notes.

Please play around with, comment on, and file bugs against the new full-screen mode and the Vista compatible player. As with our standard public betas, we invite you to test the beta player to ensure we have not introduced any backwards compatibility issues. The Flash Player Team thanks you!!!

And stay tuned for the Linux beta announce...

Posted by ehuang at October 3, 2006 06:53 PM

Trackback Pings

TrackBack URL for this entry:
http://weblogs.macromedia.com/mtadmin/mt-tb.cgi/7853

Comments

Im pretty excited about the Linux release :) I just switched to Linux and got almost everything to work nicely, except Flash! Now that will also be fine. Yaaaaay! Tnx! Love you! ;)

I hope to be using it in a week or so.

Posted by: Erik at October 4, 2006 04:39 PM

Love the fullScreen feature!! Now if only you could enable transperancy of the activeX in winforms (or I could wait for apollo) then I could play webcam tennis with my desktop icons hehehe.

Nice work guys keep em coming :o)

Posted by: Campbell at October 4, 2006 04:52 PM

Wow - nice work :)

Posted by: eric dolecki at October 4, 2006 04:59 PM

Full-screen mode sounds interesting, but my first reaction is that it will be abused terribly. I hope the security restrictions are good enough, they sound well thought out, but let's see how they get used in practice.

Posted by: David at October 4, 2006 05:02 PM

At first Flash advertising on websites was a mild annoyance, and a typical ad would feature an easily ignored banner with a dancing cartoon pig or something. With wmode=transparent, advertisers gained the ability to have the pig dance in front of the content of the page the advert is on. FLV came along, and the cartoon pig was replaced with a streaming video of an actual pig which wasted Internet traffic and disrupted everyone near the computer with loud oinking and grunting noises.

I can't wait to see how advertisers will (ab)use this new fullscreen feature. I can see people uninstalling the Flash Player if it becomes a common "feature" of web advertising.

Posted by: Frank at October 4, 2006 05:41 PM

WooW!!
The wonderfull thing that I want for a long time.!!
Run fine with Flex-Eclipse plugin.
Tested with.
firefox 1.5.0.7 XP sp2 Eng.
Explorer 6, activex not was updated.
//So I start to figth with the explorer plugin update process!!, why always the explore cause problem!!?

Pretty Cool feature.!
Screen Sharing is comming. ?? ;)

Posted by: luchyx at October 4, 2006 05:55 PM

Here is the Example!! Awesome!!.
http://www.riaevolution.com/applications/projectmanager/

Posted by: luchyx at October 4, 2006 06:10 PM

Can we see the source to a flex 2 example where this is used?

Posted by: Nick at October 4, 2006 10:55 PM

@Campbell - I know you're probably not 100% serious, but I don't believe there is anything that Adobe can do about the ActiveX transparency issue, it is a flaw in Windows which will not be fixed in Vista*. So I guess that only leaves you one option ;)

* You can set wmode only in Browsers (and bizarrely also in VB6) because they support Windowless controls..

Posted by: Ross at October 5, 2006 12:26 AM

I've noticed a problem with this example:
http://www.riaevolution.com/applications/projectmanager/

After entering full screen mode I chose Help from the right click menu. Nothing happened. I tried right clicking again but the context menu no longer worked. I was stuck and had to hit ESC to get out.
I believe this has something to do with the underlying browser window blocking a popup in Firefox.

Stefan

Posted by: Stefan Richter at October 5, 2006 01:46 AM

The ActionScript 3.0 example seems unusual. Neither the variables nor methods have access modifiers. The methods also don't have return types specified. Also, this syntax seems like "old school" Flash:

exitFullScreen = function()

What am I missing?

Posted by: Jim at October 5, 2006 05:08 AM

The requirement for a keypress or click should lessen the potential for advertising abuse, but I figure people will still use it to trick people into full screen ads. However considering the fact that people are rapidly learning to tune out ads visually most people probably won't actually point to the ad and click unless they are already interested.

Hope there isn't a way to trick a click through any swf-external means.

Posted by: chris at October 5, 2006 06:13 AM

I definitely share some of Frank's concerns. This feature may get abused... Will there be a way for the user to 'protect' himself from being invaded?

Incidentally I added my own demo now:
http://www.flashcomguru.com/index.cfm/2006/10/5/flashfullscreen

Stefan

Posted by: Stefan Richter at October 5, 2006 06:40 AM

Frank, to guard against ad abuse, check out this section in Tracy's article:
"The ActionScript that initiates full-screen mode can be called only in response to a mouse click or keypress. If it is called in other situations, it will be ignored (in ActionScript 2.0) or throw an exception (in ActionScript 3.0)."
http://labs.adobe.com/wiki/index.php/Flash_Player:9:Update:Full-Screen_Mode

Posted by: John Dowdell at October 5, 2006 08:04 AM

RegExp.exec are still bugged, like I report weeks ago. Is there a chance that it will be fixed till final version?

Posted by: Marcos Neves at October 5, 2006 10:47 AM

If you can ban full screen mode until a mouse is clicked, can you please make the security default to be the same for Audio!

Posted by: ASL at October 5, 2006 02:49 PM

Great! All the embedded fonts issues are gone :D

But have you a roadmap for the release of the MacIntel Standalone projector?! Actually all Offline flash content are not very well served with MacIntels...

Once again and as usual: Many thanks for the good work of the flash player team!

Posted by: François Dispaux at October 6, 2006 01:39 AM

Has the Flash Player update been tested with Windows Table PC Edition 2005? The player was not able to recognize the pen movements accurately. Flash Player 7 recognized the pen movements perfectly. Thoughts?

Posted by: Sofiane Oubraham at October 6, 2006 06:57 AM

Please send any feedback on the full screen feature through the Flash Player 9 feedback form or in the Forums available on Adobe Labs. It will be extremely useful for us to understand how you would like to use this feature, and how you as a user would expect it to behave, as we continue to develop the feature.

Jim - The article is open for editing on the wiki, so if you have suggestions on how to improve you are welcome to do so. We will be reviewing that article and editing it again when we migrate it to the Dev Center for the release.

Francois - good question. When we launched the universal binary, we only released the web players because historically the SA only shipped with the tool. But now we have Flex Builder and Flash and they may be offcycle with us. So we may need to adjust that old release "rule". Same with the debug players. No promises, but if we can get them up with a beta refresh they would be on Adobe Labs.

Sofiane - please file a bug.

http://www.adobe.com/bin/fp9betafeedback.cgi

best,
e

Posted by: emmy at October 6, 2006 11:35 AM

Hi,

By some strange reason it was installed in my Powerbook G4 and saw that my embedded fonts with advanced aliasing looked like crap in my browser but not in the flash IDE. I uninstalled the Flash player beta 9,0,20,0 and installed the latest release version and the fonts looked great again. Is this a feature that will be fixed before the release?

I like the fullscreen ability, but would like to be able to enter text in inputfields etc.

Posted by: Mark Freese at October 8, 2006 06:10 AM

I'm losing websites like flies!! Metacafe now only supports flash 8, so has effectively shafted Linux users.

Please, please try to get the Linux player out ASAP, the *massive* delays aren't helping anyone, and I'm sure Linux users are complaining to sites such as Metacafe, which must be indirectly hurting Adobe.

I hope Linux gets treated as a first class platform from now on, this painful break from the pack would be an awful thing to repeat. Linux users are often techies in positions of recommending and supporting IT infrastructure..

64 bit port coming with it I hope?? I can't find any mention of it..

Anyhow, despite being frustrated and a bit upset, I'm actually thankful and supportive of Abobe getting the beta out, so, thanks.

Posted by: Shanness at October 9, 2006 10:57 AM

Full-screen mode - Simply brilliant!

Posted by: Aaron Neff at October 9, 2006 11:00 PM

Hi Emmy!

Many of the security restrictions make sense; but why is all text input canceled? This shoots in the foot the ability to create full screen applications that contain text fields. Just curious.

Posted by: Brian Ferris at October 10, 2006 08:20 PM

OK about linux...
But what about 64bit linux and 64bit windows?

It's really a shame that a huge and powerful company like Adobe doesn't bother to provide 64bit versions of its binaries, although 64bit OSes have become mainstream and it's almost impossible to buy a 32 CPU now. (The same is true about Sun and their non-existent 64bit Java plugin, but that's a different story.) Actually, it's not a shame, it's just ridiculous if you consider the fact that most open-source applications have been ported 2 years ago (or more).

I understand that re-optimizing the binaries for the 64bit platforms may be difficult... but they should be provided for compatibility reasons, even if unoptimized. Without optimizations it is just a recompilation after all (or SHOULD be just that).

I myself won't bother to configure a chrooted 32bit linux environment just because of a silly plugin. I learnt to live without flash and... guess what: I don't miss it much! Flash adds have become very annoying lately.

I apologise for sounding angry. Althought angry I am, because Adobe/Macromedia doen't listen to its users, my point is not to express this anger but to make clear that I am not the only one who feels like this. Most windows powerusers and virtually all linux users are extremely disappointed by Adobe. Let's not forget that there was no version 8 on linux at all. Combined with the lack of 64bit support it's just too much.

If an open and well-supported standard like SVG replaces flash in the near future (at least partially) I will not be really surprized...

Nicholas

PS. English isn't my native language, so please forgive any potential mistakes.

Posted by: Nicholas at October 14, 2006 04:28 AM

I forgot to thank you for giving us the chance to post here :)
It's obvious that you should not be blamed for the company's general policy regarding the 64platforms and the linux platform, so I hope that you won't take my previous comments personally.
Thank you for all your hard work on the flash player.

Posted by: Nicholas at October 14, 2006 04:40 AM

Still no native x64 version for Windows? Seriously? You guys single-handedly forced Microsoft to ship with 32-bit IE and 32-bit WMP as the defaults in 64-bit Vista (the WMP change was necessary since the lack of x64 flash breaks flash-based music stores like Urge).

Nice.

Posted by: spiralOut at October 15, 2006 09:19 AM

Please, when will be released Universal Binary Flash 9 Beta for Intel based Macs?

Posted by: purporte[X] at October 15, 2006 10:48 AM

Adode claims they're multiplatform but actual MULTIPLE platforms suppors about to be very poor.
- Looks like there is no support for 64 bit Windows.
- Looks like there is no support for 64 bit Linux.
- There is no support for PPC as well.

So, what is supported?Just many-years-old x86-32 crap?Is this "multiplatform"??In Linux and Windows it should be reasonable easy to build same version as 32-bit.Othervice Adobe's code is hardly "multiplatform" at all.

Why I like open source?They not just declaring funny advertisings but actually supporting advertised platforms.Proprietary companies are advertising much but actual support of declared features remains very poor.

Posted by: t3st3r at October 15, 2006 05:51 PM

Emmy, Emmy, Emmy... I see you are still dragging your feet with releasing a Linux Flash player beta. I guess this means Linux users might get a beta by the time Windows 2010 codename "Shock & Awe" is on the verge of release, Right?

So, How much is Microsoft paying Adobe to undermine desktop Linux adoption anyway? No, seriously... I'm curious how much it costs to have a company screw over the rest of the industry and put their own future at risk.

I guess we'll just have to take comfort that once Microsoft is done using Adobe to stifle the competition, Adobe/Flash will be made irrelevant by Microsoft's own move into Adobe's software market. Though , I'm sure people like you will be stupefied as to how that could have possibly happened??? Well, I for one won't be shedding any tears for Adobe when this predictable outcome comes about.

By the way Emmy, there are more Linux users in the world than there are Mac users. You do know that, don't you? I'm assuming that you do, but have chosen to ignore that fact. But then again, that might be giving you and Adobe way too much credit.

Posted by: jbus at October 17, 2006 01:56 PM

A new beta for an unreleased OS like Vista is out!
But a beta for something like Linux is not...

As usual. Adobe are... great coders, or friends of Microsoft ;]

Well, Adobe people... A Linux beta will be released, even it is ready. It just has to pass "hard, inline professional, top security, high level jedi verivication of... whatever" :D

Don't make me laugh...
You are pathetic. And I suggest:
Don't release it at all! I don't care. It will not make me use Windows anyway ;]
And I don't care for a couple of useless sites like Nike Air or Versace or...
These site owners are pathetic just like you.

Sorry I have to tell it this way. But your actions are... I really have no words for this. Just some web blogs with words like "We will try, but it is so hard!"
Well... When programming is a hard job for you. Just change the job then. Don't do it anymore and try something new like... Ecology, literature.

And this ultra beta and secret Flash Player for Linux... Keep it on your PCs or.. Microwaves or... Whatever you're using now ;]

Nothing personal!

Take care!

Posted by: binside at October 18, 2006 06:33 AM

I would really like to see a binary of Flash Player 9 for Solaris x86. Are there any plans to release it
for Solaris x86?

Posted by: Apostolos Syropoulos at October 23, 2006 12:51 PM

Absolute Joke..... I work in the finance industry, and no wonder the architects push back on Adobe Macromedia products for development - they only support 32-bit Windows.... Joke.

Mac OS-X/Intel has been out nearly a year.
Linux 64 bit has been out for donkeys
But no, we'll develop for Windows Vista - even though it isn't available until 2007....

Great.... Adobe listen less to their customers than Microsoft - not they they read this and take any notice.......

Posted by: Kevin B at October 27, 2006 01:42 PM

I was going to use youtube (which requires flashplayer) but will not now as I run x64 Linux and cannot watch video on youtube. Obviously this tardiness on macromedia's part is nothing to do with marketing and seems to be in my opinion somewhat anti-competetive.

Posted by: raena at November 4, 2006 05:44 AM

Gee Great! Now what about linux x64 users? Seriously... I'm sure you can find some enthusiast group that will port your stuff for you. I'm really aggravated that I can't view youtube videos.

I hope your virtual monopoly dies soon

Posted by: stark at November 21, 2006 03:32 AM

Many x64 linux users are waiting for the Player.
Any idea when it will come out?

Posted by: Tom D. at December 10, 2006 10:53 AM

I was anticipating for FlashPlayer to support Windows x64 (as Linux x64, also), as I really ejoy it using IE x64. I'd like, like many other users, to use native x64 code only, as it runs faster. Don't be afraid -- release even alpha version for this, and You will be gratituded. :)

Posted by: Kestutiss at January 2, 2007 10:38 AM

cool!

Posted by: cioko at January 11, 2007 06:14 PM

Any update on X64 support?

Posted by: RobD at January 29, 2007 01:19 PM

Adobe says no x64 support in 64-bit Windows for Flash 9. And honestly there hasn't been a public statement that gives me a shred of hope for Flash 10.

There was a post in late 2005 from someone supposedly at Adobe/MM explaining that they need a Linux and x64 guru who is willing to work in-house full-time if they're going to have a chance of creating Flash for other platforms.

It was characterized as hundreds of complex routines needing to be rewritten multiple times for new compilers and platforms.

At some point a large company like YouTube is going to use their own resources to create an alternative solution to showing video or Java's offerings in this regard will finally meet performance standards suitable for most users.

Posted by: patrick at February 6, 2007 03:45 PM

Yes, the full screen looks great, mainly due to the vector graphics. I was wondering if there are any command line parameters to the flash player, namely to run in full screen? Without this, the only way I can see to run in full screen is this bit of action script:

play();
fscommand("fullscreen", "true");

The command line option would afford a little more flexibility. What other options are available to run the player in full screen?

thanks

Posted by: SeanC at April 4, 2007 10:19 AM

No replies to the x64 linux comments.. pathetic. x64 is the coming generation of systems speed, memory access, all those great things!, but somehow those customers aren't worth the effort.

Posted by: George at May 10, 2007 07:16 PM

Can't believe a company the size of Adobe can't even release any version of Flash Player for Linux x64.

Posted by: nerd. at May 12, 2007 06:47 PM

I have just loaded the latest Adobe player and it runs video for 2 seconds and stops - please tell me why and how to correct the problem?

Posted by: Dick Smith at May 19, 2007 11:08 AM

I'm really dissapointed there's no version of flashplayer for 64bit IE7.

Since I use Vista's 64bit IE7 exclusively I'll just deal without it until Adobe wakes up, looks around, and discovers that it's 2007.

Maybe I'm actualy better off without it though? Thanks to Adobe I no longer have to look at the majority of advertising on most sites and I don't even have to run some blocking script. After all, the most common use of flash player is the delivery of advertising content.

Hmmm, think I just solved my own problem. Carry on.

Posted by: TonyT at May 20, 2007 07:12 AM

how du u make flash games work again.cause i went on stick arena and it will just be a white screen with an X at the top of it

Posted by: jake the fuckin killa at May 24, 2007 04:51 PM

I would like to repeat Aaron Neff's question.
Exactly why is text input cancelled in full-screen mode?

Posted by: Emil Korngold at June 19, 2007 08:47 AM

@Emil

This is covered in the Dev Center article on full screen mode: it is a security restriction to prevent malicious attacks on the end-user, for example by spoofing the desktop or a login screen.

http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode.html

best,
e

Posted by: emmy huang at June 19, 2007 11:04 AM

Thanks for your prompt reply!
I'll hope and pray this restriction will, as stated in the article, no longer need to be enforced or dealt with in another way in future updates of the Flash Player.

Posted by: Emil Korngold at June 20, 2007 05:33 AM

I develop flash content... or used to anyway.
www.zealoptics.com is probably my best known work.
too bad I am a linux 64bit user.
Over the years I've had to use windows just because adobe/macromedia won't support me, and i know many others who only kept windows around for you guys. I hope you know that linux use would dramatically increase just by you guys supporting it. not just flash, everything.
I can no longer use any adobe products, cause i can no longer stand windows.
I consider you guys to be one of the single greatest hindrances of linux adoption and THE single greatest hindrance to leaving windows.
I used your whole suit for web and print, and I would love to use it again, but you broke my heart guys... you broke my heart..
for now, I will have to strongly recommend against flash content on my clients websites.. I honestly don't have a choice. not if they want accessible content..

Posted by: Ali Gangji at June 26, 2007 06:24 PM

I would really like to see a binary of Flash Player 8 or 9 for Solaris x86. Are there any plans to release it for Solaris x86?

Posted by: Carsten Jakobsen at July 3, 2007 02:51 PM

Hi Emmy, The Fullscreen mode/option is great! However, I tested a site (that's I'm currently developing) in fullscreen mode on a mac and the mouse over and out methods don't work, while on PCs, it's all fine.
Would you know why?
Any help would be greatly appreciated.
Thanks,
Thierry (Dr Hello)

Posted by: DrHello at July 31, 2007 05:31 PM

i need flash player working with windows vista 32

Posted by: mostafa mesbah at August 2, 2007 03:44 AM

Its almost 2008 and we can use flash in explorer 64x, you know you will be loosing business, i am finding alternatives..and its a pitty a company like adobe let us down...
thanks
Oscar Claudio
Senior Manager

Posted by: Oscar Claudio at August 18, 2007 10:17 AM

God, I wish someone is able to make an alternate ... Adobe SUCKS at support.
Another 32-bit release?!
Jeez. Know what, I'll just get Microsoft to give me a free 32-bit copy in addition to x64.
Yeah, right, like that's gonna happen.
This is the worst "big house" software ever on the market, and so many are dependant on it.
Go bankrupt, you !"#!/!

Posted by: AtlasRedux at August 21, 2007 12:03 PM

I am using Mozilla Firefox 2.0.0.6 with Adobe Flash 9 for Linux. I have a problem with certain websites in which some menus are covered by titles and such. Here is some good sites to try out:

http://www.xbox.com
http://www.foxsportsworld.com

This problem seems to be a Linux one, because under Windows it works fine.

Posted by: webterractive at August 22, 2007 09:32 PM

This is a known issue - both Firefox and Adobe are working to implement WMODE, which is what these sites are using.

Posted by: emmy huang at August 23, 2007 02:39 PM

Following an upgrade installation of Flash Player 9 on Vista, is ceased to function everywhere. I uninstalled it as per the direction for installing the Beta version, and it doesn't work either. Any ideas?

Posted by: Andrew Peacock at September 2, 2007 07:25 PM

Maybe Silverlight (Moonlight on Linux) will now force the issue for Adobe. Since they chose to ignore their users (sic. x64 native for XP, x64 Linux). MS is now pouring their considerable weight behind Moonlight (being developed by the Mono Project). This is being positioned as a Flash killer. Guess we'll see.

Posted by: steve bell at September 9, 2007 06:23 AM

Have been so stupid to buy Vista. everytime I visit a site that needs Flash, I have to install the latest version of flash. Still nothing works.
In general: when I buy a car, I want it brings me from A to B without having to stop every 3 minutes to intall something new, take the engine apart and put a new oil filter. Why do people accept to buy computers that create more problems than they solve? Are the software cies run by idiots or are the end users the idiots?
If somebody can advise me a simple computer system taht allows me to create simple docs, to do everyday calculations and print simple things, I am ready to buy such a system, if it lasts more than four or five years.

Posted by: san deurinck at October 22, 2007 12:15 AM

It is very depressing to see a big corporation like Adobe not have 64bit support on any of their software. What are you guys doing?? you are a corporation, not a bunch of coders in the basement. It should not take you long to move from 32bit to 64. Yea sure its hard, maybe because you guys hire a bunch of amateurs, if you can't do the job go find another one.

Its ridiculous that we still do not have any flash for 64bit browsing, here we have hardware companies helping make a faster better tomorrow, and we have these big lazy corporations like Adobe slowing us down. You guys should not have bought Macromedia, they probably would have ported Flash to 64bit.

Guess I will have to wait more. And its funny how you call it vista support, its not vista support. Because vista also includes the 64bit versions, and you guys don't support 64bit.

Posted by: Moh at October 23, 2007 10:56 PM

Did anyone get a flash player for vista yet? Please hook me up. Thanks.

Posted by: carolyn at October 30, 2007 12:23 PM

I don't get the keyboard restriction while in full-screen mode, it would be nice to be able to make an application full screen (rather than just a media player) but not being able to type makes it not viable.

Can you explain more about the reason for keyboard restriction?

Posted by: Dave Spurr at November 21, 2007 03:59 AM

@ Dave

The question you asked was already answered above. It is mainly for people that would take the full screen mode and turn it against the average user.

@ Adobe

Being new to x64 with both Windows and Linux I must say that you guys are falling behind... There are 64-bit ports of almost everything now except flash player.

Posted by: Bommer at December 11, 2007 01:21 PM

Yeah, I have had this stupid little icon down at the bottom of my screen telling me for over a year that I have this security update for flash that I can't install and it's all because you can't create a 64 bit version of flash! You pretty much made 64 bit Internet Explorer useless; all by yourself, even.

Posted by: Brian at December 16, 2007 08:12 AM

I see that there is a GNU project for an alternative Flash player called "GNASH", I think they are working on x64 support but its not available yet, you can get more info here: http://www.gnu.org/software/gnash/

Posted by: Heritage at December 19, 2007 10:56 AM

I can not get flash player to work with vista. Using your site I have located a place to update flash 9. It ask to download either plugin solaris x86 or sparc. Which do I use.

Posted by: mike kerwin at December 21, 2007 01:43 PM

Yeah, I have had this stupid little icon down at the bottom of my screen telling me for over a year that I have this security http://www.estetik-merkezleri.com/meme-estetigi/ update for flash that I can't install and it's all because you can't create a 64 bit version of flash! You pretty much made 64 bit Internet Explorer useless; all by yourself, even.

Posted by: plastik cerrahi at January 18, 2008 11:34 AM

Yep, I agree with everyone else...the lack of x64 bit on all 3 popular platforms(mac,linux,windows) is really a disappointment, when I first setup my x64 machine I thought flash would be the first thing to have been ported...You suck adobe.

Posted by: underplay at January 23, 2008 03:48 AM

I'm having some problem with vista x64. Since I installed flash 9, I have no sound at all while browsing (ex. youtube or flash games like prizee ). I uninstalled flash with the official uninstaller, reinstalled it. Still not working. Reinstalled sound (it was working with players... but i thought i'll give it a try) but didn't helped... Can you mail me a solution plz? Do you tink an uninstall and a reinstall of an older version will be the solution? I have no sound while browsing 1 month now... I'm thinking of formatting my PC... Please help...

Posted by: szaby at February 14, 2008 01:04 AM

I have vista. I had netgear wireless connection to internet. Now it does not connect to internet, a message comes up saying Flash Player has created this problem.

It took me 3 weeks to realise flash player is creating this problem. How can I overcome this. Where will I find Flash Player installed, if I have to uninstall it? Is it part of Adobe?

I am not a technical person, so please guide me step by step.

An early reply is appreciated.

Thanks

Posted by: Rajiv at February 25, 2008 02:36 PM