Skip to content
  • thannoy@actech-innovation.com's avatar
    Allow future control toolbar to be hidden (default) or shown. · 5b6b83c9
    thannoy@actech-innovation.com authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    
    
     Even if no control toolbar is implemented for ActiveX yet, we already
     provide the code to enable/disable it for compatibility with Firefox
     API behaviour.
     The getter used to know if toolbar is shown will always return FALSE
     until a toolbar is implemented. (getter which will be available soon
     for Firefox)
    
    To use it:
    - ActiveX global property named "toolbar":
       For HTML : <param name="toolbar" value="True" />
    
    - API on IVLCControl2 interface, property "toolbar" (RW):
       For Javascript : yourvlcobject.toolbar = false;
                        isToolBarShown = yourvlcobject.toolbar;
    
    Signed-off-by: default avatarJean-Paul Saman <jpsaman@videolan.org>
    5b6b83c9