Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 6 of 6
Search took 0.05 seconds.
Search: Posts Made By: xdragon124
Forum: JavaScript programming 11-21-2012, 03:04 PM
Replies: 11
Views: 653
Posted By xdragon124
Hmm, alright, thanks I look over the...

Hmm, alright, thanks I look over the documentation!

One last question remaining this: I'm using cufon for font replacement. When it first loads up, the font is successfully replaced, however, as...
Forum: JavaScript programming 11-21-2012, 04:35 AM
Replies: 11
Views: 653
Posted By xdragon124
I have implemented the marque tag as suggested. ...

I have implemented the marque tag as suggested.
However, the text will not fully scroll through before it cuts off and starts from the start again.
Forum: JavaScript programming 11-15-2012, 05:47 PM
Replies: 11
Views: 653
Posted By xdragon124
Hi, I have tested that and it indeed works. ...

Hi,
I have tested that and it indeed works. Thanks for everything.

One last thing, I would like to make a moving banner where the current song name would go. Is there any way I can do this?
...
Forum: JavaScript programming 11-15-2012, 04:54 AM
Replies: 11
Views: 653
Posted By xdragon124
Thank you very much devnull69. The player now...

Thank you very much devnull69. The player now works as I hoped.

I have another concern regarding the audio player. I would like to set it so that after one song finishes, the next song will...
Forum: JavaScript programming 11-14-2012, 05:41 PM
Replies: 11
Views: 653
Posted By xdragon124
$(document).ready(function(){ var currentsong;...

$(document).ready(function(){
var currentsong;

$("#play-button").click(function(){
if (currentsong == 1) {
$("#audio-1")[0].play();
}
else if (currentsong == 2) {...
Forum: JavaScript programming 11-14-2012, 03:26 PM
Replies: 11
Views: 653
Posted By xdragon124
Javascript Audio Player

I am currently in the process of developing a website with a custom audio player that will use specified divs as their controllers. I am currently confused on a few things:
1. Getting the next song...
Showing results 1 to 6 of 6

 
Forum Jump

All times are GMT +1. The time now is 06:38 AM.