Video play underneathh navigation bar |
Video play underneathh navigation bar |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 74 Joined: Jun 2005 Member No: 146,847 ![]() |
Is there a code where I can have a video play underneath the navigation bar?
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 ![]() |
The most you can do is make a space under the navigation bar by using this script:
http://www.createblog.com/scripts/script.php?id=457 Then after that simply make a div using this code: CODE <div class="content" style="position: absolute; margin-left:10px; left:50%; top:350px; width:425px; height:355px; overflow: auto;"><center> <object width="425" height="355"><param name="movie" value="VIDEO URL"></param><param name="wmode" value="transparent"></param><embed src="VIDEO URL" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object> </div> Then were it says VIDEO URL replace that with the youtube video URL. Then you'll find these: QUOTE margin-left:10px; Top:350px; To change the position of the video (to move it more to the right or left or move it down) change the numbers in those two things. To move it down add more to the top number, to move it more to the left take away from the left number, or to move it to the right simply add more. |
|
|
![]() ![]() |