;

PDA

Click to See Complete Forum and Search --> : Load progress bar for Classic Right List MP


Chipal
04-29-2007, 11:59 AM
More Media Player questions! (By the way - very nice update - geat job, gentlemen.)

Is it possible to have the timeline slider in the classicrightlist skin display file loading status of the selected file in the same manner as the tinyMP3 player?

I looked at the actionscript and info files but can't figure out what enables it...

Thanks, Chipal

w.brants
04-29-2007, 04:31 PM
It doesn't have that option.
It would require altering the components source code or you would have to set another timeline slider using setTimelineSlider .

Example :
Change the code in the load.as file in the C:\Program Files\KoolMoves\Bin\media player\ClassicRightList folder into setClassicSkin({width:width-200,lpos:1,lsize:200,lvisible:true,lfsize:11});

b_timeline_fill = new s_bmp(width-49,4,0,c[2]);
setTimelineSlider(4,height-29,b_timeline_base,0,0,1,b_timeline_fill,2,2,width-53,b_drag);Does that work for you ?