Myspace Code help - Mp3 Player |
![]() ![]() |
Myspace Code help - Mp3 Player |
Jun 23 2008, 04:10 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jun 2008 Member No: 660,999 |
I designed my brothers page in which he has a "music artist" page that has an Mp3 Player. I'm trying to embed it into a css table <.div> but as you can see it shows nothing but a white box. I want the player to show.
What should I do? http://www.myspace.com/ksardesigntest |
|
|
|
Jun 23 2008, 09:33 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
i don't see any white boxes on that page. can you provide a screen shot & the coding you've used?
what mp3 player are you talking about? will you be using a custom one (like myflashfetish.com or something) or the myspace music player? if you're using the myspace one, you can't directly put it into a div. you just have to position it where you want it. the code for that is this: CODE table table td.text object { left:50%; margin-top:##px; margin-left:##px; position:absolute; top:0; }
|
|
|
|
Jun 24 2008, 05:42 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jun 2008 Member No: 660,999 |
here's the screen shot showing where the white box is showing up
http://www.ksard.com/whitebox.jpg He wants the Mp3 player that's on his page to go there, like on this page http://www.myspace.com/scholarmantheofficial |
|
|
|
Jun 24 2008, 05:45 PM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jun 2008 Member No: 660,999 |
the code (without the periods Just like I was able to move his snocap player to the bottom of the test page I want to be able to move the mp3 player
<.div class="mp3player"> <.object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="345" width="450" data="http://...swf?n=aHR0cDovL211c2ljLm15c3BhY2UuY29t&t=NIjMA6IdbbzdJESqckOMV4dhd4xWXHlPh3HU2r1DdyVjWKmzVwApckg6IWAgeepkc3sUgGNPxZ 2NeNQ8Gzgfw==&u=LTE=&a=0&d=MjQ2NTI3NTFeMTIxMjQwMzQ3NA==.."> <.param name="allowScriptAccess" value="never" /> <.param name="allowNetworking" value="internal" /> <.param name="movie" value="http://...swf?n=aHR0cDovL211c2ljLm15c3BhY2UuY29t&t=NIjMA6IdbbzdJESqckOMV4dhd4xWXHlPh3HU2r1DdyVjWKmzVwApckg6IWAgeepkc3sUgGNPxZ 2NeNQ8Gzgfw==&u=LTE=&a=0&d=MjQ2NTI3NTFeMTIxMjQwMzQ3NA==.." /> <.param name="quality" value="high" /> <.param name="bgcolor" value="#FFFFFF" /> <./object> .. <./div> |
|
|
|
Jun 24 2008, 06:20 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
are you adding the mp3 player from another page, or the one that's already there? myspace doesn't allow you to embed its band music player in a div (it filters out the source of the player and replaces it with two dots).
if you're just looking to move the music player that's already there, use the code i gave you earlier. |
|
|
|
![]() ![]() |