Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

overlib · Discussions regarding implementing, using and developing overLIB.

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1701
  • Category: JavaScript
  • Founded: Nov 15, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 3810 - 3840 of 13067   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3810 houseofstrauss Send Email Aug 1, 2002
11:02 am
Yes, Ive searched archives, still dont get it... 3 frame site, banner/contents/main. I have overlib sticky IN MAIN PAGE with links to open IN MAIN PAGE (ie...
3811 houseofstrauss Send Email Aug 1, 2002
11:03 am
Yes, Ive searched archives, still dont get it... 3 frame site, banner/contents/main. I have overlib sticky IN MAIN PAGE with links to open IN MAIN PAGE (ie...
3812 comrademoe007 Send Email Aug 1, 2002
1:33 pm
Shouldn't the TARGET tag be inside the reference tag? For example; <a href=\&#39;http://www.bosrup.com/web/overlib/\' target="main">Popups by overLIB</a> Try that...
3813 Foteos Macrides
oldgreeky Send Email
Aug 1, 2002
3:29 pm
I added invocations of brief sounds for when the pop-ups come and go (typically onMouseOver and onMouseOut) to complement the click sound one gets onClick. My...
3814 dean tidwell
tidwelld@... Send Email
Aug 1, 2002
3:35 pm
how do you do this? have you tried. the windows folder of sound events. dean...
3815 Robert E. Boughner
reboughner0718 Send Email
Aug 1, 2002
3:42 pm
Foteos Macrides wrote: I added invocations of brief sounds for when the pop-ups come and go (typically onMouseOver and onMouseOut) to complement the click...
3816 Dennis Sandow
dsandow Send Email
Aug 1, 2002
3:55 pm
Fote Search google.com for wav library sheep I got 1500 links back from that search. And pls answer Dean's question. How do you do it? Dennis ... [Click here...
3817 Dennis Sandow
dsandow Send Email
Aug 1, 2002
4:00 pm
A very good index of animal sound sites http://www.animalomnibus.com/sounds.htm Dennis ... [Click here to visit our exclusive feature of ACUVUE2 Colours at...
3818 dean tidwell
tidwelld@... Send Email
Aug 1, 2002
4:20 pm
I have programmed this site awhile back that relies on macromedia. the link http://www.euclideanarchitect.com/loop%20macromedia.html and the two files also on...
3819 dean tidwell
tidwelld@... Send Email
Aug 1, 2002
4:24 pm
and this one www.euclideanarchitect.com/interactive.html and its accompaning file www.euclideanarchitect.com/interactivesound.swf dean...
3820 dean tidwell
tidwelld@... Send Email
Aug 1, 2002
4:31 pm
oh by the way. only IE will these work on. i didnt know how to get NE to play sound. dean...
3821 Foteos Macrides
oldgreeky Send Email
Aug 1, 2002
6:02 pm
I put a description of what I am doing to play sounds with the Pop-ups in this example that I had set up earlier for testing FUNCTION: ...
3822 dean tidwell
tidwelld@... Send Email
Aug 1, 2002
6:41 pm
A new browser window is almost useless if you cannot reference it in the original window's scripts. Since the method returns a reference to the new window, you...
3823 dean tidwell
tidwelld@... Send Email
Aug 1, 2002
7:12 pm
a great link on this topic http://www.webreference.com/js/column7/attributes.html dean...
3824 houseofstrauss Send Email Aug 1, 2002
7:18 pm
Thanks for the suggestion, I tried this ///<a href=\&#39;http://www.bosrup.com/web/overlib/\' target="main">Popups by overLIB</a>\\\ but it returned a javascript...
3825 Robert E. Boughner
reboughner0718 Send Email
Aug 1, 2002
7:30 pm
... Also when you look at this page in Mozilla 1.1b, you don't get sound nor the overlib popup showing. You get nothing. No idea at the moment why....
3826 Clay Leeds
the_webmaestro Send Email
Aug 1, 2002
8:35 pm
Richard, Make certain there is no break on the line. Also, I'd suggest you change the double-quotes to escaped single quotes like this: ///<a...
3827 Jon Wyatt
samur2@... Send Email
Aug 1, 2002
11:32 pm
When I create a stickie that would normally find itself over various html entities, the html is placed in front of the stickie, disrupting the flow. this...
3828 Robert E. Boughner
reboughner0718 Send Email
Aug 2, 2002
12:38 am
Jon Wyatt wrote: When I create a stickie that would normally find itself over various html entities, the html is placed in front of the stickie, disrupting the...
3829 Dennis Sandow
dsandow Send Email
Aug 2, 2002
1:25 am
Jon See http://users.tellurian.net/sandow/overlib/formblok.htm for an expalanation. Dennis...
3830 chrisrchamberlain
chrisrchambe... Send Email
Aug 2, 2002
6:24 am
Hi all Using the following code to create a variable to use as the TEXT arg in the overlib() call produces a line between the first line of text and the list...
3831 Dennis Sandow
dsandow Send Email
Aug 2, 2002
7:01 am
... True, <ul> and <ol> always put a blank line above/below THE OUTERMOST LIST. Twop alternatives: 1. Build a table. The rule above does not apply if the <ul>...
3832 Foteos Macrides
oldgreeky Send Email
Aug 2, 2002
7:40 am
Bob, and others in this thread, Both NS and IE stop processing a series of event (e.g., onMouseOver) directives as soon as they detect anything that they...
3833 a_curious_game Send Email Aug 2, 2002
7:53 am
I have stickies coming up in a side frame and the links in them just rely on the page setting to open them in another frame. <base target="whatever"> up in the...
3835 a_curious_game Send Email Aug 2, 2002
9:08 am
Following Foteos' example, I'm experimenting with longer sound files playing by a mouseover and turning off on mouseout. It's a big wav file and works more or...
3836 Herbert Groot Jebbink
herbert@... Send Email
Aug 2, 2002
11:04 am
Hi, I get reports about runtime errors with IE. A runtime Error has occurred Line: 1101 Error: Invalid argument. OverLib version = 3.5 Browser version = IE...
3837 houseofstrauss Send Email Aug 2, 2002
11:38 am
Clay Thanks for the advice as below, YES it works. You could really make my day if you could advise how to open two frames at once from one click in overlib. ...
3838 Dan Hall
bluez34me Send Email
Aug 2, 2002
1:54 pm
Sorry, CG - no sound from here (IE 5.5 on Win 2000) Dan ... From: a_curious_game [mailto:macdonald@...] Sent: Friday, August 02, 2002 4:08 AM To:...
3839 Foteos Macrides
oldgreeky Send Email
Aug 2, 2002
3:28 pm
Actually, it does work with IE 5.5, but not until the wav file has been loaded. That takes a very long time with a 56K modem connection, so people who aren't...
3840 a_curious_game Send Email Aug 2, 2002
3:49 pm
Thanks both of you for taking the time and reporting. I'll sort things out Monday and try using a smaller file :-) ... been loaded. That takes a very long...
Messages 3810 - 3840 of 13067   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help