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!

Search results for query: *

  • Users: jackyn
  • Content: Threads
  • Order by date
  1. 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 }...
  2. 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...
  3. 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
  4. 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;>...
  5. 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...
  6. 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
  7. 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