cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

Flash #155

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. wine flash

What is the expected output? What do you see instead?

did not work.

What version of the product are you using? On what operating system?
latest. debian 6.0 

Please provide any additional information below.

Maybe you can add those lines on the flash section so it works fine:

    download . http://fpdownload.macromedia.com/get/flashplayer/pdc/11.1.102.55/install_flash_player_ax_32bit.exe 8314061c4d73c9957dfb4da525d77437ee6abf0e
    if [ $WINETRICKS_QUIET ]
    then
        try $WINE "$WINETRICKS_CACHE"/install_flash_player_ax_32bit.exe /install
    else
        try $WINE "$WINETRICKS_CACHE"/install_flash_player_ax_32bit.exe
    fi

    download . http://fpdownload.macromedia.com/get/flashplayer/pdc/11.1.102.55/install_flash_player_32bit.exe f1f76c35564c9f842a7e005d97f5008173466d46
    if [ $WINETRICKS_QUIET ]
    then
        try $WINE "$WINETRICKS_CACHE"/install_flash_player_32bit.exe /install
    else
        try $WINE "$WINETRICKS_CACHE"/install_flash_player_32bit.exe
    fi

Original issue reported on code.google.com by jua...@apertus.es on 23 Dec 2011 at 1:45

GoogleCodeExporter commented 8 years ago
I want it to write: "Flash 11.1.102.55"

Original comment by jua...@apertus.es on 23 Dec 2011 at 1:46

GoogleCodeExporter commented 8 years ago
winetricks installs the current version of flash 10.x (judging by
  sh winetricks flash; wine iexplore http://kb2.adobe.com/cps/155/tn_15507.html )

Do you need flash 11.x for some reason?

Original comment by daniel.r...@gmail.com on 16 Jan 2012 at 2:26

GoogleCodeExporter commented 8 years ago
'winetricks flash' no longer can find install_flash_player_10.exe and the sha1 
on install_flash_player_10_active_x.exe seems to have changed.

'winetricks flash11' seems to install fine but after installation, it crashes 
Firefox for Windows when visiting adobe.com (wine bug).

Original comment by JimPor...@gmail.com on 21 May 2012 at 2:41

GoogleCodeExporter commented 8 years ago
I found that 'winetricks vcrun2005' fixes the crashing of flash11.

Original comment by JimPor...@gmail.com on 21 May 2012 at 3:30

GoogleCodeExporter commented 8 years ago
Thanks, fixed the vcrun2005 part in svn.
Do you think flash11 is stable enough to be the default in winetricks?

Original comment by daniel.r...@gmail.com on 21 May 2012 at 5:10

GoogleCodeExporter commented 8 years ago
Daniel, as Adobe had changed flash player download location for non ActiveX 
version of plugin and replaced ActiveX installation package with a new version 
(sha1sum = d86ca46afc312b14375aad483d1c7e5f12c707a4) maybe it's time to rethink 
where to download an installation source files for Flash 10? 

Hand't you considered using download locations posted on following page?
http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html

Original comment by lexa...@gmail.com on 29 May 2012 at 1:01

GoogleCodeExporter commented 8 years ago
winetricks flash works in svn (installs flash11)

Original comment by austinenglish@gmail.com on 29 Jun 2013 at 12:25