|
-
100%
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?
-
Harmony & Justice
Hi dniezby,
I believe it should still work. Can you show us the page? What browser were you using?
Regards,
Venio
Flash Kit Moderator . Duke University
Thomas Jefferson High School for Science and Technology
-
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
-
Harmony & Justice
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
Flash Kit Moderator . Duke University
Thomas Jefferson High School for Science and Technology
-
That web bloke
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?
-
 Originally Posted by Stoke Laurie
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.
-
Polak Maly
Stoke, what a nice avatar :P
-
That web bloke
Thanks, yours would look good with a fluffy beard!!!!!lol
-
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.
-
up to my .as in code
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
-
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 27CDB6E-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>
-
up to my .as in code
It seems we don't actually need that javascript file after all.
Really? You're call man.
Last edited by Chris_Seahorn; 12-28-2006 at 09:33 PM.
-
KoolMoves Moderator
 Originally Posted by dniezby
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.
Last edited by blanius; 12-28-2006 at 11:35 PM.
-
Huh....I didn't get any of that in IE.
Weird.
Maybe I just didn't notice it.
I'll have to check again.
-
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|