0

video player buttons

Hello,

i have problem , on select or on enter , on fastf orward,on rewind,on backward no action takes place.
Regards,
Sushma.S

by
3 Replies
  • Please provide code...

    Posting up problems without your code examples does not allow anyone to help you diagnose the problems. :b
    0
  • Hello,

    i have a problem, how to implement forwardseekButton , backwardseekButton , rewindButton , fastforwardButton and how to give a playlist Array of Urls.

    this.controls.overlay = new KONtx.control.VideoTransportOverlay({
    forwardseekButton: true,
    backwardseekButton: true,
    //rewindButton: true,
    //fastforwardButton: true,
    //fadeTimeout: 999999999,
    /*events: {
    onTransportButtonPress: (function(event) {
    switch(event.payload.button) {
    case 'forwardseek':
    this.player.seek(1,true);
    break;
    case 'backwardseek':
    this.player.seek(-1);
    break;
    }
    }).bindTo(this),
    },*/

    styles: {
    width: KONtx.utility.scale(600),
    height: KONtx.utility.scale(35),
    vOffset: KONtx.utility.scale(350),
    //hOffset: KONtx.utility.scale(300),
    hAlign:"center",
    vAlign: "center",
    }
    }).appendTo(this);

    Regards,
    Sushma.S
    0
  • Please use the code tags as well. It is difficult to follow the code without any formatting.
    0

Recent Posts

in Getting Started / Beginners - Yahoo! TV Widgets