div mp3/video help, i cannot get custom mp3 player or youtube video to show in div |
div mp3/video help, i cannot get custom mp3 player or youtube video to show in div |
Jul 15 2007, 06:12 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Aug 2006 Member No: 449,503 |
whenever i try and place a custom mp3 player or youtube video in my div layout, it will not show up on my page.
also, whenever i try to add a video/mp3 player, the code changes automatically after i click on "save changes" i cant seem to find any problems in my coding. any help/ideas? |
|
|
|
![]() |
Jul 15 2007, 06:13 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Code changes - You can't do anything about that. Thats myspace.
Link me to your myspace (if its not private) or Post your code and I'll help you with the music player problemo. |
|
|
|
| *SinfullySweet* |
Jul 15 2007, 06:16 PM
Post
#3
|
|
Guest |
^Or if could be script they used to hide the myspace music player, which also hides all embedded objects, such as flash music player?
|
|
|
|
Jul 15 2007, 06:16 PM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Aug 2006 Member No: 449,503 |
CODE <style type=text/css>
td td embed {width:0px; height:0px;} td td embed, td td object {width:0px; height:0px;} td.text embed, td.text object {width:320px; height:240px;} td.text embed {width:320px; height:240px;} td.text embed {width:auto; height:auto;} td.text embed, td.text object {width:auto; height:auto;}</style> <style type="text/css"> .contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12, btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden} td td td td{border:0px;width:0px;text-align:left;} table,td,tr{padding:0px;width:;background-color:transparent} table table table{padding:1px;height:.01%;width:100%;} table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important} a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;} table table table table,table table table table td.text, td.text td.text table{display:none;} td.text table table{display:inline;visibility:visible;} table td table tr td.text table{visibility:hidden;} table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;} </style> <style type="text/css"> b.newtext {color:black; font-family: arial narrow; font-size: 11px; font-weight: normal !important;} b { color: 16ff08; font-family: arial;} s {text-transformation: uppercase;} u { color: ff1304; text-decoration: none;} i { color: 2d87de; border-bottom-style: dashed; border-bottom-width:1px; border-bottom-color:fecd05;} a {color:000000 !important; font-family:arial; font-size:10px;} a:hover {font-weight: normal;font-family:arial; font-size: 9px;text-transform:uppercase; text-decoration:none; color:000000; font-weight:normal; } </style> <style>body{background-color:ffffff; background-image: url(http://i17.tinypic.com/6g38euc.png); background-repeat: repeat; background-attachment: fixed; background-position: center center;}</style> <style type="text/css">body, a, a:hover {cursor: url(http://www.cursors-4u.com/cursors/cur-1/cur54.ani);}</style> <style>td td object {position:absolute; left:0px; top:0px; width:0px; height:0px;}</style> <style type="text/css"> body { scrollbar-track-color:ffffff; scrollbar-face-color:ffffff; scrollbar-3dlight-color:ffffff; scrollbar-highlight-color:ffffff; scrollbar-darkshadow-color:ffffff; scrollbar-shadow-color:ffffff; scrollbar-arrow-color:000000; } </style> <style> table td div {visibility:hidden;} table table td div {visibility:visible;} tr {background:transparent;}</style> |
|
|
|
Jul 15 2007, 06:18 PM
Post
#5
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Remove the following:
CODE <style>td td object {position:absolute; left:0px; top:0px; width:0px; height:0px;}</style> If it still doesn't show take this out too , but it should be ok: CODE <style type=text/css> td td embed {width:0px; height:0px;} td td embed, td td object {width:0px; height:0px;} td.text embed, td.text object {width:320px; height:240px;} td.text embed {width:320px; height:240px;} td.text embed {width:auto; height:auto;} td.text embed, td.text object {width:auto; height:auto;}</style> ^Or if could be script they used to hide the myspace music player, which also hides all embedded objects, such as flash music player? Thats why I wanted her to post the code. |
|
|
|
| *SinfullySweet* |
Jul 15 2007, 06:18 PM
Post
#6
|
|
Guest |
http://www.createblog.com/scripts/script.php?id=513 That was from this script. It was use to hide the myspace music player, but it also hid the embedded objets. Toya's got it |
|
|
|
Jul 15 2007, 06:23 PM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Aug 2006 Member No: 449,503 |
all it does is show the myspace mp3 player; which i dont want
it doesnt show my youtube video, but it shows an outline of it |
|
|
|
Jul 15 2007, 06:24 PM
Post
#8
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
You need to delete the music player. You're obviously not using it? Link please and take your profile off private please.
|
|
|
|
Jul 15 2007, 06:29 PM
Post
#9
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Aug 2006 Member No: 449,503 |
www.myspace.com/omgitsturhan
|
|
|
|
Jul 15 2007, 06:33 PM
Post
#10
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
What browser are you using? The video shows up for me and I can actually see it. Did you remove both codes or just one? Try both please.
(Make sure you put it in a div too . The video I mean) |
|
|
|
Jul 15 2007, 06:47 PM
Post
#11
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Aug 2006 Member No: 449,503 |
i'm using firefox, but also using internet explorer, but cant see it.
|
|
|
|
![]() ![]() |