problems with video inside div help?, unable to stretch video |
![]() ![]() |
problems with video inside div help?, unable to stretch video |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Oct 2006 Member No: 471,738 ![]() |
hi, Im trying to put a .flv video inside a div layout but the problem is that once I insert it it won't stretch according to the settings I want
http://www.myspace.com/118544118 and here's the overall code i'm having problems with Interest .div0 { background-color:; color:F8F8FF; border:2px groove; border-color:000000; width:320px; height:285px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left:-160px; margin-top:460px; text-align:left; visibility:visible;} Music <div class="div0"> <font size=3></font> <br> <embed allowScriptAccess="never" allowNetworking="internal" enableJavaScript="false" src="http://freevideocoding.com/flvplayer.swf?file=http://www.fileden.com/files/2006/8/19/175097/Nas_ft_Puff_Daddy_-_Hate_Me_Now.flv&autoStart=false" width="320" height="285" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> </div> |
|
|
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Try taking these lines out of your code
CODE table table embed {display:block; width:202px; height:35px; position:absolute; top:0px; left:0px; visibility:visible;}
table table table embed, .bbzContainer div embed {position:static !important; width:auto; height:auto; } |
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Oct 2006 Member No: 471,738 ![]() |
Thanks it worked, much appreciated!
|
|
|
![]() ![]() |