You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have used AngularJS sound manager(<sound-manager></sound-manager>).
While playing If i click on the progress bar then it is playing from the beginning, how do i start from the selected position.
This is my HTML code: <sound-manager></sound-manager> <div class="mv-vmPlayer"> <ul> <li><button id="playPreviousTrack" ng-attr-title="{{localize.ux.messageViewer.PlayPrev_btn_label}}" ng-click="widget.onPlayPrevVMClick()" ng-disabled="widget.playPrevDisable"><i class='icon-arrow-left'></i></button></li> <li><button id="playNextTrack" ng-attr-title="{{localize.ux.messageViewer.PlayNext_btn_label}}" ng-click="widget.onPlayNextVMClick()" ng-disabled="widget.playNextDisable"><i class='icon-arrow-right'></i></button></li> <li><button ng-click="widget.pauseTrack()" ng-attr-title="{{localize.ux.messageViewer.Pause_btn_label}}" ng-disabled="!widget.isPlaying"><i class='icon-pause'></i></button></li> <li><button id="playTrack" ng-attr-title="{{localize.ux.messageViewer.Play_btn_label}}" ng-click="widget.onPlayVMClick()" ng-disabled="widget.playDisable"><i class='icon-play'></i></button></li> <span id="spnEmbedTag"></span> <!--<li><button id="widget.playVM" ng-click="widget.onPlayVMClick()" ng-disabled="widget.playDisable"><i class='icon-play'></i></button>--> <li><label> </label></li> <li><label> </label></li> <li><label> </label></li> <li><label>{{ widget.currentPosition }}</label></li> <li> <div class="seekBase" seek-track> <div id= "seekLoad" class="seekLoad mv-blue" ng-style="widget.progressVMStyle"></div> </div> </li> <li><label id="currDur">{{ currentDuration }}</label></li> <li><label>{{ widget.fileName }}</label></li> <li class="lastli"><button id="chngPin" ng-attr-title="{{localize.ux.messageViewer.ChangePin}}" ng-click="widget.onChangePinOpen()"><i class='glyph-password'></i></button></li> </ul> </div>
Can some one help me on this ?
The text was updated successfully, but these errors were encountered:
RameshNaikAspect
changed the title
Progress bar issue. If i click on the progress bar then it is pLaying from the begingng.
Progress bar issue. If i click on the progress bar then it is playing from the begingng.
Aug 11, 2017
RameshNaikAspect
changed the title
Progress bar issue. If i click on the progress bar then it is playing from the begingng.
Progress bar issue. If i click on the progress bar then it is playing from the beginning.
Aug 11, 2017
Hi,
I have used AngularJS sound manager(
<sound-manager></sound-manager>
).While playing If i click on the progress bar then it is playing from the beginning, how do i start from the selected position.
This is my HTML code:
<sound-manager></sound-manager> <div class="mv-vmPlayer"> <ul> <li><button id="playPreviousTrack" ng-attr-title="{{localize.ux.messageViewer.PlayPrev_btn_label}}" ng-click="widget.onPlayPrevVMClick()" ng-disabled="widget.playPrevDisable"><i class='icon-arrow-left'></i></button></li> <li><button id="playNextTrack" ng-attr-title="{{localize.ux.messageViewer.PlayNext_btn_label}}" ng-click="widget.onPlayNextVMClick()" ng-disabled="widget.playNextDisable"><i class='icon-arrow-right'></i></button></li> <li><button ng-click="widget.pauseTrack()" ng-attr-title="{{localize.ux.messageViewer.Pause_btn_label}}" ng-disabled="!widget.isPlaying"><i class='icon-pause'></i></button></li> <li><button id="playTrack" ng-attr-title="{{localize.ux.messageViewer.Play_btn_label}}" ng-click="widget.onPlayVMClick()" ng-disabled="widget.playDisable"><i class='icon-play'></i></button></li> <span id="spnEmbedTag"></span> <!--<li><button id="widget.playVM" ng-click="widget.onPlayVMClick()" ng-disabled="widget.playDisable"><i class='icon-play'></i></button>--> <li><label> </label></li> <li><label> </label></li> <li><label> </label></li> <li><label>{{ widget.currentPosition }}</label></li> <li> <div class="seekBase" seek-track> <div id= "seekLoad" class="seekLoad mv-blue" ng-style="widget.progressVMStyle"></div> </div> </li> <li><label id="currDur">{{ currentDuration }}</label></li> <li><label>{{ widget.fileName }}</label></li> <li class="lastli"><button id="chngPin" ng-attr-title="{{localize.ux.messageViewer.ChangePin}}" ng-click="widget.onChangePinOpen()"><i class='glyph-password'></i></button></li> </ul> </div>
Can some one help me on this ?
The text was updated successfully, but these errors were encountered: