[Bug 30865] Can't install Flash Player 11

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jun 7 11:54:27 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=30865

--- Comment #4 from Dan Kegel <dank at kegel.com> 2012-06-07 11:54:27 CDT ---
With the version installed by winetricks, using the firefox 11 installed by
winetricks, youtube.com crashed on me the first time I went to it, but
after that was able to play videos.  Sound stopped working, though.

For future reference, here's how to get the URL of the latest Flash 11.
I don't think I'll use it in winetricks directly, but it'll be handy for
detecting version changes.

URL='http://get.adobe.com/flashplayer/completion/?installer=Flash_Player_11_for_Other_Browsers_%2832_bit%29&os=XP&browser_type=Gecko&browser_dist=Firefox'
echo latest Firefox flash 11 is at:
curl -s "$URL" | grep fpdownload | sed "s/';//;s/.*'//;"

URL='http://get.adobe.com/flashplayer/completion/?installer=Flash_Player_11_for_Internet_Explorer_%2832_bit%29&os=XP'
echo latest IE flash 11 is at:
curl -s "$URL" | grep fpdownload | sed "s/';//;s/.*'//;"

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list