[Laszlo-user] How to open flash player settings popup?

P T Withington ptw at pobox.com
Sat Sep 27 03:57:51 PDT 2008


Again, unsupported because you are playing with internal platform- 
specifics, but if you examine your view with the debugger and set  
Debug.showInternalProperties=true, you will see each view has a sprite  
and the sprite contains the movie clip that represents the resource:

lzx> Debug.showInternalProperties=true
true
lzx> Debug.inspect(«kernel/swf/LzSprite.as#15/16#100| LzSprite f…»)
«kernel/swf/LzSprite.as#15/16#100#131| LzSprite for view  nam…» {
   __constructor__: kernel/swf/LzSprite.as#15/16
   __LZdepth: 1
   __LZhaser: false
   __LZmovieClipRef: _level0.spriteroot.$m0.$m0.$m2 [109.00 x  
11.00]*[1.00 0.00 9.00, 0.00 1.00 8.00, 0 0 1]
   __LZsvdepth: 0
   __proto__: LzSprite for undefined [0.00 x 0.00]*[1.00 0 0.00, 0  
1.00 0.00, 0 0 1]
   _accProps: {}
   addedToParent: true
   hassetheight: true
   hassetwidth: true
   height: 11
   owner: .logo
   resource: 'title_rsc'
   resourceheight: 11
   resourcewidth: 109
   totalframes: 1
   width: 109
   x: 9
   y: 8
}
«kernel/swf/LzSprite.as#15/16#100#131| LzSprite for view  name: logo   
[109.00 x 11.00]*[1.00 0 9.00, 0 1.00 8.00, 0 0 1]»
lzx>

On 2008-09-26, at 11:48EDT, Marco Lettere wrote:

> To this regards,
> how can I access a swf object that is loaded as a resource into a  
> Laszlo
> view and seems to drain onclick events?
> Thank you,
> M.
>
>
> P T Withington ha scritto:
>> You can call flash built-ins from LZX.
>>
>> On 2008-09-26, at 10:34EDT, cyril alias lyric wrote:
>>
>>> Hello,
>>>
>>> is it possible to define a link that opens the flash
>>> player's settings popup?
>>>
>>> I think in ActionScript this would be done with:
>>> flash.system.Security.showSettings()
>>> But ActionScript doesn't seem to be fit in OL code.
>>>
>>>
>>> Thanks,
>>> lyric
>>>
>>>
>>>
>>> __________________________________________________
>>> Do You Yahoo!?
>>> Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden
>>> Schutz gegen Massenmails.
>>> http://mail.yahoo.com
>>
>>
>>
>




More information about the Laszlo-user mailing list