I figured it out. Thanks anyway.
Type: Posts; User: KennyP; Keyword(s):
I figured it out. Thanks anyway.
Hi guys-
On this Dynamic Drive page (and below) is the Flying Bats script: http://www.dynamicdrive.com/dynamicindex4/bats.htm
Could you please tell me how to get the bats to fly all over the PC...
Solved - Thanks anyway.
Hi:
The following "backstretch" script works well as a rotating slideshow with captions.
Can you please tell me what needs to be added to the script so that all images will display randomly?
...
This follolwing still displays in seconds. Plus, it changes the timeline as in the attached screenshot.
<script>
music.ontimeupdate = function(){
$('#timeline').css('width',...
This is what I'm entering and it still doesn't work. What am I doing wrong?
<script>
music.ontimeupdate = function(){
$('#timeline').html('width', music.currentTime / music.duration *...
Sorry, I should have mentioned sooner that I had changed the selector from '#timeline-timedisplay' to '#tracktime'
So, I continued using it to be consistent:
<audio id="music" preload="auto">...
Yes, but it didn't work. I tried it as below, and it still doesn't work:
music.ontimeupdate = function(){
$('$tracktime').html('width', music.currentTime / music.duration * 100 + '%');
...
Thanks. Using padding as in the article, I couldn't figure out how to transition from using 2 zeros going from 1 to 9 and then using 1 zero going from 10 to 99.
In any case, I decided to leave...
Thanks again for the help. The time display works great! Below is a screenshot of it on the audioplayer.
Regarding the time format though, I think it would be better if the display would add zeros...
Thanks! I appreciate your help very much. I'll try to impement it now and I'll get back to you tomorrow with the results.
Thanks again!
The CSS yes, but not the HTML. I would appreciate it if you would please show me how to do it.
No. It already does all that. It plays a different song on every browser visit.
I just want ithe player to display the current-elapsed-time of a song followed by the total time of the song.
...
Yes, thank you. The site is here. It plays one song after the welcome/splash page on the browser's first visit. In order for the audioplayer to display another time and play again, the browser has to...
I sent her a message a couple of weeks ago but I've had no reply. I hope she's ok. She has always been very kind and very helpful to me.
Thanks very much coothead. Actually, I already sent Beverley a message from her website contact page
but I haven't received a response. I thought she might respond here. This is an audioplayer she...
Hi:
Hopefully you, Beverley, are the one who will respond to my post:
I love this player that you have posted on your website and I'm using it, but, I have failed at trying to add
the...
Hi:
I tried every hack I could find to target IE 10 and 11 with the following style, to raise the site's contact form by -30px , but none of them work.
They also break up most of the other CSS...
Thanks anyway, but I already have it done.
Hi:
I'm building a website for a friend and I'd like to animate the marker that is now on a google map,
so that when the map comes into view, the marker drops down from the top of the map onto...
@Jundo12:
Thanks for your reply, but the solution is not as simple as that. The active color state is already declared; adding the above code makes no difference. I need to find out why it's not...
Hi:
Would you please help me sort out this problem with a menu?
It's basically a One Page Site. As you scroll down the page, menu items are supposed display in red when their section displays;...
Hi:
I added a math captcha to a contact form and below is all the code that relates to it.
The problem is that the mail gets sent even if the captcha answer is not right.
Please tell me...
Thanks very much for your reply John. Sorry if my question wasn't clear. Here's exactly what I'd like to do:
I'd like to have a folder in the root of a website called "content," filled with...
Hi:
The following code can randomly choose the text to display in a web page article,
but how can a timer be added to it? Say, I want to randomly choose to display
different text only every...