sprout-flashplayer-bundle 10.22.4 → 10.22.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -21,8 +21,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
21
21
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
22
22
|
=end
|
23
23
|
|
24
|
-
require 'clix_flash_player'
|
25
|
-
|
26
24
|
module Sprout
|
27
25
|
|
28
26
|
class FlashPlayerError < StandardError #:nodoc:
|
@@ -254,6 +252,7 @@ module Sprout
|
|
254
252
|
system command
|
255
253
|
}
|
256
254
|
elsif usr.is_a?(OSXUser)
|
255
|
+
require 'clix_flash_player'
|
257
256
|
@clix_player = CLIXFlashPlayer.new
|
258
257
|
@clix_player.execute(target, swf)
|
259
258
|
return @clix_player
|