|
|
|
#1 |
|
Senior Member
Join Date: Jul 2001
Location: Tinley Park, IL
Posts: 702
|
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?
__________________
My Sites: Gaming Site Nightshade Studios MyKM Tutorials ![]() -------------------------------------------------- What I'm using: Gimp, Koolmoves, Sepy, HTML-Kit, Inkscape |
|
|
|
|
|
#2 |
|
Harmony & Justice
Join Date: Jul 2002
Location: Washington D.C.
Posts: 4,434
|
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 |
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Jul 2001
Location: Tinley Park, IL
Posts: 702
|
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
__________________
My Sites: Gaming Site Nightshade Studios MyKM Tutorials ![]() -------------------------------------------------- What I'm using: Gimp, Koolmoves, Sepy, HTML-Kit, Inkscape |
|
|
|
|
|
#4 |
|
Harmony & Justice
Join Date: Jul 2002
Location: Washington D.C.
Posts: 4,434
|
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 |
|
|
|
|
|
#5 |
|
That web bloke
Join Date: Jan 2006
Location: England
Posts: 869
|
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?
|
|
|
|
|
|
#6 | |
|
Senior Member
Join Date: Jul 2001
Location: Tinley Park, IL
Posts: 702
|
Quote:
I did post something here about the Members section in that other thread.
__________________
My Sites: Gaming Site Nightshade Studios MyKM Tutorials ![]() -------------------------------------------------- What I'm using: Gimp, Koolmoves, Sepy, HTML-Kit, Inkscape |
|
|
|
|
|
|
#7 |
|
Polak Maly
Join Date: Jul 2006
Location: Poland
Posts: 438
|
Stoke, what a nice avatar :P
|
|
|
|
|
|
#8 |
|
That web bloke
Join Date: Jan 2006
Location: England
Posts: 869
|
Thanks, yours would look good with a fluffy beard!!!!!lol
|
|
|
|
|
|
#9 |
|
Senior Member
Join Date: Jul 2001
Location: Tinley Park, IL
Posts: 702
|
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.
__________________
My Sites: Gaming Site Nightshade Studios MyKM Tutorials ![]() -------------------------------------------------- What I'm using: Gimp, Koolmoves, Sepy, HTML-Kit, Inkscape |
|
|
|
|
|
#10 |
|
up to my .as in work
Join Date: Dec 2004
Posts: 4,364
|
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
|
|
|
|
|
|
#11 |
|
Senior Member
Join Date: Jul 2001
Location: Tinley Park, IL
Posts: 702
|
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>
__________________
My Sites: Gaming Site Nightshade Studios MyKM Tutorials ![]() -------------------------------------------------- What I'm using: Gimp, Koolmoves, Sepy, HTML-Kit, Inkscape |
|
|
|
|
|
#12 | |
|
up to my .as in work
Join Date: Dec 2004
Posts: 4,364
|
Quote:
__________________
KM-CODEX - Resources for Koolmoves Users in-R-tube Free YouTube Search-View-Retrieve Tool made With SWF Studio & Koolmoves 7 Last edited by Chris_Seahorn; 12-28-2006 at 09:33 PM. |
|
|
|
|
|
|
#13 | |
|
KoolMoves Moderator
Join Date: Jul 2001
Location: Atlanta GA
Posts: 4,912
|
Quote:
__________________
Bret Lanius - Film/Video/Multimedia dude Koolmoves examples and Source code - KM_Codex How to ask a question - AS3 Language Docs - Flashkit FAQ and RULES Last edited by blanius; 12-28-2006 at 11:35 PM. |
|
|
|
|
|
|
#14 |
|
Senior Member
Join Date: Jul 2001
Location: Tinley Park, IL
Posts: 702
|
Huh....I didn't get any of that in IE.
Weird. Maybe I just didn't notice it. I'll have to check again.
__________________
My Sites: Gaming Site Nightshade Studios MyKM Tutorials ![]() -------------------------------------------------- What I'm using: Gimp, Koolmoves, Sepy, HTML-Kit, Inkscape |
|
|
|
|
|
#15 |
|
Senior Member
Join Date: Jul 2001
Location: Tinley Park, IL
Posts: 702
|
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.
__________________
My Sites: Gaming Site Nightshade Studios MyKM Tutorials ![]() -------------------------------------------------- What I'm using: Gimp, Koolmoves, Sepy, HTML-Kit, Inkscape |
|
|
|
![]() |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|