Bully-Board

Bully-Board.com => Forum Questions/Help => Topic started by: Xwatch1009 on September 04, 2013, 07:31:29 PM

Title: How do I add music to my profile?
Post by: Xwatch1009 on September 04, 2013, 07:31:29 PM
I've been trying to get music on my profile, but I can't find the option.  >:( How do I add music to my profile?  :unsure:
Title: Re: How do I add music to my profile?
Post by: DaBOSS54320 on September 05, 2013, 08:30:00 PM
Isn't an option. Must use HTML. In the ultimate profile, you can set HTML and CSS customization. What I do is get a youtube video and set the video size to 0x0 and make it autoplay.
Title: Re: How do I add music to my profile?
Post by: KING DP on October 17, 2013, 02:48:42 AM
video size 0x0?
Title: Re: How do I add music to my profile?
Post by: DaBOSS54320 on October 17, 2013, 05:20:32 PM
Yes, dimensions being 0 by 0. So that way it is invisable.
Title: Re: How do I add music to my profile?
Post by: Damian_Dan on October 20, 2013, 11:52:31 PM
thx for da help.Im also looking for this thread
Title: Re: How do I add music to my profile?
Post by: DaBOSS54320 on October 21, 2013, 12:29:23 AM
Here, I'll make a tutorial.

Use my profile as an example.
Here's the HTML I added.

Code: [Select]
<object width="0" height="0"><param name="movie" value="//www.youtube-nocookie.com/v/POwaPdAPyNs?version=3&amp;hl=en_US&amp;rel=0;autoplay=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="//www.youtube-nocookie.com/v/POwaPdAPyNs?version=3&amp;hl=en_US&amp;rel=0;autoplay=1" type="application/x-shockwave-flash" width="0" height="0" /></object>
I used the 'Embed' option on youtube, and used the old embed code because for some reason the new just didn't work. Anyway, there are 4 things you need to change, 2 are just doubles.

Note: A few videos may not allow embeding, so if your video doesn't work then try a different video.
Title: Re: How do I add music to my profile?
Post by: BloodChuckZ on October 21, 2013, 04:32:07 AM
^That was very helpful DaBoss.  I got music on mine now.
Title: Re: How do I add music to my profile?
Post by: DaBOSS54320 on October 21, 2013, 07:43:34 AM
^ Awesome! I'll check it out.
I tried to put a GTA IV radio station on mine but that video didn't allow me to embed D:
Title: Re: How do I add music to my profile?
Post by: BloodChuckZ on October 21, 2013, 08:15:24 AM
Mine won't loop, but that's Ok....Don't figure anyone will hang around long enough to hear it over.
Title: Re: How do I add music to my profile?
Post by: Red Blaster on October 26, 2013, 12:21:42 AM
Thanks a lot. Now my profile finally has music.  :D
Title: Re: How do I add music to my profile?
Post by: DaBOSS54320 on October 26, 2013, 12:41:21 AM
Awesome!
Title: Re: How do I add music to my profile?
Post by: BloodChuckZ on October 26, 2013, 02:57:52 AM
We should leave this here in case anybody else need help for getting music on their profile.
Title: Re: How do I add music to my profile?
Post by: FaZe on October 28, 2013, 02:48:31 PM
This doesn't quite work for me because when I try to do this it doesn't play, can someone post a video showing exactly how to do this.
Title: Re: How do I add music to my profile?
Post by: Unknownsoldier on June 19, 2014, 04:00:52 PM
THX now i have music on my profile
Title: Re: How do I add music to my profile?
Post by: alontzedaka on November 05, 2014, 11:59:36 PM
Thx m8's. This works out real nice for my profile. 

Even though for some reason I had to recode it as if someone changed my profile while I wasn't looking for some reason.

Either way you can check out my profile and tell me what you think about the soundtrack.  :cool:
Title: Re: How do I add music to my profile?
Post by: BloodChuckZ on November 07, 2014, 07:15:50 AM
First, go to You-Tube and find a video you want, and copy the ULR....

Example --
http:/ /www.youtube.com/watch?v=ANTYbInzdoA

Then from that, take out the last part.... ANTYbInzdoA
.....And inserted it in 2 places in this code....

<object width="" height="0"><param name="movie" value="//www.youtube-nocookie.com/v/ANTYbInzdoA?version=3&amp;hl=en_US;autoplay=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="//www.youtube-nocookie.com/v/ANTYbInzdoA?version=3&amp;  hl=en_US;autoplay=1" type="application/x-shockwave-flash" width="0" height="0" /></object>

See where I put the.... ANTYbInzdoA ....part of that ?  (for your song, you will have to substitute your music ULR....Use the part after the =
....Insert that in those 2 places between the /v/ and the ?

Next, go to your Profile, then to 'Ultimate Profile'....In the big box at the bottom marked "Customization: ", copy and insert that entire code above, and save it.
Title: Re: How do I add music to my profile?
Post by: Ky on November 11, 2014, 09:39:45 AM
Thanks  :D
Title: Re: How do I add music to my profile?
Post by: Ky on November 27, 2014, 04:47:52 AM
Thank you, I could add my favorite song ...
Title: Re: How do I add music to my profile?
Post by: DaBOSS54320 on November 27, 2014, 03:50:08 PM
Also, I'd like to add some info. You can also specify where the video starts, for example if you want to skip a portion of the video to get to a certain part.

VIDEO CODE: Put the part after "v=" in your youtube link here.
START TIME: Where, in seconds, the video should start. (Just put 0 to make it start at the beginning, 36 to start 36 seconds in, 125 to start 2 minutes and 5 seconds in, etc.)

<object width="0" height="0"><param name="movie" value="//www.youtube-nocookie.com/v/VIDEO CODE?version=3&amp;hl=en_US&amp;start=START TIME;rel=0;autoplay=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="//www.youtube-nocookie.com/v/VIDEO CODE?version=3&amp;hl=en_US&amp;start=START TIME;rel=0;autoplay=1" type="application/x-shockwave-flash" width="0" height="0" /></object>
Title: Re: How do I add music to my profile?
Post by: BloodChuckZ on November 29, 2014, 05:55:20 PM
Say, that is really helpful !!
Thanks, DaBoss.  ;D
Title: Re: How do I add music to my profile?
Post by: Ky on December 01, 2014, 04:48:57 AM
Say, that is really helpful !!
Thanks, DaBoss.  ;D
He he, believe me, daBoss help many people ..
 ;D
Title: Re: How do I add music to my profile?
Post by: Gerry Vengeance on December 09, 2014, 12:32:46 AM
Thanks! Now I can add my fav song to my profile
Title: Re: How do I add music to my profile?
Post by: Ky on December 09, 2014, 08:36:57 AM
Thanks! Now I can add my fav song to my profile
Listen went, and found it very cool your profile music
 ;D
Title: Re: How do I add music to my profile?
Post by: Gerry Vengeance on December 10, 2014, 09:12:20 AM
the music doesn't work anymore lol why is this happening?
Title: Re: How do I add music to my profile?
Post by: Ky on December 10, 2014, 10:31:33 AM
the music doesn't work anymore lol why is this happening?
I do not know
 :hmm:
Title: Re: How do I add music to my profile?
Post by: BloodChuckZ on December 10, 2014, 11:05:35 AM
Mine plays, and yours does also.
Just checked.
Title: Re: How do I add music to my profile?
Post by: Gerry Vengeance on December 10, 2014, 10:34:25 PM
Mine plays, and yours does also.
Just checked.
but i can't hear my music xD
Title: Re: How do I add music to my profile?
Post by: BloodChuckZ on December 10, 2014, 10:41:37 PM
There is about a 10-Second delay before it starts (mine is the same way). Just checked twice, I can hear it.
Also, are your speakers turned up ?
Title: Re: How do I add music to my profile?
Post by: Unknownsoldier on December 11, 2014, 12:39:18 AM
I can hear it on Rutsukage's profile. Just wait about 10 seconds. like Chuck said.
Title: Re: How do I add music to my profile?
Post by: Gerry Vengeance on December 11, 2014, 04:11:32 AM
I wait about 10 minutes and it doesn't work
Title: Re: How do I add music to my profile?
Post by: BloodChuckZ on December 11, 2014, 09:45:30 AM
It must be something to do with your computer then....Just checked again and I can hear it just fine.
Title: Re: How do I add music to my profile?
Post by: alontzedaka on December 11, 2014, 10:51:36 AM
Yeah I can hear it fine, maybe you're using IE Explorer. JK JK, maybe you need to update your browser or idk really.
Title: Re: How do I add music to my profile?
Post by: madnesscombatfan212 on December 11, 2014, 10:55:41 AM
I seem to be the only one putting music on my profile, everyone else seems to have just recorded the sound of their toilet flushing.
Title: Re: How do I add music to my profile?
Post by: alontzedaka on December 11, 2014, 11:03:45 AM
I seem to be the only one putting music on my profile, everyone else seems to have just recorded the sound of their toilet flushing.

The fact you just insulted mine, C00ld0c's and DaBoss's profile soundtrack is really provoking in my opinion.
Title: Re: How do I add music to my profile?
Post by: madnesscombatfan212 on December 11, 2014, 01:55:17 PM
I seem to be the only one putting music on my profile, everyone else seems to have just recorded the sound of their toilet flushing.

The fact you just insulted mine, C00ld0c's and DaBoss's profile soundtrack is really provoking in my opinion.
Oh yes, because you three stooges are more important than everyone else, who I also joked about the profile music of, even though I have not actually heard the music on any of you three's profiles, it was not even directed at you, or anyone, in particular.
Title: Re: How do I add music to my profile?
Post by: BloodChuckZ on December 11, 2014, 03:03:19 PM
I seem to be the only one putting music on my profile, everyone else seems to have just recorded the sound of their toilet flushing.

Odd.  Don't hear a thing on your profile.
Title: Re: How do I add music to my profile?
Post by: Gerry Vengeance on December 11, 2014, 05:53:51 PM
it worked again.. it's just my internet connection
Title: Re: How do I add music to my profile?
Post by: Bigfoot on March 17, 2016, 07:18:40 AM
Finally got around to adding some music to mine.

Question is - will anyone be able to identify it...?  (Answers in a PM please - let's keep the topic, well, on topic)