Log in

View Full Version : blank space around object



Johnnymushio
11-10-2007, 11:26 PM
maybe i should post this in flash.. hmm

anyways

http://japantown.awardspace.com/japantown.shtml

see the video?

see how there is text on top and bottom

notice the space between the video and the text

that blank space is actually part of the video, i think

i just wanna know if there is a way to remove the space.

jscheuer1
11-11-2007, 05:16 AM
Actually, it is a part of the video's embed tag. From your source code:



<embed src="http://www.youtube.com/v/aEDoL_PFg6U"
type="application/x-shockwave-flash" width="300" height="300"></embed>

Make that 250. Looks like it works for FF, perhaps others.

IE too. Perhaps not Opera, to be on the safe side, set it in the style as well:


<embed style="height:250px;" src="http://www.youtube.com/v/aEDoL_PFg6U"
type="application/x-shockwave-flash" width="300" height="250"></embed>

Johnnymushio
11-11-2007, 07:15 AM
ok i changed to 250, and there are still big spaces on top and bottom of video. you can take a look if you want to

edittt

oh ok before i edited both to 250, thanks for your help~