Help - Search - Members - Calendar
Full Version: ANYONE KNOW
OpenSourcePhoto > Digital Photography > Misc. Photo Question
JimDavis-Hicks
Anyone know how to upload FLV in a larger format to a blog?

Meaning, say you host it on YouTube and you want to put it into your blog, but you want to make the window bigger so you can read the text in it, see a bigger pic.

Make sense? Ideas or insight?

Much appreciated.

jim
Niall
QUOTE(JimDavis-Hicks @ August 3 2007, 06:56 AM) *
Anyone know how to upload FLV in a larger format to a blog?


I never made a bigger one. You should try SUPER (http://www.erightsoft.com/SUPER.html) id you are on Windows it can convert nearly anything to FLV. I guess you can change the size there too.

Than you need a simple FLV player for your blog if you have none. There is a plugin for WordPress.

Please remember the file size will increase dramatically as you increase the movie size.
JimDavis-Hicks
thanks so much.

i keep hearing about bigger file size etc. but i see all these sites where the screen is huge and you see a video right in front of you that is clear, big and most importantly viewable (meaning I can read the text in it etc.)

like dj's creating freedom site, his video intro is BIG.

i want a big one so you can read text and see the stuff in it bigger than a 2x3
Spencer Clark
QUOTE(JimDavis-Hicks @ August 3 2007, 08:23 AM) *
thanks so much.

i keep hearing about bigger file size etc. but i see all these sites where the screen is huge and you see a video right in front of you that is clear, big and most importantly viewable (meaning I can read the text in it etc.)

like dj's creating freedom site, his video intro is BIG.

i want a big one so you can read text and see the stuff in it bigger than a 2x3


Piece of cake. If using blogger (the others I am just not 100% about - I assume they are the same) simply change your HTML slightly. Change it to this:
/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
width: 1024px;
margin:0 auto;
padding:10px;
text-align:left;
font: normal normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
}

#main-wrapper {
width: 730px;
float: left;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

#sidebar-wrapper {
width: 220px;
float: right;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}


/* Headings
----------------------------------------------- */


This should work. Feel free to tweak the sections. You could make it wider than 1024, up to you - many laptops cap out around 1024 to 1280.

Quick Edit: You can look at my blog and easily see the before & after of when I figured this out. smile.gif
JimDavis-Hicks
thank you so much.

i'm gonna try this!

jim
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.