;

PDA

Click to See Complete Forum and Search --> : 100%


dniezby
12-16-2006, 02:38 AM
Ok, something in the HTML code has changed.

I used to be able to create my movies to be 100% width and 100% Height but now, if I change the sizes, the site becomes about 50px X 50px...

The whole site is only about that size...a little thumbnail.

Any idea on how I can recode the HTML so I can create a FBF site?

Veniogenesis
12-16-2006, 03:07 AM
Hi dniezby,

I believe it should still work. Can you show us the page? What browser were you using?

Regards,
Venio

dniezby
12-16-2006, 03:36 AM
As soon as you asked, which browser I realized I forgot to check it in Explorer.
I use Firefox.

The site is http://www.nssclan.org

Veniogenesis
12-16-2006, 04:13 AM
As of now, the movie is fixed at 821 x 703 by the embed code. Setting the width and height values to "100%" doesn't work?

Regards,
Venio

Stoke Laurie
12-16-2006, 08:37 AM
I just ran it in Explorer at res 1024 x 768, and it looks just fine. - site looking real good, did you decide what you are going to do about the members list?

dniezby
12-16-2006, 05:20 PM
I just ran it in Explorer at res 1024 x 768, and it looks just fine. - site looking real good, did you decide what you are going to do about the members list?

Thanks. I just did a bunch of tweeks, removed some excess code and cleaned up some of the frames that became unnecessary.

I did post something here about the Members section in that other thread.

ant_Z
12-17-2006, 08:27 AM
Stoke, what a nice avatar :P

Stoke Laurie
12-17-2006, 08:52 AM
Thanks, yours would look good with a fluffy beard!!!!!lol

dniezby
12-28-2006, 08:19 PM
Ok, making a movie stretch based on the viewer's window size works great with Chris' CSS method (Shocking huh?) BUT here is one for you, how to I make it resize but keep it's original aspect ratio?

And for some reason, it's doesn't seem to work in FF...Shocking to me because I've found FF to be a lot more lenient with errors.

Chris_Seahorn
12-28-2006, 08:37 PM
Just tested two different styles in FF2

This one is set to exactfit:

http://flex.hobby-site.com/examples/myBLOGG/index2.html

This one is set to noscale:

http://flex.hobby-site.com/examples/myBLOGG/index.html

You need a combination you prefer using the embed tags as well as the css :)

dniezby
12-28-2006, 08:47 PM
I knew I did this before without CSS or anything and I finally found it.

This is the old code that KM used to export.
I've tested it in the latest IE and FF2.
Here is the old code that works. It seems we don't actually need that javascript file after all.

<HTML>
<HEAD>
<TITLE></TITLE>
<!-- saved from url=(0013)about:internet -->
<meta name="GENERATOR" content="Koolmoves">
</HEAD>
<BODY BGCOLOR="#000000">
<CENTER>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id=index width=100% height=100%codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
<param name="movie" value="index.swf" />
<param name="quality" value="high" />
<param name="play" value="true" />

<param name="loop" value="true" />
<param name="bgcolor" value="#000000" />
<embed src="index.swf" width=100% height=100% bgcolor="#000000" quality="high" loop="true"
type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer" />
</object>
</CENTER>
</BODY>
</HTML>

Chris_Seahorn
12-28-2006, 09:10 PM
It seems we don't actually need that javascript file after all.


Really? You're call man.

blanius
12-28-2006, 11:32 PM
I knew I did this before without CSS or anything and I finally found it.

This is the old code that KM used to export.
I've tested it in the latest IE and FF2.
Here is the old code that works. It seems we don't actually need that javascript file after all.


Gonna get the "Click to Activate this Control" in IE though.
http://bretlanius.com/files/bad.jpg

dniezby
12-29-2006, 04:29 AM
Huh....I didn't get any of that in IE.
Weird.

Maybe I just didn't notice it.
I'll have to check again.

dniezby
12-29-2006, 04:32 AM
What do ya know. I did get that. I didn't notice it till you pointed it out. LOL.
Ok, I guess it's needed.