help please. mp3 player wont show up |
![]() ![]() |
help please. mp3 player wont show up |
Jun 30 2006, 03:17 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jun 2006 Member No: 431,830 |
i have a div layout on my page i am trying to ad a mp3 player to the spot that says my music but when i posted the code witch is
CODE <div align="center"><embed src="http://www.seekcodes.com/players.swf" menu="false" quality="high" style="filter:gray;" width="300" height="300" name="index" allowScriptAccess="never" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="playList=http://www.seekcodes.com//playlists/23007.xml&ShowPlaylist=1&ShowEQ=1&firstTrack=1&initVol=100" wmode="transparent" /></div><div align='center'><a href="http://www.seekcodes.com">Get your own Flash MP3 Player</a></div><a href="http://www.seekcodes.com" target="_blank"> it doesnt show up. this is wht my page looks like now i want that player above to be in the my music slot. can anyone explain to me why it isnt showing up & if there is a code that is making in invisible can u let me know what it is so i can delete it. Thank alot Celina My Webpage |
|
|
|
Jun 30 2006, 05:22 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 160 Joined: Dec 2005 Member No: 323,612 |
I could be wrong but I think that the issue is that the box you want to put it in is too small for the player. Try putting it in another box or enlarging the music one, if that doesn't work let me know. Also, why does a photobucket link show up whenever you hover over ANY part of the music box?
also, there is no code in your layout that would be making that invisible. |
|
|
|
Jun 30 2006, 06:06 PM
Post
#3
|
|
![]() Wanna Get PWNed?!?! ![]() ![]() ![]() Group: Member Posts: 77 Joined: Jun 2006 Member No: 431,906 |
i think the problem is that you put a div tag in the code, and u didnt put the visibility:visible; in it
just change your code to this CODE <center><embed src="http://www.seekcodes.com/players.swf" menu="false" quality="high" style="filter:gray;" width="300" height="300" name="index" allowScriptAccess="never" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="playList=http://www.seekcodes.com//playlists/23007.xml&ShowPlaylist=1&ShowEQ=1&firstTrack=1&initVol=100" wmode="transparent" /> that also takes off the advertisement that comes with it |
|
|
|
Jun 30 2006, 06:23 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 160 Joined: Dec 2005 Member No: 323,612 |
I used that code on my page as was and it worked fine. Hopefully your's will work for her though. I still think she needs to expand the music box so it can fit the player.
|
|
|
|
Jun 30 2006, 06:35 PM
Post
#5
|
|
![]() Wanna Get PWNed?!?! ![]() ![]() ![]() Group: Member Posts: 77 Joined: Jun 2006 Member No: 431,906 |
if you have the whole page hidden and you a div tag with out the visibility:visible, it will not show, the best thing for her to do is just take out the div tag, even if the tag is in a visible tag, so that code should fix her problem
|
|
|
|
![]() ![]() |