Bleue Test Room

... just to see a board with style-switcher

CHAT CHAT SEARCH SEARCH

 

 .RETURN TO INDEX.  

Well, see how tired I am....did not even log in or leave you the code...:) EDITED FRIDAY

July 20 2004 at 7:33 AM

  (Login blackkats4)


Response to music LMBO

 
anyway, the original codes I used in the websites now work

I downloaded QuickTime player (the one used for NS) and the sounds on the webpages work...in firefox.

but still can't get your mouse over to work...did you not put in a NS code too?

here is my original code that is in all may pages and that works great in IE and so so in FF....


<!--start code-->WILL PLAY MUSIC IN
IE USING EITHER REAL OR WINDOWS PLAYER
AND NS, FIREFOX OR MOZILLA USING QUICK TIME PLAYER

MUST HAVE THE ABOVE PLAYERS INSTALLED TO WORK.

<script language="JavaScript"><!--
var soundFile = "/music/DollyParton-HelloGod[1].wav ";if (soundFile.indexOf(",") > 0) {var sounds = soundFile.split(",");soundFile = sounds[Math.floor(Math.random()*sounds.length)];}if(navigator.plugins.length>0){
if (navigator.mimeTypes["audio/wav"](THIS EXT NEEDS TO CHANGE TO THE MUSIC EXT (IE. WAV,MID,MP3) && navigator.mimeTypes["audio/wav"].enabledPlugin) document.write('<embed src="'+soundFile+'" autostart="true" loop="true" controls="LargeConsole" width=145 height=35></embed>');}
else {
document.write('<embed src="'+soundFile+'" autostart="true" loop="true" width=285 height=25></embed>');}

//-->

</script>
<noscript><embed src="/music/DollyParton-HelloGod[1].wav " autostart="true" loop="true"></embed></noscript>
<noembed></noembed>
</div>

<!--END CODE-->

<!--start code-->WILL PLAY IN IE OR FIREFOX USING WINDOWS MEDIA PLAYER.
THIS IS THE BEST RESULTS OF THE TWO. IT CROSSES BROWSERS AND PLAYS IN JUST THE ONE TYPE OF PLAYER...AND IS MORE STABLE OF SOUND.


<OBJECT ID="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
STANDBY="Loading Microsoft Windows® Media Player components..." TYPE="application/x-oleobject" width="280" height="46">
<PARAM NAME="fileName" VALUE="">
<PARAM NAME="animationatStart" VALUE="false">

<PARAM NAME="transparentatStart" VALUE="true">
<PARAM NAME="autoStart" VALUE="true">
<PARAM NAME="showControls" VALUE="true">

<param name="Volume" value="-300">
<EMBED type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" SRC="" name="MediaPlayer1" width=280 height=46 autostart=1 showcontrols=1 volume=-300>
</OBJECT>

for some reason when you contiue to surf the net the sound playing in QT for FF gets distorted in places...am tempted to try something else...like IFraming my music drop down menu again. or inserting a nother line of text.

really got to go now...LOL


    
This message has been edited by blackkats4 on Jul 23, 2004 12:38 PM


 
 Respond to this message   
 Copyright © 1999-2009 Network54. All rights reserved.   Terms of Use   Privacy Statement