Hello
With :
- windows media player 9 (not realplayer)
- sound files Snd.wma (not snd.ra)
- Netscape7 (not ie6)
what I have to write
in the change() function, to change the sound ?
function change(str)
{
document.player.src = str; // does not work
document.player.play(); // does nor work
}...
Hello
When I call the windows media player 9, in a html page,appears a display panel.
How to change the background color of this panel, or
the fonts color ?
These 2 parameters don’t work :
<param name="DisplayBackColor" value="5">
<param name="DisplayForeColor"...
hello
I'm looking for a visits counter, with the possibility
to pick up the value of the counter in a javascript
variable,and nul incrementatation,
or a TEXT counter with the possibility of
nul incrementation.
Note, my server don't accept the chmod attribut of
files.cgi
Anticipate thanks Jack
hello
Can you help me !
I write:
<embed type="application/x-mplayer2"
src="http://perso.club-internet.fr/jacques.rypko/wma_short/av_wma_short/av_ss00.wma"
name="MediaPlayer"
width=370
height=45
autostart=1
showcontrols=1
loop="true">...
thanks for answering
<embed src="file://sound.mp3" type="application/x-mplayer2" name=fenetre1 >
does not work,neither for IE nor for Netscape
hello
The following balise ,and the file sound.mp3 are in the same folder
<embed src="sound.mp3" type="application/x-mplayer2" name=fenetre1 >
IE can find sound.mp3, not Netscape 7.
With Netscape 7,I have to write the complet path of sound.mp3, like this :
<embed...
hello
With the ActiveX command document.mediaPlayer.fileName = url ,I can load in the player for example a sound.mp3 or a picture.avi.
But I want to load the both files in same time, without to use a sound_picture.asf file, is it possible ,how?
Best regards Jacques
thanks for answering
myfonc()
{
document.write("j:",j);} // not ok, j undefined
document.write("toto:",toto); // not ok, toto undefined
}
does not work !
j and toto are global
hello
Could you help me,anticipate thanks Jack
Here is my Javascript,and my questions:
Why the global variables in the to_do() function
(j and toto) can be used only in the to_do()
function,and when they are external to the to_do()
function,they are declared undefined ,what I have
to do to see...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.