scroll boxes.. help asap, movies in scroll boxes |
scroll boxes.. help asap, movies in scroll boxes |
Feb 11 2006, 08:28 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Jan 2006 Member No: 342,683 |
i uploaded videos from youtube.com so i could put them on my myspace. when i put them in a scroll box neither the scroll bar or the videos show up. is there a code i can use where my videos will show up?
thanks. |
|
|
|
![]() |
Feb 12 2006, 04:09 AM
Post
#2
|
|
![]() Nothing But The DOG In Me. ![]() ![]() ![]() ![]() Group: Member Posts: 189 Joined: Mar 2005 Member No: 117,860 |
what u probobly need to do is to set the visibility since its a div, and i recommend that that u make the videos bigger, heres how your code should look, try it
QUOTE <div style="overflow:auto;width:130px;height:120px; color:silver; font-size:9pt; font-family:arial; background-color:white; border:2px solid silver; visibility:visible;">
<param name="movie" value="http://www.youtube.com/v/SewTNoNYog8"></param><embed allowScriptAccess="never"src="http://www.youtube.com/v/SewTNoNYog8" type="application/x-shockwave-flash" width="120" height="80"></embed></object><br> <param name="movie" value="http://www.youtube.com/v/hfAuE65MqUY"></param><embed allowScriptAccess="never"src="http://www.youtube.com/v/hfAuE65MqUY" type="application/x-shockwave-flash" width="120" height="80"></embed></object><br> <param name="movie" value="http://www.youtube.com/v/N6xq8ewokBQ"></param><embed allowScriptAccess="never"src="http://www.youtube.com/v/N6xq8ewokBQ" type="application/x-shockwave-flash" width="120" height="80"></embed></object><br> <param name="movie" value="http://www.youtube.com/v/_SioxJihvA8"></param><embed allowScriptAccess="never"src="http://www.youtube.com/v/_SioxJihvA8" type="application/x-shockwave-flash" width="120" height="80"></embed></object><br> <param name="movie" value="http://www.youtube.com/v/IhGy-rBW8rs"></param><embed allowScriptAccess="never"src="http://www.youtube.com/v/IhGy-rBW8rs" type="application/x-shockwave-flash" width="120" height="80"></embed></object></div> |
|
|
|
snapple16287 scroll boxes.. help asap Feb 11 2006, 08:28 PM
Kenado Can you post the code you are using for the scroll... Feb 11 2006, 08:57 PM
snapple16287 [CODEBOX]
<div style="overflow:auto;width:... Feb 11 2006, 09:22 PM
maryissa It worked 4 me. The videos are really small though... Feb 12 2006, 03:48 AM![]() ![]() |