A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Publish Settings

  1. #1
    Member
    Join Date
    Jan 2006
    Posts
    70

    Publish Settings

    I am new to Flash and want to know how to format my .fla for the web. My file is 680 x 600 and when I view it on the web it is not aligned in the center of the page nor does it fit to screen. Can anyone tell me how to make this happen? I would greatly appreciate it. Thanks!

  2. #2
    Between Flash & Flashkit timothye's Avatar
    Join Date
    Dec 2003
    Location
    Sweden
    Posts
    1,666
    HI .
    are you caying that the swf doesnt fit the webpage .?
    can you please tell us exactly what is happeing and what you would like to accomplish .
    cheers m8
    I want to learn .
    wannabe flasher [ Actionscript 2.0 ]

  3. #3
    Member
    Join Date
    Jan 2006
    Posts
    70
    yes. the url is www.student.gsu.edu/~cappleton1. i want the page to fit the whole screen and not just align to the left of the page. thanks!

  4. #4
    Between Flash & Flashkit timothye's Avatar
    Join Date
    Dec 2003
    Location
    Sweden
    Posts
    1,666
    Quote Originally Posted by wonderroot
    yes. the url is www.student.gsu.edu/~cappleton1. i want the page to fit the whole screen and not just align to the left of the page. thanks!
    Hmm bogus link

    try again .
    I want to learn .
    wannabe flasher [ Actionscript 2.0 ]

  5. #5
    Between Flash & Flashkit timothye's Avatar
    Join Date
    Dec 2003
    Location
    Sweden
    Posts
    1,666
    here you go i think this is what your talking about
    Code:
    //put this script on the first frame 
    //maxamize the flash swf in the browser 
    //not to scale your content
    Stage.ScaleMode="noScale";
    now follow this .
    //full browser swf but not full screen
    //go to publish settings >html tab>dimensions and change from
    //match movie to percent 100 x100
    // then when testing the swf will be full browser

    cheers m8 .
    i found this in an old tutorial of mine hope this is what you want or helps you out
    T
    Last edited by timothye; 01-15-2006 at 07:41 PM.
    I want to learn .
    wannabe flasher [ Actionscript 2.0 ]

  6. #6
    Member
    Join Date
    Jan 2006
    Posts
    70
    that worked perfectly. thanks so much for the help!!!

  7. #7
    Between Flash & Flashkit timothye's Avatar
    Join Date
    Dec 2003
    Location
    Sweden
    Posts
    1,666
    no problemo
    good luck
    I want to learn .
    wannabe flasher [ Actionscript 2.0 ]

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