Trying to insert a video, but it doesn't show up., Help? |
Trying to insert a video, but it doesn't show up., Help? |
Mar 19 2007, 07:08 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 17 Joined: Oct 2005 Member No: 267,675 |
Hi! :]
I'm trying to insert a video in my Movies section, but when I try, it doesn't show up. I've found some other topics helping with the same problem, and I'm pretty sure it has something to do with my code. I know there are a few topics helping with this problem already, and I'm sorry. I'm no wiz at HTML though, and I don't know which part of my code to remove. My MySpace page is: Here If you'd like me to post the entire code instead, let me know. Thank you so much! :] |
|
|
|
![]() |
| *Azarel* |
Mar 19 2007, 07:53 PM
Post
#2
|
|
Guest |
First, I think you have to place <z> into your interest section (in this case, Movies) in order for your html to show up. Second, you have three resize codes in effect:
embed, object {display:block; width:250px; height:100px;} and <style type="text/css">embed, object display:block; width:250px; height:150px;}</style> and <style>td td object {position:absolute; left:0px; top:0px; display:block; width:0px; height:0px;}</style> The first one simply resizes your videos & flash objects. The second one I listed doesn't do anything because it's put in wrong. The third one I listed will prevent video from showing up altogether, so I suggest removing that one and let us know if your video is showing up. |
|
|
|
xohh_tragicx3 Trying to insert a video, but it doesn't show up. Mar 19 2007, 07:08 PM
xohh_tragicx3 Mmm, okay thanks! I'll try that.
The thir... Mar 19 2007, 08:00 PM
Azarel I'm not sure, actually. You could just remove ... Mar 19 2007, 08:10 PM
xohh_tragicx3 No it's fine, I accidentally figured it out ac... Mar 19 2007, 08:14 PM
Azarel Oops, I think I found it. I'm not sure if I ca... Mar 19 2007, 08:19 PM
xohh_tragicx3 Ah, yes that was it!
Thank you very much. :] Mar 19 2007, 08:27 PM![]() ![]() |