kproc
01-13-2007, 10:55 AM
Hi I just added a flash video to my webpage http://www.familyclick.ca/. for some reason its adding a big space between the heading and the video any help is excellent
|
Click to See Complete Forum and Search --> : image position kproc 01-13-2007, 10:55 AM Hi I just added a flash video to my webpage http://www.familyclick.ca/. for some reason its adding a big space between the heading and the video any help is excellent 7Changedotcom 01-13-2007, 09:16 PM It's because you are using a Heading for the Beer & Catfish. Change it to a paragraph attribute, or better yet no attribute and just add a CSS style to it. Here ya go cut and paste then add CSS style to your text. <div align="center"><a href="http://www.catfishcreek.org/" target="_blank">Catfishcreek - We Like Beer</a><br> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="200" height="300" id="FLVPlayer"> <param name="movie" value="FLVPlayer_Progressive.swf" /> <param name="salign" value="lt" /> <param name="quality" value="high" /> <param name="scale" value="noscale" /> <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_2&streamName=video/CatfishCreek2006beer&autoPlay=false&autoRewind=true" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_2&streamName=video/CatfishCreek2006beer&autoPlay=false&autoRewind=true" quality="high" scale="noscale" width="200" height="300" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </div> kproc 01-15-2007, 08:22 PM I moved it to a seperate page For sum reason there is a large amount of space being added aroung the vedio. also. the code for to add the video is messing up the rest of my page formating. I'm using dream weaver 8 and it created the code to add the flash veiwer. any help is excellent http://www.familyclick.ca/video/CatfishcreekWeLikeBeer.php Centauri 01-16-2007, 02:25 AM In the code for the video, size is specified at width 200 and height 300 - that height is MUCH more than the video. Maybe it should have been width 300 and height 200 ..........? Cheers Graeme webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |