|
-
progressBar
hello, I'm tryin to get this progress bar to work properly,
here's my part of my function to do everything, 'cept pBar doesn't monitor the load progress of "id" ,
does anyone know what I'm doing wrong here?
function loadMusic (id,frame,levs){
music = new Sound();
music.loadSound(id, false);
attachMovie("progressBar","pBar",4);
pBar._x = 100;pBar._y = 350;
//pBar.setLoadTarget(id);
pBar.source = music;
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|