displaying time/remain directly panel navigation

89 views
Skip to first unread message

mal...@o2.pl

unread,
Feb 15, 2013, 2:51:54 AM2/15/13
to flashmp...@googlegroups.com
I use player_mp3_multi.
Is it possible to show current time or/and remain time directly on panel navigation, e.g. near volume control or progress bar? It is similar functionality to used in "player_flv_multi.swf".
Regards

jga...@newemage.com

unread,
Feb 28, 2013, 2:53:46 PM2/28/13
to flashmp...@googlegroups.com, mal...@o2.pl
there is no setting for it, I'll try and open in assembler to define it

jga...@newemage.com

unread,
Mar 1, 2013, 3:08:42 PM3/1/13
to flashmp...@googlegroups.com, mal...@o2.pl
Fund a function around line 44

 _loc1.getDurationTime = function ()
    {
        if (this._sound.duration != undefined)
        {
            return (this.milli2time(this._sound.duration));
        }
        else
        {
            return;
        } // end else if
    };

The video player_maxi has the showtime=1 parameter, but this appears to be scrapped in the mp3player
      this._setVar("_showTime", [_root.showtime, pConfig.showtime], "String");
  

On Friday, February 15, 2013 12:51:54 AM UTC-7, mal...@o2.pl wrote:
Reply all
Reply to author
Forward
0 new messages