This is a discussion on "Resizing a movie in a div" within the Web Page Design section. This forum, and the thread "Resizing a movie in a div are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Resizing a movie in a div
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Resizing a movie in a div
I have a video embedded in a div on my myspace, and i can't resize it.
No matter what values i put into it, it stays the same size. The page in question is http://www.myspace.com/pizz360 And the 2 sections of code in relation to the div are... .div1 { background-color:000000; color:ffffff; border:2px dashed; border-color:ffffff; width:580px; height:400px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left:-400px; margin-top:270px; text-align:center; visibility:visible;} and.... <div class="div1"> <font size=5><i>About Him</i></font> <br><br> <embed allowScriptAccess="never" allowNetworking="internal" enableJavaScript="false" src='http://216.86.151.121/dovid.php?vid=47837&med=go.asx' type='application/x-mplayer2' width='400' height='400' ShowControls='0' ShowStatusBar='0' loop='true' EnableContextMenu='0' autostart='true' DisplaySize='1' Border='1' pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/'></embed> <br><br> As i said, no matter what values i enter into 'Width' and 'Height' it stays the same. Any input to make it bigger would be great. Pizz |
|
|
|
|||
|
Re: Resizing a movie in a div
If your trying to change the size of the actual movie, then youll need to change the widtha nd heigth values in here:
<embed allowScriptAccess="never" allowNetworking="internal" enableJavaScript="false" src='http://216.86.151.121/dovid.php?vid=47837&med=go.asx' type='application/x-mplayer2' width='400' height='400' ShowControls='0' ShowStatusBar='0' loop='true' EnableContextMenu='0' autostart='true' DisplaySize='1' Border='1' pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/'></embed> Not on the div itself |
|
|||
|
Re: Resizing a movie in a div
I have tried changing those values, and it does nothing :\
Its almost as if the div is forcing the movie to a certain size |
![]() |
| Tags |
| resize movie div |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| resizing images | dvdriper | JavaScript Forum | 1 | Feb 29th, 2008 16:44 |
| need help resizing images | philhxc | PHP Forum | 2 | Jul 16th, 2007 04:08 |
| Resizing in photoshop. | Picard | Scripts and Online Services | 4 | May 17th, 2007 22:00 |
| resizing.... | jjgamepro17 | Web Page Design | 3 | Apr 18th, 2007 20:22 |
| Resizing Pictures | Accurax | Web Page Design | 9 | Dec 14th, 2006 18:05 |