If you are seeing this message, it is possible the page did not load properly. Please hit reload/refresh on your browser.
If you still see this message, you probably do not have a browser that supports web standards, although its content is accessible to any browser or Internet device.

Cool Tips & Tricks Cool Tips & Tricks

Help Communities:
Help Forums Bug Base
<< Prev Topic | Next Topic >>
Cool Tips & Tricks ::: HTML ::: Music
New Topic    Add Reply
Topic: Music  (?)  Click to receive email notification of replies Click to stop receiving email notification of replies email this topic to a friend
BonusGalore

Registered User
Posts: 3
Posted: 10/31/05 7:07 am    
Music
I want to add music to my board. i know i seen that topic here before but cant find it now. can some one help me find it or just give me the codes for it.

Thanks!


  reply to this message

BonusGalore

Registered User
Posts: 4
Posted: 10/31/05 7:08 am    
Re: Music
Found It!

Thanks!


  reply to this message

Nutrocker

ezboard Moderator
ezSupporter
Posts: 16403
Posted: 11/1/05 3:56 pm    
Re: Music
:)
p079.ezboard.com/fcooltip...D=19.topic


  reply to this message

icyorchid

Registered User
ezSupporter
Posts: 3
Posted: 11/7/05 6:08 pm    
Re: Music
I am trying to do this, and it isn't working.
I have the code in the 4th text space.
Thanks
Sandra


  reply to this message

Nutrocker

ezboard Moderator
ezSupporter
Posts: 16454
Posted: 11/8/05 4:23 pm    
Re: Music
What is your board url please and is the code still in place?


  reply to this message

icyorchid

Registered User
ezSupporter
Posts: 4
Posted: 11/9/05 6:59 am    
Re: Music
My Board URL is p066.ezboard.com/bwinterw...dofreebies
The code is removed.
I was told that music will offset the board or something like that. :)


  reply to this message

Nutrocker

ezboard Moderator
ezSupporter
Posts: 16464
Posted: 11/9/05 4:42 pm    
Re: Music
music tends to annoy more people than it entertains when used on websitees ;)


  reply to this message

Scott Bull

Registered User
ezSupporter
Posts: 35
Posted: 11/19/05 7:15 am    
Re: Music
You could always use something like the JukeBox I have on my board, it will only play if the person chooses a song, and works with both MIDI and MP3 format, so you could use MIDI files for people on dial-up and MP3 for those with a super-fast connection, you can view it on my board, and if you want I can give you the coding for it, (as far as I know it's currently only IE specific).


  reply to this message

icyorchid

Registered User
ezSupporter
Posts: 10
Posted: 11/19/05 3:20 pm    
Re: Music
I'd love to have the code, but can it work with Windows Media? I don't have the other one.
Thanks
Sandra :)


  reply to this message

Scott Bull

Registered User
ezSupporter
Posts: 40
Posted: 11/20/05 3:00 pm    
Re: Music
I think it uses the Windows Media within IE, hence I'm still working on making it compatable with NN.

As for the code, send me an IM on how you want it sens, (IM/E-mail), and I will get it sent to you as soon as I can.


  reply to this message

BonusGalore

Registered User
Posts: 5
Posted: 11/21/05 7:54 am    
Re: Music
Another question:

i have music on my board, only thing is that it only plays one song. how do i get it to play more then one and whats the code for it.

Thanks!


  reply to this message

chrish18

Registered User
ezSupporter
Posts: 2283
Posted: 11/21/05 10:26 am    
Re: Music
Try this one, www.kencole.org/javascrip...x_code.htm or indeed any of the results from google, www.google.co.uk/search?h...arch&meta=


  reply to this message

Scott Bull

Registered User
ezSupporter
Posts: 42
Posted: 11/23/05 12:25 pm    
Re: Music
Or again, use something like the one I got.

To enable multiple songs, you either need to code it so that 1 song follows another, or provide some sort of user-interface, such as a drop-down menu, (as in the case of my one), to allow people to pick from a multiple choice, you could also randomise the song that plays, though this might be more tricky.


  reply to this message

chrish18

Registered User
ezSupporter
Posts: 2296
Posted: 11/23/05 12:38 pm    
Re: Music
Yes you can use the one Scott has on his board, javascript.internet.com/m...tml#source or one of the many in the google results I linked to


  reply to this message

Scott Bull

Registered User
ezSupporter
Posts: 42
Posted: 12/1/05 2:52 pm    
Re: Music
Or you could just tell the person to listen to an MP3, lol,(Speaking of which, most music player codes, like mine, play both MIDI and MP3, I haven't tested other formats though).


  reply to this message

DJ EDGE632

Registered User
ezSupporter
Posts: 1
Posted: 12/1/05 5:24 pm    
Re: Music
I read the instructions for the ONE time only play... in the link... but I would like for the song to keep playing even after they go into a forum on my board... Is it possible to have the song to keep playing....???


  reply to this message

Scott Bull

Registered User
ezSupporter
Posts: 43
Posted: 12/2/05 7:32 am    
Re: Music
I've been trying to work this out for my player, but I'm not sure, as when you go into a forum, it reloads the entire page, including the custom script, if you could get the music to open in a seperate window, then work as hidden, then you could have it keep playing, though this is just a guess.


  reply to this message

chrish18

Registered User
ezSupporter
Posts: 2294
Posted: 12/2/05 7:57 am    
Re: Music
It's not hard to do, just write the html to the window rather than the board, eg
 
    if (!getTag("firstVisit")) {

var music = window.open("about:blank", "music", "width=150,height=100,status=no,address=no,resizable=no,scrollbars=no");
    music.document.write("<embed src='http://Your_sound.mid' hidden=true autostart=true loop=true width=144 height=74>")

    music.document.write("<noembed><bgsound src='http://Your_Sound.mid' autostart=true loop=true width=144 height=74></noembed>");

    document.cookie = "firstVisit=true";

  }
That relies on popup blockers not being enabled though.


  reply to this message

DJ EDGE632

Registered User
ezSupporter
Posts: 1
Posted: 12/2/05 5:02 pm    
Re: Music
thanks, I tried it..but it just displayed the words on my board... is this the whole script?


  reply to this message

Scott Bull

Registered User
ezSupporter
Posts: 43
Posted: 12/3/05 3:58 pm    
Re: Music
Don't think so, usually, it has to have a open and close javascript command prompt, so I'm guessing it'd go within your existing code, but as chrish said, it relies on a pop-up blocker not being present, and literally every computer has at least 1 of these in place, (not sure if XP/SP2 or AV programs will also affect this, best ask chrish about that).


  reply to this message

Click to receive email notification of replies Click to stop receiving email notification of replies email this topic to a friend

New Topic    Add Reply

jump to:
Topic Control Image::: Topic Commands
<< Prev Topic | Next Topic >>

Icon Legend

reply button:::Reply to Post Button   edit button:::Edit Post Button  delete button:::Delete Post Button (Moderator Only)

subscribe/unsubscribe to thread button:::Subscribe to Thread Button   email to friend button:::Email to Friend Button  



- Cool Tips & Tricks - HTML -

Communitiesezboard Help Communities:

Help Forums Help Forums Bug Base Bug Base





Powered By ezboard® Ver. 7.32
Copyright ©1999-2007 ezboard, Inc.