http://bugs.winehq.org/show_bug.cgi?id=30865
--- Comment #4 from Dan Kegel dank@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_O...' 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_I...' echo latest IE flash 11 is at: curl -s "$URL" | grep fpdownload | sed "s/';//;s/.*'//;"