Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 PrivateMessage Audio alert UPDATED
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

Therion93
Junior Member

USA
263 Posts

Posted - 21 January 2001 :  21:13:03  Show Profile  Send Therion93 an ICQ Message
Ok, I'm confused. I have the PM mod installed but I don't find any "if pmcount..." anywhere in default.asp? Is there something I forgot to do?

Therion93
"Stare Deep Into The Heart Of Darkness...There Is No Good, No Evil - Only Me"

Because Legends Never Die! - Kiss-Forever Community Forum


Edited by - Therion93 on 22 January 2001 00:56:45
Go to Top of Page

rick7165
Senior Member

USA
1094 Posts

Posted - 22 January 2001 :  03:47:39  Show Profile  Visit rick7165's Homepage
Look in privatemess.asp about line 69


Rick


My Demo Site
www.eastpasco.com
Go to Top of Page

Therion93
Junior Member

USA
263 Posts

Posted - 22 January 2001 :  14:55:03  Show Profile  Send Therion93 an ICQ Message
Ahh! privatemess.asp not default.asp - the first post here threw me off

Thanks!

Later this evening:Added this and it works great! Thanks again

Therion93
"Stare Deep Into The Heart Of Darkness...There Is No Good, No Evil - Only Me"

Because Legends Never Die! - Kiss-Forever Community Forum


Edited by - Therion93 on 22 January 2001 20:50:29
Go to Top of Page

wedont
Junior Member

Canada
344 Posts

Posted - 22 January 2001 :  22:08:53  Show Profile
Sorry Therion93,

I just realised there was a page: privatemess.asp ! cause that script is on my default.asp page as kindly provided to me at the early stage of development of this mod.

-First post corrected.

Wedont
snitz ver3.1 sr2
access 2k.
Go to Top of Page

Therion93
Junior Member

USA
263 Posts

Posted - 23 January 2001 :  00:04:26  Show Profile  Send Therion93 an ICQ Message
Not a problem wedont, it all worked out

Therion93
"Stare Deep Into The Heart Of Darkness...There Is No Good, No Evil - Only Me"

Because Legends Never Die! - Kiss-Forever Community Forum
Go to Top of Page

Aznknight
Senior Member

USA
1373 Posts

Posted - 15 April 2001 :  19:47:05  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
this is a simple and nice add-on . I like it and glad I've found it within the depths of this topics.


- Alan
www.iamviet.com
www.calvsa.net
Snitz Resource
Go to Top of Page

Aznknight
Senior Member

USA
1373 Posts

Posted - 15 April 2001 :  20:37:04  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
hmm is there a way to get the browser to cahced the .wav sound, I wonder?

- Alan
www.iamviet.com
www.calvsa.net
Snitz Resource
Go to Top of Page

wedont
Junior Member

Canada
344 Posts

Posted - 16 April 2001 :  23:29:56  Show Profile
Alan:
The embed tag Does "Cache" the file. I also found the following info at midilab:
http://www.midilab.com.au/embed.htm
**************
"Wave Files
Insert the following HTML tags into the code.
<BGSOUND SRC="filename.wav" HIDDEN=true>

To play the file on a loop add the line LOOP="-1"
<BGSOUND SRC="filename.wav" HIDDEN=true LOOP=-1>

Another useful command to add to the HTML tag is VOLUME=-10000.
This will play the wav file in the background with no sound as well as
loading it into the cache.

VOLUME=-10000 is great for caching wave files so that they load quickly when
full volume is applied.
<BGSOUND SRC="filename.wav" HIDDEN=true LOOP=-1 VOLUME=-10000>
You can also use the EMBED command in place of the BGSOUND command.
I recommend the BGSOUND command (used for Internet Explorer browsers), which will
force Internet Explorer to use it's internal wave file player which I find loops perfectly."
*******************
PS: I guess he means caching the file at volume=-10000 and then playing it at volume =100 (not=-10000)So we should end up with two script:
at the top:
<EMBED SRC="http://xxx.com/snitz_forum/message.wav" WIDTH=1 HEIGHT=1 HIDDEN="true" AUTOSTART="true" LOOP="false" volume="-10000"></EMBED>

and
at playing:
<EMBED SRC="http://xxx.com/snitz_forum/message.wav" WIDTH=1 HEIGHT=1 HIDDEN="true" AUTOSTART="true" LOOP="false" volume="100"></EMBED>


Wedont
snitz ver3.1 sr2
access 2k.


Edited by - wedont on 16 April 2001 23:43:11
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 30 April 2001 :  00:58:00  Show Profile  Visit dayve's Homepage
error: The data that the plugin requested did not download successfully

please advise...

Dayve
Go to Top of Page

ki5ck
New Member

69 Posts

Posted - 03 May 2001 :  15:56:59  Show Profile  Visit ki5ck's Homepage
quote:

I recommend the BGSOUND command (used for Internet Explorer browsers), which will
force Internet Explorer to use it's internal wave file player which I find loops perfectly."



It also avoids a scary message about MSIE and scripting when using Netscape 4.7.
Go to Top of Page

ki5ck
New Member

69 Posts

Posted - 03 May 2001 :  22:20:59  Show Profile  Visit ki5ck's Homepage
quote:

After it plays it creates a session called "MM_newmail" set to a value of "x". The next time the user visits the page it tries to play a sound called "xgotmail.wav".
You could add a new sound, but I just never uploaded one so it does nothing.



Don't do this if you have your 404 page set to send you mail with the errors. I got quite a few messages before I remembered I did that.

Paul Wood
SLT Webmaster
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.15 seconds. Powered By: Snitz Forums 2000 Version 3.4.07