Re: Another Question? SeaMonkey 1.1.15 and Windows Media Player Plug-in

2009-04-10 Thread John Reinders

John Reinders wrote:

Hi,

Wasn't sure I should add my question to the thread above, so I'll start 
a new one. I have the new FireFox plugin installed and it appears to 
work fine when I test it on the site: 
http://plugindoc.mozdev.org/testpages/wmp9.html.

I have Media Player 11 installed...

The problem I'm having is with my Dad's website and a piece of 
javascript I am trying to use that plays daily mp3's... The script works 
fine in IE... and in fact works fine on his PC as he has Quicktime 
installed. I don't have Quicktime and would prefer to use the Media 
player plugin.


His website address is: http://www.songsofpraiseandworship.org/

Any thoughts on why it won't work in SeaMonkey. Here also is what 
appears in about plugins on my PC:


Microsoft® Windows Media Player Firefox Plugin

File name: np-mswmp.dll
np-mswmp

MIME Type Description Suffixes Enabled
application/x-ms-wmp np-mswmp * Yes
application/asx * Yes
video/x-ms-asf-plugin * Yes
application/x-mplayer2 * Yes
video/x-ms-asf asf,asx,* Yes
video/x-ms-wm wm,* Yes
audio/x-ms-wma wma,* Yes
audio/x-ms-wax wax,* Yes
video/x-ms-wmv wmv,* Yes
video/x-ms-wvx wvx,* Yes


Here's is the script...






s_date = new Date();

if(s_date.getDay() == 1){
</pre><tt>document.write('<embed width=0 height=0 hidden="true" autostart="true" 
</tt><tt>volume="5" loop="false" 
</tt><tt>src="musicministry/mp3s/A_Miracle_Will_Happen.mp3">');
</tt><pre style="margin: 0em;">
}


if(s_date.getDay() == 2){
</pre><tt>document.write('<embed width=0 height=0 hidden="true" autostart="true" 
</tt><tt>volume="5" loop="false" src="musicministry/mp3s/Its_A_Great_Church.mp3">');
</tt><pre style="margin: 0em;">
}


if(s_date.getDay() == 3){
</pre><tt>document.write('<embed width=0 height=0 hidden="true" autostart="true" 
</tt><tt>volume="5" loop="false" 
</tt><tt>src="musicministry/mp3s/The_Healer_From_Galilee.mp3">');
</tt><pre style="margin: 0em;">
}


if(s_date.getDay() == 4){
</pre><tt>document.write('<embed width=0 height=0 hidden="true" autostart="true" 
</tt><tt>volume="5" loop="false" src="musicministry/mp3s/By_Faith.mp3">');
</tt><pre style="margin: 0em;">
}


if(s_date.getDay() == 5){
</pre><tt>document.write('<embed width=0 height=0 hidden="true" autostart="true" 
</tt><tt>volume="5" loop="false" 
</tt><tt>src="musicministry/mp3s/Something_Beautiful_Happened.mp3">');
</tt><pre style="margin: 0em;">
}


if(s_date.getDay() == 6){
</pre><tt>document.write('<embed width=0 height=0 hidden="true" autostart="true" 
</tt><tt>volume="5" loop="false" 
</tt><tt>src="musicministry/mp3s/What_A_Wonderful_Friend.mp3">');
</tt><pre style="margin: 0em;">
}


if(s_date.getDay() == 7){
</pre><tt>document.write('<embed width=0 height=0 hidden="true" autostart="true" 
</tt><tt>volume="5" loop="false" 
</tt><tt>src="musicministry/mp3s/How_I_Love_My_Friend_Jesus.mp3">');
</tt><pre style="margin: 0em;">
}


if(s_date.getDay() == 0){
</pre><tt>document.write('<embed width=0 height=0 hidden="true" autostart="true" 
</tt><tt>volume="5" loop="false" src="musicministry/mp3s/Coming_Soon.mp3">');
</tt><pre style="margin: 0em;">
}




A Different MP3 Will 
Play Every Day!Free JavaScripts provided by href="http://javascriptsource.com";>The JavaScript 
Source



Thanks, John


Hi,

Found the answer me thinks...after much searching.

"If you came here wondering how to make Firefox use the Windows Media 
Player plugin play a specific file type instead of Quicktime, then you 
should know that the WMP plugin is hard-coded to only play the 
proprietary Microsoft formats (.asf, .asx, .wm, .wma, .wax, .wmv, and 
.wvx), and Windows Media Player provides no provision for changing this. 
For the most common formats found on the web (like mp3, midi, mpg, wav, 
etc.) you will need to install and configure Quicktime or Quicktime 
Alternative."


I found it on http://forums.mozillazine.org/viewtopic.php?t=206213

I just find it hard to believe that Microsoft would go to all the 
trouble to produce a plugin for FireFox and not include the most 
commonly used audio extensions... Oh well!


John
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Another Question? SeaMonkey 1.1.15 and Windows Media Player Plug-in

2009-04-10 Thread John Reinders

Michael Gordon wrote:

John Reinders replied On 4/10/2009 10:06 AM


Hi,

Wasn't sure I should add my question to the thread above, so I'll 
start a new one. I have the new FireFox plugin installed and it 
appears to work fine when I test it on the site: 
http://plugindoc.mozdev.org/testpages/wmp9.html.

I have Media Player 11 installed...

The problem I'm having is with my Dad's website and a piece of 
javascript I am trying to use that plays daily mp3's... The script 
works fine in IE... and in fact works fine on his PC as he has 
Quicktime installed. I don't have Quicktime and would prefer to use 
the Media player plugin.


His website address is: http://www.songsofpraiseandworship.org/

Thanks, John


< clipped >

John,

I clicked on the above web site and the home page automatically played 
the background music file.  I checked the Music page and noticed all the 
music files are either .midi or .mp3 files.  Your WMP is not set up to 
play those file formats.


I clicked on one file from the Music page and my Crescendo mp3 player 
plugin opened an played the song.


Michael


Hi Michael,

I checked Windows Media Player and MP3 is selected as on of the file 
types. I have midi unchecked because I still use Crescendo for that..


When I click on a MP3 links on Dad's music page - 
http://www.songsofpraiseandworship.org/musicministry/our_music.html

Windows Media Player starts right up? That has always worked...

Are you using the FireFox Plugin?

I'm still thinking it has something to do with the javascript, although 
that doesn't explain why it works in IE? Or could it be that there are 
lines missing in Microsoft® Windows Media Player Firefox Plugin in about 
Plug-Ins...eg


audio/x-ms-m3u m3u,* Yes
audio/x-ms-mp3 mp3,* Yes

I don't know, I just know enough about javascript to barely get by.

John
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Another Question? SeaMonkey 1.1.15 and Windows Media Player Plug-in

2009-04-10 Thread John Reinders

Hi,

Wasn't sure I should add my question to the thread above, so I'll start 
a new one. I have the new FireFox plugin installed and it appears to 
work fine when I test it on the site: 
http://plugindoc.mozdev.org/testpages/wmp9.html.

I have Media Player 11 installed...

The problem I'm having is with my Dad's website and a piece of 
javascript I am trying to use that plays daily mp3's... The script works 
fine in IE... and in fact works fine on his PC as he has Quicktime 
installed. I don't have Quicktime and would prefer to use the Media 
player plugin.


His website address is: http://www.songsofpraiseandworship.org/

Any thoughts on why it won't work in SeaMonkey. Here also is what 
appears in about plugins on my PC:


Microsoft® Windows Media Player Firefox Plugin

File name: np-mswmp.dll
np-mswmp

MIME Type   Description SuffixesEnabled
application/x-ms-wmpnp-mswmp*   Yes
application/asx *   Yes
video/x-ms-asf-plugin   *   Yes
application/x-mplayer2  *   Yes
video/x-ms-asf  asf,asx,*   Yes
video/x-ms-wm   wm,*Yes
audio/x-ms-wma  wma,*   Yes
audio/x-ms-wax  wax,*   Yes
video/x-ms-wmv  wmv,*   Yes
video/x-ms-wvx  wvx,*   Yes


Here's is the script...






s_date = new Date();

if(s_date.getDay() == 1){
document.write('volume="5" loop="false" src="musicministry/mp3s/A_Miracle_Will_Happen.mp3">');
}


if(s_date.getDay() == 2){
document.write('volume="5" loop="false" src="musicministry/mp3s/Its_A_Great_Church.mp3">');
}


if(s_date.getDay() == 3){
document.write('volume="5" loop="false" src="musicministry/mp3s/The_Healer_From_Galilee.mp3">');
}


if(s_date.getDay() == 4){
document.write('volume="5" loop="false" src="musicministry/mp3s/By_Faith.mp3">');
}


if(s_date.getDay() == 5){
document.write('volume="5" loop="false" src="musicministry/mp3s/Something_Beautiful_Happened.mp3">');
}


if(s_date.getDay() == 6){
document.write('volume="5" loop="false" src="musicministry/mp3s/What_A_Wonderful_Friend.mp3">');
}


if(s_date.getDay() == 7){
document.write('volume="5" loop="false" src="musicministry/mp3s/How_I_Love_My_Friend_Jesus.mp3">');
}


if(s_date.getDay() == 0){
document.write('volume="5" loop="false" src="musicministry/mp3s/Coming_Soon.mp3">');
}




A Different MP3 Will 
Play Every Day!Free JavaScripts provided by href="http://javascriptsource.com";>The JavaScript 
Source



Thanks, John
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Error Message - Possible Virus Threat / seamonkey.exe


NoOp wrote:

On 03/21/2009 07:49 AM, John Reinders wrote:

Hi,

I have attached a link to a .jpg showing an Avg error message that my 
Dad is periodically getting. Sometimes every morning after he turns on 
his computer and opens Seamonkey, sometimes every other day - not 
consistent.


I have run multiple scans of his system using Avg, also Malware programs 
including MVT and the the one from Microsoft, and AdAware and have found 
nothing. His system seems to be running fine...


Here is the link...

http://www.our-family-history.org/virusthreat.jpg

Any thoughts? He is running an older version of Seamomkey.. 1.1.7 or 
1.1.8, can't remember for sure. I will be upgrading him this weekend to 
the most current version.


Thanks, John


In addition to what others have mentioned:
<http://www.google.com/search?complete=0&hl=en&q=kotleto.com+&btnG=Search&lr=lang_en>

You'll find it listed here:
<http://www.malwaredomainlist.com/mdl.php?search=kotleto.com>
2009/03/15_00:00kotleto.com/main/?t=1   195.216.175.114 -   
Luckysploit
Sergei A Mozailo (gef...@zmail.ru)

See:
http://www.google.com/search?complete=0&hl=en&q=Luckysploit+&btnG=Search
http://novirusthanks.org/blog/2009/03/luckysploit-new-exploit-kit/
http://www.sophos.com/security/blog/2009/03/3632.html
[Not so lucky(sploit) mass defacements]

That is a nasty one; nothing to do with SeaMonkey though - AVG is merely
identifying the process that is using it. Have your dad turn off
javascript until you get it cleaned out. Good luck in cleaning that up.
Novirusthanks lists the files & registry keys that should be removed.
However, if AVG is identifying it, then hopefully you should be able to
use AVG to remove it. Try the AVG forums as well.

 Thanks a million! Gee this is scary stuff, what a world we live in! 
Will keep you posted on how we make out. Might be helpful to someone 
else later on...


John
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Error Message - Possible Virus Threat / seamonkey.exe


Rick Merrill wrote:

John Reinders wrote:

Hi,

I have attached a link to a .jpg showing an Avg error message that my 
Dad is periodically getting. Sometimes every morning after he turns on 
his computer and opens Seamonkey, sometimes every other day - not 
consistent.


I have run multiple scans of his system using Avg, also Malware 
programs including MVT and the the one from Microsoft, and AdAware and 
have found nothing. His system seems to be running fine...


Here is the link...

http://www.our-family-history.org/virusthreat.jpg

Any thoughts? He is running an older version of Seamomkey.. 1.1.7 or 
1.1.8, can't remember for sure. I will be upgrading him this weekend 
to the most current version.


Thanks, John


First, make sure all AV and Windows updates are installed.

It is highly possible that the "virusthreat" is actually THE VIRUS
that is attempting to get you to click on it!!!  Do not click on
the "close" - I have never seen such a message from AVG, which I
use and like.

Also, be sure to PURGE THE CACHE of SeaMonkey.


Hi Rick,

Yes I purged his cache and his windows updates are up-to-date...

I haven't heard from Dad today so I don't know if it showed up again or 
not...


Quick question? Does Avg have a forum? Maybe I should post there too..

Thanks, John
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Error Message - Possible Virus Threat / seamonkey.exe


Hi,

I have attached a link to a .jpg showing an Avg error message that my 
Dad is periodically getting. Sometimes every morning after he turns on 
his computer and opens Seamonkey, sometimes every other day - not 
consistent.


I have run multiple scans of his system using Avg, also Malware programs 
including MVT and the the one from Microsoft, and AdAware and have found 
nothing. His system seems to be running fine...


Here is the link...

http://www.our-family-history.org/virusthreat.jpg

Any thoughts? He is running an older version of Seamomkey.. 1.1.7 or 
1.1.8, can't remember for sure. I will be upgrading him this weekend to 
the most current version.


Thanks, John
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey