you_lied
02-23-2004, 04:58 AM
Hello.
I have a basic flash volume slider with this generic code:
onClipEvent (load) {
top = _y;
bottom = _y;
left = _x;
right = _x+100;
_x += 100;
}
I need to make the slider contorl my windows media player volume document.MediaPlayer.Volume() and nothing I do seems to work, I'm novice at this so I'm only slightly surprised I haven't figured it out. Thanks in advanced.
B
I have a basic flash volume slider with this generic code:
onClipEvent (load) {
top = _y;
bottom = _y;
left = _x;
right = _x+100;
_x += 100;
}
I need to make the slider contorl my windows media player volume document.MediaPlayer.Volume() and nothing I do seems to work, I'm novice at this so I'm only slightly surprised I haven't figured it out. Thanks in advanced.
B