Profile 2.0 Help |
Profile 2.0 Help |
Sep 3 2009, 03:16 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Aug 2009 Member No: 743,955 |
Ok So i have an image pasted in my blurbs section
i want to embed a video over the image is that possible? heres the profile http://profile.myspace.com/index.cfm?fusea...endid=497269687 Please Help!? Just got into profile 2.0 ! |
|
|
|
![]() |
Sep 3 2009, 03:21 PM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Make a class for the video and put it in your CSS, like this:
CODE .video {position:absolute; top:#px; left:50%; margin-left:#px;} Replace the pound symbols with appropriate values. Then use the class to position the video around, like this: CODE <div class="video"> Insert embed codes here. </div> That goes in either About Me or Who I'd Like To Meet, whichever one. See if that works for you. |
|
|
|
Sep 3 2009, 03:34 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Aug 2009 Member No: 743,955 |
yes that seemed to be what worked but the video sizing is crazy!?
http://www.myspace.com/petitemodelmovement i can position it but i cant seem to fix the sizing on the video? no matter how much i adjust the width it doesnt change |
|
|
|
Sep 3 2009, 03:38 PM
Post
#4
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Looks like you were able to fix the height? The width shouldn't be that hard to change either.
|
|
|
|
Sep 3 2009, 03:40 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Aug 2009 Member No: 743,955 |
Nope Its staying stupid wide !
i can fix the height thats it this is what i have in my about me <div class="video"> CODE <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="540" width="460"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://www.youtube.com/v/6c4s8ncL2qw&hl=en&fs=1&" /> <param name="wmode" value="transparent" /> <embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://www.youtube.com/v/6c4s8ncL2qw&hl=en&fs=1&" height="540" width="460" wmode="transparent" /> </object>.... </div> <img src="http://iamcry.com/PETITELAYOUT.jpg" /> and this is what i have in the css CODE .video {position:absolute; top:1300px; left:40%; margin-left:-#px;}
Reason for edit: Please use [codebox] tags when posting codes and the Edit button instead of double-posting. - Mike
|
|
|
|
Sep 3 2009, 03:48 PM
Post
#6
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Posts merged. Right, here's your embed code:
CODE <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="540" width="460"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://www.youtube.com/v/6c4s8ncL2qw&hl=en&fs=1&" /> <param name="wmode" value="transparent" /> <embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://www.youtube.com/v/6c4s8ncL2qw&hl=en&fs=1&" height="540" width="460" wmode="transparent" /> </object> I've underlined the values you need to change. Replace all of them and it should work. |
|
|
|
Sep 3 2009, 03:55 PM
Post
#7
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Aug 2009 Member No: 743,955 |
oh i see Ok It's working in my firefox browser...but in my ie browser its showing up all weird!
|
|
|
|
Sep 3 2009, 04:04 PM
Post
#8
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Aug 2009 Member No: 743,955 |
Nope
OK I fixed it Had to add this style="visibility:visible;width:430px;height:350px;" border="0"> after the regular height width code
Reason for edit: Please use the Edit button instead of double-posting. - Mike
|
|
|
|
Sep 3 2009, 05:06 PM
Post
#9
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Posts merged and topic closed & moved.
|
|
|
|
![]() ![]() |