@@ -20,10 +20,15 @@ def initialize(info={})
20
20
7 setter of the flash.display.DisplayObject class. This module is an early release
21
21
tested on:
22
22
23
+ Windows XP SP3, IE8 and Flash 18.0.0.194,
24
+ Windows XP SP3, IE 8 and Flash 18.0.0.203,
25
+ Windows XP SP3, Firefox and Flash 18.0.0.203,
26
+ Windows Vista SP2 + IE 9 and Flash 18.0.0.203,
27
+ Windows Vista SP2 + Firefox 39.0 and Flash 18.0.0.203,
23
28
Windows 7 SP1 (32-bit), IE11 and Adobe Flash 18.0.0.203,
24
29
Windows 7 SP1 (32-bit), Firefox 38.0.5 and Adobe Flash 18.0.0.194,
25
30
Windows 7 SP1 (32-bit), IE9 and Adobe Flash Flash 18.0.0.203,
26
- Windows 7 SP1 (32-bit), Firefox + Adobe Flash 18.0.0.194,
31
+ Windows 7 SP1 (32-bit), Firefox and Adobe Flash 18.0.0.194,
27
32
Windows 8.1 (32-bit), IE11 and Adobe Flash 18.0.0.194,
28
33
windows 8.1 (32-bit), Firefox and Adobe Flash 18.0.0.203,
29
34
Windows 8.1 (32-bit), Firefox and Adobe Flash 18.0.0.160 and
@@ -54,6 +59,8 @@ def initialize(info={})
54
59
:source => /script|headers/i ,
55
60
:arch => ARCH_X86 ,
56
61
:os_name => lambda do |os |
62
+ os =~ OperatingSystems ::Match ::WINDOWS_XP ||
63
+ os =~ OperatingSystems ::Match ::WINDOWS_VISTA ||
57
64
os =~ OperatingSystems ::Match ::WINDOWS_7 ||
58
65
os =~ OperatingSystems ::Match ::WINDOWS_81
59
66
end ,
0 commit comments