jspodisus Posted February 1, 2010 Share Posted February 1, 2010 Need some help with coding. I'm a designer with little experience with programming. 1. I want the video to be centered in its column on the blog 2. I want to be able to choose the cover frame of the video (the still image it displays before it plays). 3. There are slim black bars on the left and right of the video. I think it is from the player. Is there any way to remove those? This is the basic code I have now. Any help would be appreciated. <p><embed src="http://freevideocoding.com/flvplayer.swf?file=http://www.1-on-1fitnesstraining.com/blog_videos/intro_02_no_mograph.flv&autoStart=false" width="360" height="264" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></p> Quote Link to comment https://forums.phpfreaks.com/topic/190578-html-to-modify-flv-player/ Share on other sites More sharing options...
oni-kun Posted February 4, 2010 Share Posted February 4, 2010 1) Use margins or the <center> </center> tags. 2) User an border with CSS inline styles, add image if you wish. Or even plug it into a div. 3) Your FLV and/or flash player may be a bit too wide. Try making 100% sure the flash player is the same aspect ratio as your videos being played. Quote Link to comment https://forums.phpfreaks.com/topic/190578-html-to-modify-flv-player/#findComment-1006611 Share on other sites More sharing options...
jspodisus Posted February 4, 2010 Author Share Posted February 4, 2010 Thanks for support. but unfortunately i could get the following User an border with CSS inline styles, add image if you wish. Or even plug it into a div. Quote Link to comment https://forums.phpfreaks.com/topic/190578-html-to-modify-flv-player/#findComment-1006698 Share on other sites More sharing options...
jspodisus Posted March 14, 2010 Author Share Posted March 14, 2010 1) Use margins or the <center> </center> tags. still not working Quote Link to comment https://forums.phpfreaks.com/topic/190578-html-to-modify-flv-player/#findComment-1025873 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.