Flash embed params


Kwidget.embed supports the param option to pass parmas to the flash embed.
  1. kWidget.embed( {
  2. 'targetId': 'myVideoTarget',
  3. 'wid': '_243342',
  4. 'uiconf_id' : '12905712',
  5. 'entry_id' : '0_uka1msg4',
  6. 'flashvars':{
  7. 'externalInterfaceDisabled' : false,
  8. },
  9. 'params' : {
  10. 'wmode' : 'opaque'
  11. }
  12. } );
html5 qunit | flash qunit