Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jackyn

  1. jackyn

    wmp9 + netscape7

    hello Thanks for answering It does not work! There is no sound.
  2. jackyn

    wmp9 + netscape7

    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 }...
  3. jackyn

    WindowsMediaPlayer in HTML page

    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=&quot;DisplayBackColor&quot; value=&quot;5&quot;> <param name=&quot;DisplayForeColor&quot...
  4. jackyn

    visits counter

    thanks, I'm going to ask my web provider about php or asp Jack
  5. jackyn

    visits counter

    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
  6. jackyn

    Netscape7,embed sound,loop

    hello Can you help me ! I write: <embed type=&quot;application/x-mplayer2&quot; src=&quot;http://perso.club-internet.fr/jacques.rypko/wma_short/av_wma_short/av_ss00.wma&quot; name=&quot;MediaPlayer&quot; width=370 height=45 autostart=1 showcontrols=1 loop=&quot;true&quot;>...
  7. jackyn

    &lt;embed src=&quot;path of my file&quot;&gt;

    thanks for answering <embed src=&quot;file://sound.mp3&quot; type=&quot;application/x-mplayer2&quot; name=fenetre1 > does not work,neither for IE nor for Netscape
  8. jackyn

    &lt;embed src=&quot;path of my file&quot;&gt;

    hello The following balise ,and the file sound.mp3 are in the same folder <embed src=&quot;sound.mp3&quot; type=&quot;application/x-mplayer2&quot; 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...
  9. jackyn

    document.mediaPlayer.fileName = URL

    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
  10. jackyn

    Variable passage from an onChange event function

    thanks for answering myfonc() { document.write(&quot;j:&quot;,j);} // not ok, j undefined document.write(&quot;toto:&quot;,toto); // not ok, toto undefined } does not work ! j and toto are global
  11. jackyn

    Variable passage from an onChange event function

    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...

Part and Inventory Search

Back
Top