The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How do I Add a music player to profiles?

3 posters

Go down

Solved How do I Add a music player to profiles?

Post by Guest June 23rd 2010, 11:03 pm

I would like to place a music player on users profile that they can customize themselves by adding their own music. How will I go about this? I am using version phpBB3.
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 23rd 2010, 11:06 pm

i don't think that is possible. Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 23rd 2010, 11:13 pm

Is there no way to script a code into the profiles to allow users to paste an MP3 file into a field that will play that song whenever people click on their profiles?
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 23rd 2010, 11:14 pm

hmm i think this is possible but one song for all profiles..
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 23rd 2010, 11:23 pm

Which is why i want the users to have control over this... By placing their own mp3 into a field.. I enabled HTML but it doesnt seem to work on profiles.
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by RoNo June 23rd 2010, 11:56 pm


Add a *text zone (icon + text) and use BBCode
How do I Add a music player to profiles? Rzgo_r Phpbb3 Forum Profile Example

Admin panel view [click]
How do I Add a music player to profiles? Th_profile_extras01



Modifiable by member
How do I Add a music player to profiles? Th_profile_extras02



Adding BBCode to profile
How do I Add a music player to profiles? Th_profile_extras03

RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 24th 2010, 12:12 am

RoNo you ruck! Smile thumright
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 24th 2010, 12:19 am

Thanks RoNo, I am going to try this right now and post an update of my success or failure
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 24th 2010, 12:33 am

Ok how do I change the size of the video? I wont be displaying this on messages anyway.. But I did notice a Youtube video just pops out of place.. it doesnt automatically resize. How do I change the size of the Youtube video on the profile?
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 24th 2010, 12:35 am

Here is the size
Code:

[flash(60,27)]
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 24th 2010, 12:53 am

^ that didnt work... Its a youtube video.. doesnt seem to show up when i set it into a flash BBcode.

Code:
[youtube] Youtube URL [/youtube] = Works (but not in the size that I want...

[flash(60,27)] Youtube URL [/flash] = Doesnt work.
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 24th 2010, 12:56 am

this is the code.
Code:

[left][flash(60,27)]http://www.youtube.com/v/dFBBKfw59kA&hl=en&fs=1&rel=0[/flash][/left]
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 24th 2010, 1:02 am

Thanks that worked, but not with the video song i choose. Hmm.. Does it matter that "&hl=en&fs=1&rel=0" is added after the video? This is the song I am using to test this https://www.youtube.com/watch?v=4GChyh_dKWk
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 24th 2010, 1:09 am

does this not working?
Code:

[left][flash(60,27)]http://www.youtube.com/watch?v=4GChyh_dKWk[/flash][/left]
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 24th 2010, 1:17 am

^ No, that's not working. I figured out the problem... Apparently the code doesnt work if the URL is set up as www.youtube.com/WATCH?v=
This part that says "watch?v=" should be replaced with "v/" (without the quotes.. So all together this is how it will look...

Code:
[left][flash(60,27)]http://www.youtube.com/v/4GChyh_dKWk[/flash][/left] = Valid

[left][flash(60,27)]http://www.youtube.com/watch?v=4GChyh_dKWk[/flash][/left] = Invalid

Now I have another question pertaining to this.. How do I auto start the video to play automatically? without having to press the play button
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by RoNo June 24th 2010, 1:51 am

All profile players auto starting on a page would sound confusing.
Even auto starting a single player could be confusing....
If it's a long thread and several members have profile players
"Which one is playing?... hit stop!... where is it?!" lol Cool

Add this to autoplay youtube music:
&autoplay=1

To repeat/loop:
&loop=1

Example
Code:
[flash(60,25)]http://www.youtube.com/v/4GChyh_dKWk&hl=en_US&fs=0&autoplay=1&loop=1[/flash]

Spoiler:
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 24th 2010, 2:15 am

Lol Thank you RoNo, but that is why i set the music players to show only through their profiles and not through their messages. So now the song can auto play when people visit their profile, giving my members more customization for their profiles Smile Thanks guys, I appreciate the help on this topic. thumleft

edit:

If I wanted to link this code with a playlist... to play multiple songs through the same player, one after another, how would the code be for that?
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by RoNo June 24th 2010, 3:20 am

*Mixpod is a good site for playlist players...
http://www.myflashfetish.com/ is the same company.

Have a look at *this topic about playlist players
and players for your own uploaded music.
I'll help you get the players working with bbcode.
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 24th 2010, 3:24 am

Nice, ok this is the URL: http://mixpod.com/social/2010/06/hip-hop-playlist
to the playlist i want to put. What do I do first to set it up on my site


Last edited by SPADEZ on June 24th 2010, 6:39 pm; edited 1 time in total
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 24th 2010, 3:28 am

This is the embedded HTML code for it

Code:
<center><p style="visibility:visible;"><embed src="http://assets.mixpod.com/swf/mp3/mixpod.swf?myid=56105061&path=" quality="high" wmode="window" bgcolor="" flashvars="mycolor=&mycolor2=&mycolor3=&autoplay=false&rand=0&f=4&vol=95" width="410" height="311" name="myflashfetish" salign="TL" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:410px;height:311px;" /><br><a href="http://www.mixpod.com/playlist/56105061"><img src="http://assets.myflashfetish.com/images/btn-get-tracks.gif" alt="Music" title="Get Music Tracks!" border="0"></a><a href="http://www.mixpod.com" target="_blank"><img src="http://assets.myflashfetish.com/images/btn-create.gif" alt="Playlist" title="Create Your Free Playlist!" border=0></a><a href="http://www.mixpod.com/ringtones/56105061"><img src="http://assets.myflashfetish.com/images/btn-get-ringtones.gif" alt="Ringtones" title="Get Ringtones From This Playlist!" border="0"></a><br />Create a <a href="http://mixpod.com">playlist</a> at <a href="http://mixpod.com">MixPod.com</a></p></center>
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 26th 2010, 7:44 am

Anybody know how to turn the above code into bb code??
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by RoNo June 26th 2010, 11:25 am

That player doesn't re-size the same as YouTube players.
You may need another player style that will work better
when it's reduced in size for adding to a profile.
Here's your player with BBCode
Code:
[flash(200,110)]http://assets.mixpod.com/swf/mp3/mixpod.swf?myid=56105061&path=&mycolor=&mycolor2=&mycolor3=&autoplay=false&rand=0&f=4&vol=95&exactfit[/flash]
(any smaller and the play button won't be accessible)

Maybe a smaller player style will work as is
Other mixpod styles
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Maki1 June 26th 2010, 1:37 pm

Hello, RoNo

How do I make this

How do I Add a music player to profiles? This16
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Guest June 26th 2010, 5:29 pm

Thanks again RoNo, you're a great help with BBcode formating.
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I Add a music player to profiles?

Post by Sanket June 26th 2010, 6:33 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
How do I Add a music player to profiles? 2j4t5a8

Sanket Smile

Bluesky, make another thread if you wish to.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum