http://bugs.winehq.org/show_bug.cgi?id=23438
Wayne McDougall waynemcdougall@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |waynemcdougall@gmail.com
--- Comment #14 from Wayne McDougall waynemcdougall@gmail.com 2011-07-04 19:29:23 CDT --- This is working in Wine1.3 (and not Wine1.2). Tested on both Ubuntu Maverick and Natty installs on two different CDs from the Dora the Explorer Click & Create series (#3 and #5).
Requirements are MDAC28, FLASH and IE6. winetricks can be used to install these with the terminal command:
winetricks ie6 mdac28 flash
Note that the current version of winetricks with Ubuntu Natty is not updated to match the checksum on the latest flash installer. You can download the latest winetricks from http://www.winetricks.org, or after the current winetricks reports the checksum error you can just force the install by using
wine ~/.cache/winetricks/flash/install*.exe
Note also that new installs of Ubuntu from Lucid onwards do not mount CDROMs with the execute option enabled. This means you can't run the programs from the CDROM using Wine. One solution is to add the following line to /etc/fstab
/dev/sr0 /media/cdrom udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sr0 should match whatever device name is used by your CDROM drive
Finally note that the video playback depends on the capability of your graphics card and the current state of the drivers. So for example this bug will prevent video playback: https://bugzilla.redhat.com/show_bug.cgi?id=668554