Author |
Topic |
Therion93
Junior Member
USA
263 Posts |
Posted - 21 January 2001 : 21:13:03
|
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 |
|
|
rick7165
Senior Member
USA
1094 Posts |
Posted - 22 January 2001 : 03:47:39
|
Look in privatemess.asp about line 69
Rick
My Demo Site www.eastpasco.com |
|
|
Therion93
Junior Member
USA
263 Posts |
Posted - 22 January 2001 : 14:55:03
|
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 |
|
|
wedont
Junior Member
Canada
344 Posts |
Posted - 22 January 2001 : 22:08:53
|
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. |
|
|
Therion93
Junior Member
USA
263 Posts |
Posted - 23 January 2001 : 00:04:26
|
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
|
|
|
Aznknight
Senior Member
USA
1373 Posts |
Posted - 15 April 2001 : 19:47:05
|
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 |
|
|
Aznknight
Senior Member
USA
1373 Posts |
Posted - 15 April 2001 : 20:37:04
|
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 |
|
|
wedont
Junior Member
Canada
344 Posts |
Posted - 16 April 2001 : 23:29:56
|
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 |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 30 April 2001 : 00:58:00
|
error: The data that the plugin requested did not download successfully
please advise...
Dayve |
|
|
ki5ck
New Member
69 Posts |
Posted - 03 May 2001 : 15:56:59
|
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. |
|
|
ki5ck
New Member
69 Posts |
Posted - 03 May 2001 : 22:20:59
|
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 |
|
|
Topic |
|