sprout-flashplayer-bundle 10.22.4 → 10.22.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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
|