Changeset 41 for trunk/sl1/player.js

Show
Ignore:
Timestamp:
07/17/08 00:42:34 (16 months ago)
Author:
jeroen
Message:

1.1 silverlight fixes

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sl1/player.js

    r1 r41  
    7474                        height:this.configuration['height'], 
    7575                        version:'1.0', 
    76                         inplaceInstallPrompt:true, 
     76                        inplaceInstallPrompt:false, 
    7777                        isWindowless:'false', 
    7878                        background:'#'+this.configuration['backgroundcolor'] 
    7979                }, 
    8080                events:{ 
    81                         onLoad:this.onLoadHandler 
     81                        onLoad:this.onLoadHandler, 
     82                        onError:null 
    8283                }, 
    8384                context:this