Hello, am new to JS and of course overlib -- looking for some help, please. The script and link combo below work -- the player button, when clicked, opens...
... From this snippet of code that you've presented here, it looks as though the variables mytext and v are global variables. If v hasn't been set already you...
Thanks very much for the reply. As mentioned, am new to js and overlib. I found on this forum a discussion of global vs something relating to the use of...
PS Below is the part of your reply that I don't understand: "Your function returns the text string mytext but you need to supply the value of v for it to...
... <snip> ... <snip> To be able to answer your questions I need to see the whole page and how things are set up. What your function does is to return a text ...
Hello, thanks again for a reply. The "player.Volume" is like "player.GetVolume()" in other media APIs -- it's part of this player's API and fetches the...
... <snip> ... <snip> ... No this won't work, but try this. Define your function like this: function showvolume(num) { var current = num*.4; var mytext =...
Hello, and thanks again. Didn't mean to be using a "round about method" -- just really don't know what in the world I AM doing. I realized some of the...
... method" -- ... Wasn't meant to be criticizing. Its just that one can do more when we see the underlying page and what is actually going on so that we can ...
"Wasn39;t meant to be criticizing. Its just that one can do more when we see the underlying page and what is actually going on so that we can best help you...
... No problem. Glad you got it working for you. I would change your function showvolume to this: function showvolume(v) { var mytext='', current; if (v) { ...
... lake. ... Yes, in a nutshell don't put the popup over the picture. What you're complaining about is completely normal behavior. You're using the picture...
Thanks again for your help. Have finally gotten the function to work with the online-survey.php version "a" you checked out. This js code, placed in the...
Hello again, Just wanted to report that player controls on version "n" of the test player pages now work. It uses Bob's suggestions for JS to get the player to...
Hi, I'm using overlib to show tooltips and I have to say I really like it, works great - the problem is I have a CSS/Javascript dropdown menu for the main...
... If you could, would you post the URL to your page so that I can look into this matter? To eliminate this routine, change the lines at the bottom of the...
I APOLOGISE FOR THIS NON-OVERLIB POST BUT I CANNOT GET THE SCRIPT TO WORK - I DO USE OVERLIB ON OUR WEBSITE IF THAT'S ANY SAVING GRACE! I am trying to get a...
Hello, I have a bunch of links. When I click on one of the links I want a popup to show above an image, which uses an areamap with div id's If the browser is...
... Yes. Take a look at the Anchor Plugin which allows you to position a popup relative to a div with a valid id or a named image. That should help you out...
Just want to let overLIB users, who also use Dreamweaver for HTML coding, know that I've updated my Dreamweaver Extension so that it now handles both overLIB...
I've done my best to find out the problem here. Please check out my Mambo site running GigCalendar which uses hover windows. www.masontylertrio.com For some...
... Haven't looked at your site in detail but you need to check out the CSS that you are using for your tables. overlib uses a series of nested tables for...
Greetings everyone. I am new here, but I intend to become an active participant in this forum because the simple html command overlib is so very important to ...
Hi, Trying to make overlib(4.21) to work on my dropdown boxes. Everything works when running IE, but not for example using firefox(1.5.0.1) or netscape(8.0.4)....
... This code worked for me in FireFox 1.5.0.1 and Netscape 7.2. However, the popup became hidden when the select control was clicked to display the options...
Hi, I was not clear in what not was working using Firefox or NS in my case. The problems I have using Firefox is the following: 1. The dropdown is displayed...