A Flash Developer Resource Site

Results 1 to 15 of 15

Thread: 100%

  1. #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. #2
    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

  3. #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. #4
    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

  5. #5
    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?

  6. #6
    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

  7. #7
    Polak Maly ant_Z's Avatar
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    440
    Stoke, what a nice avatar :P

  8. #8
    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

  9. #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. #10
    up to my .as in code Chris_Seahorn's Avatar
    Join Date
    Dec 2004
    Posts
    4,389
    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. #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="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

  12. #12
    up to my .as in code Chris_Seahorn's Avatar
    Join Date
    Dec 2004
    Posts
    4,389
    It seems we don't actually need that javascript file after all.
    Really? You're call man.

  13. #13
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    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.

  14. #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. #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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center