A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Best dimension for photography portfolio

  1. #1
    Older Member jankratochvil's Avatar
    Join Date
    Nov 2001
    Location
    CZECH
    Posts
    977

    Best dimension for photography portfolio

    What ist the best dimension for photography portfolio in Flash?
    I would like to make my portfolio website with my photographs.
    What dimensions would you recommend?
    I like all FLASH fans, but my girl can't stand them.
    -------------------------------------------
    I am still learning
    Sorry for my stupid questions (sometimes) and bad English.

  2. #2
    Prid - Outing Nig 13's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    1,864
    I would recommend fullscreen, as in, the current size of the browser, so that it keeps changing if/when they resize the browser, making the website expand in a way which fits all resolutions, if you know what I mean (like, when you resize, elements stay in their relative positions when they resize, but according to the resized size)
    I am back, guys ... and finally 18 :P

    BRING BACK THE OLD DESIGN!! OR AT LEAST FIX THE AS TAGS

  3. #3
    Older Member jankratochvil's Avatar
    Join Date
    Nov 2001
    Location
    CZECH
    Posts
    977
    Thanks, I would like to have nearly the same behavior and design like this site: http://www.sarahcheng-dewinne.com/
    Which dimension shall I set for Flash file?
    I like all FLASH fans, but my girl can't stand them.
    -------------------------------------------
    I am still learning
    Sorry for my stupid questions (sometimes) and bad English.

  4. #4
    Prid - Outing Nig 13's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    1,864
    any dimensions, you just need to manipulate the objects using the resize listener, but if you want it exactly like that site, then do change the width and height in the HTML file to 100%, and in the Flash file, add this code to your frame to disable scaling:

    Actionscript Code:
    Stage.align = "TL";
    Stage.scaleMode = "noScale";
    I am back, guys ... and finally 18 :P

    BRING BACK THE OLD DESIGN!! OR AT LEAST FIX THE AS TAGS

Tags for this Thread

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