Home Forums Register My TF Groups Weather Profile Search Gallery User CP Calendar Quick Links FAQ Log Out
 

Go Back   Tampa Forums > General > Profile Customizations

Reply
 
LinkBack Thread Tools Display Modes
Old 03-04-2008, 08:23 PM   #1 (permalink)
billybongthorton
not of this god
 
billybongthorton's Avatar
 
billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !
music in profile

how the hell do i do it, i know theres thread about it but it doesnt make nay sense, i just want song on there, like what websites do i go to to find it and how do i put it on my page, i put an imeem song up there but it didnt show up
billybongthorton is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-05-2008, 03:31 PM   #2 (permalink)
Clint
keyboard hardass
 
Clint's Avatar
 
Clint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond repute
you'd have to use a flash music player, you can search on them in google and go from there.. The code behind the scenes for the profiles is pretty wacky so I'm not even sure what you'd need to do exactly. There are a few people on here with flash music players in their profiles though
Clint is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2008, 04:01 PM   #3 (permalink)
djcarbo
$$$ FidelCashFlow $$$
 
djcarbo's Avatar
 
djcarbo is a splendid one to beholddjcarbo is a splendid one to beholddjcarbo is a splendid one to beholddjcarbo is a splendid one to beholddjcarbo is a splendid one to beholddjcarbo is a splendid one to beholddjcarbo is a splendid one to behold
Well theres your flash players, or if there is a specific radio staiton on your site were you dont hear the same music over and over agine. I have that code. It works with both fire fox and IE.
djcarbo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-24-2008, 09:00 PM   #4 (permalink)
billybongthorton
not of this god
 
billybongthorton's Avatar
 
billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !billybongthorton User is effing awesome !
yeaaa i got me some tunes in there now preciate it
billybongthorton is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-28-2008, 08:00 PM   #5 (permalink)
vertigo
U and your 3rd dimension
 
vertigo's Avatar
 
vertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond repute
Quote:
Originally Posted by Clint View Post
The code behind the scenes for the profiles is pretty wacky so I'm not even sure what you'd need to do exactly. There are a few people on here with flash music players in their profiles though
How is the code wacky? Its a HTML cleaner. Most of the time, when music code doesnt work, its because it contains blacklisted tags (usually object tags). Use embed tags to get it through the filter.

example:

<embed style="width:435px; visibility:visible; height:270px;" allowscriptaccess="never" src="http://null3d.com/loki/mp3player.swf?playlist_id=false&autostart=true&shu ffle=false&volume=80&showdisplay=false&showplaylis t=true&backcolor=0xc7cce7&frontcolor=0x22229c&ligh tcolor=0xffffff&sort=true&width=300&height=400&rep eat=true&displayheight=0&file=http://null3d.com/begin.mp3" menu="false" quality="high" width="435" height="270" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" />
vertigo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-28-2008, 09:29 PM   #6 (permalink)
Clint
keyboard hardass
 
Clint's Avatar
 
Clint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond repute
just make sure there isnt any capital letters in your url..
Clint is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-28-2008, 10:03 PM   #7 (permalink)
vertigo
U and your 3rd dimension
 
vertigo's Avatar
 
vertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond reputevertigo has a reputation beyond repute
Quote:
Originally Posted by Clint View Post
just make sure there isnt any capital letters in your url..
Modify the function so it uses case insensitive compares, then remove the strtolower call, then force all tags and attribute names to lowercase. The strtolower was originally designed to be faster, avoid exploitation of non-compliant browsers, and for the html to be easier to read. Its fairly easy to fix.

Its no surprise that many things were left unfinished, this is one of them. Refering to the code as 'wacky' does not do it justice, it is very efficient and effective in what it does.
vertigo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-29-2008, 08:48 PM   #8 (permalink)
Clint
keyboard hardass
 
Clint's Avatar
 
Clint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond reputeClint has a reputation beyond repute
Fair enough, its just easier to say its wacky. I think I was really tired of reading code when I wrote that anyhow
Clint is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-01-2008, 10:59 AM   #9 (permalink)
spicaly
slacker
 
spicaly's Avatar
 
spicaly is an unknown quantity at this point
anyone know if theres a flash player that will let you put a 30min mp3 into it?

I uploaded a mix i did but am having problems with it showing up using the embedding code they give me

<object width="300" height="110"><param name="movie" value="http://media.imeem.com/m/HS9KYRHfJo/aus=false/"></param><param name="wmode" value="transparent"></param><embed src="http://media.imeem.com/m/HS9KYRHfJo/aus=false/" type="application/x-shockwave-flash" width="300" height="110" wmode="transparent"></embed><a href="http://www.imeem.com/spicaly/music/9OvGufFu/various_dj_spicaly_30_min_mix/">Dj Spicaly 30 min Mix - Various</a></object>

any suggestions?

Last edited by spicaly : 08-01-2008 at 03:12 PM.
spicaly is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

All times are GMT -4. The time now is 10:42 AM.


Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 RC8
Page generated in 0.09680 seconds with 11 queries

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59