A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Load progress bar for Classic Right List MP

  1. #1
    Member
    Join Date
    Jul 2006
    Posts
    43

    Load progress bar for Classic Right List MP

    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

  2. #2
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632
    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
    Code:
    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 ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center