how to show wmp slider without other buttons

J

jcoder

embedded wmp on ff and was able to control it programatically.
obviously i hide wmp's control panel using <param name='uiMode'
value='none'>. my question -- is there a way to display only the
slider without the other buttons?

tnx
 
J

jcoder

i don't know if you had experienced this. i have an array() and the
each element contains, filenames of things to be played
('test1.mp3','test2.flv'....etc). during the loops, i have notice that
from flv or avi, if the next element is mp3 it wont play
automatically.

now if you'll check the openstate it will give you 12 (media opening).
unless if the user will click playbutton (controls.play()) then it
will play, otherwise it will stay like that forever.

what could have gone wrong?
 
J

jcoder

also to add...i tried to force it to play:
<script for="mplayer" event="StatusChange()">
if(document.getElementById('mplayer').status == 'Opening media...'){
document.getElementById('mplayer').controls.play();
}
</script>

but still in vain. any help will be highly appreciated...
 
J

jcoder

actually i was able to do the work around for this issue. the problem
is with autostart param. it can't be trusted. it doesnt really start
all the time. and there's no need to issue event for statuschange()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,586
Members
45,096
Latest member
ThurmanCre

Latest Threads

Top