To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here


A Flash Developer Resource Site

Go Back   Flash Kit Community Forums > Product Support > Koolmoves

Reply
 
Thread Tools Search this Thread Display Modes
Old 12-16-2006, 02:38 AM   #1
dniezby
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
dniezby is offline   Reply With Quote
Old 12-16-2006, 03:07 AM   #2
Veniogenesis
Harmony & Justice
 
Veniogenesis's Avatar
 
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
Veniogenesis is offline   Reply With Quote
Old 12-16-2006, 03:36 AM   #3
dniezby
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
dniezby is offline   Reply With Quote
Old 12-16-2006, 04:13 AM   #4
Veniogenesis
Harmony & Justice
 
Veniogenesis's Avatar
 
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
Veniogenesis is offline   Reply With Quote
Old 12-16-2006, 08:37 AM   #5
Stoke Laurie
That web bloke
 
Stoke Laurie's Avatar
 
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?
Stoke Laurie is offline   Reply With Quote
Old 12-16-2006, 05:20 PM   #6
dniezby
Senior Member
 
Join Date: Jul 2001
Location: Tinley Park, IL
Posts: 702
Quote:
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.
__________________
My Sites: Gaming Site Nightshade Studios MyKM Tutorials

--------------------------------------------------
What I'm using: Gimp, Koolmoves, Sepy, HTML-Kit, Inkscape
dniezby is offline   Reply With Quote
Old 12-17-2006, 08:27 AM   #7
ant_Z
Polak Maly
 
ant_Z's Avatar
 
Join Date: Jul 2006
Location: Poland
Posts: 438
Stoke, what a nice avatar :P
__________________
http://www.mroofka.z.pl
ant_Z is offline   Reply With Quote
Old 12-17-2006, 08:52 AM   #8
Stoke Laurie
That web bloke
 
Stoke Laurie's Avatar
 
Join Date: Jan 2006
Location: England
Posts: 869
Thanks, yours would look good with a fluffy beard!!!!!lol
Stoke Laurie is offline   Reply With Quote
Old 12-28-2006, 08:19 PM   #9
dniezby
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
dniezby is offline   Reply With Quote
Old 12-28-2006, 08:37 PM   #10
Chris_Seahorn
up to my .as in work
 
Chris_Seahorn's Avatar
 
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
Chris_Seahorn is offline   Reply With Quote
Old 12-28-2006, 08:47 PM   #11
dniezby
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="clsid27CDB6E-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
dniezby is offline   Reply With Quote
Old 12-28-2006, 09:10 PM   #12
Chris_Seahorn
up to my .as in work
 
Chris_Seahorn's Avatar
 
Join Date: Dec 2004
Posts: 4,364
Quote:
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.
Chris_Seahorn is offline   Reply With Quote
Old 12-28-2006, 11:32 PM   #13
blanius
KoolMoves Moderator
 
blanius's Avatar
 
Join Date: Jul 2001
Location: Atlanta GA
Posts: 4,912
Quote:
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.
blanius is offline   Reply With Quote
Old 12-29-2006, 04:29 AM   #14
dniezby
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
dniezby is offline   Reply With Quote
Old 12-29-2006, 04:32 AM   #15
dniezby
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
dniezby is offline   Reply With Quote
Reply

Go Back   Flash Kit Community Forums > Product Support > Koolmoves

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:45 PM.


internet.commerce
Be a Commerce Partner
 »  »  »  »  »  »  »
 »  »  »  »  »  »
 

    

Acceptable Use Policy

internet.comMediabistrojusttechjobs.comGraphics.com

WebMediaBrands Corporate Info


Advertise | Newsletters | Feedback | Submit News

Legal Notices | Licensing | Permissions | Privacy Policy


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.