resizing .swf and keeping fonts readable!! help!! 8P

  • angelsys
  • Born
  • Born
  • No Avatar
  • Joined: Apr 28, 2004
  • Posts: 4
  • Status: Offline

Post April 28th, 2004, 6:39 am

Hello everyone:
First of all sorry for my English, I hope you can understand me.

I have a .swf file that risizes itself automatically depending on screen resolution. But the fonts get less readable. Can anyone tell me wich fonts I can use or wich tricks you know to have readable fonts even if the .swf changes its size?

Thank you very much in advantage :shock:
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post April 28th, 2004, 6:39 am

  • SharkShark
  • Guru
  • Guru
  • User avatar
  • Joined: Apr 24, 2004
  • Posts: 1013
  • Loc: Living In Today
  • Status: Offline

Post April 28th, 2004, 7:55 am

I would suggest a pixel font. you can find some on:

http://www.kirupa.com
http://www.flashkit.com

and many others websites, just do a google search for "pixel fonts". A suggestion: build your site with a larger screen size and make sure the text is easily readable, after that most smaller screen sizes shouldnt have to much trouble as it will be bigger, and not to many people go over 1024x768 anyway. (Also the phrase you want is Thank you in advance, (not advantage). :)
Yesterday is history.Tomorrow is mystery.Today is a gift.
Car Audio Sytems
LED Emergency Lights
  • lostinbeta
  • Guru
  • Guru
  • User avatar
  • Joined: Jun 26, 2003
  • Posts: 1402
  • Loc: Philadelphia, PA
  • Status: Offline

Post April 28th, 2004, 10:19 am

It's bound to happen since when you resize your movie to fit the browser window you are scaling all the content inside to fit as well., which causes distortion.

I'm not sure if it will help in your situation, but you can try adding
Code: [ Select ]
Stage.scaleMode = "noScale";
to frame 1 of your movie.
  • angelsys
  • Born
  • Born
  • No Avatar
  • Joined: Apr 28, 2004
  • Posts: 4
  • Status: Offline

Post April 29th, 2004, 3:31 am

Thanks a lot, guys (and thank u for your free English class, Shark :D )!!

I am actually using a pixel font downloaded from FFF (Fonts for Flash), and it's size can't be modified without blurring it 8(

I guess it will work better if I use a truetype font, but that's not what I wanted! :shock: grrrrr....

So maybe what I'll do it's to quit the idea of resizing the .swf.

Thanks again for your help!
  • angelsys
  • Born
  • Born
  • No Avatar
  • Joined: Apr 28, 2004
  • Posts: 4
  • Status: Offline

Post April 29th, 2004, 3:38 am

By the way, nice web page, Shark!
  • SharkShark
  • Guru
  • Guru
  • User avatar
  • Joined: Apr 24, 2004
  • Posts: 1013
  • Loc: Living In Today
  • Status: Offline

Post April 29th, 2004, 4:26 am

No problem and Thanks for the compliment! 8)
Yesterday is history.Tomorrow is mystery.Today is a gift.
Car Audio Sytems
LED Emergency Lights
  • mini
  • Newbie
  • Newbie
  • No Avatar
  • Joined: May 11, 2004
  • Posts: 6
  • Status: Offline

Post May 11th, 2004, 1:19 am

as for the resizing matter.. is it best that a flash website dun resize ??
coz im pondering over it.. if i create using 1024*768 then ppl using 800*600 will have difficulty looking at my website..
how to overcome such problem ?
  • SharkShark
  • Guru
  • Guru
  • User avatar
  • Joined: Apr 24, 2004
  • Posts: 1013
  • Loc: Living In Today
  • Status: Offline

Post May 11th, 2004, 4:24 am

My flash movies are genrally 550 to 700 pixels wide. That way it fits nicely on either resolution. The height can be whatever you choose, depends on how much scrolling you want your visitors to do :).
Yesterday is history.Tomorrow is mystery.Today is a gift.
Car Audio Sytems
LED Emergency Lights
  • mini
  • Newbie
  • Newbie
  • No Avatar
  • Joined: May 11, 2004
  • Posts: 6
  • Status: Offline

Post May 12th, 2004, 2:03 am

as for http://www.blitzds.com the window that pop out, how is it they can cover the whole area in 800*600
i tried but my flash have a white border which looks awful..
at first i tot they used colour and hide it.. but when i look carefully, the flash actually cover the entire browser..
anyone know how to do that.. ?
  • lostinbeta
  • Guru
  • Guru
  • User avatar
  • Joined: Jun 26, 2003
  • Posts: 1402
  • Loc: Philadelphia, PA
  • Status: Offline

Post May 12th, 2004, 9:40 am

Define the background color of your HTML document. Default is usually white (depends on your browser settings). In the case of blitz, they defined their as black, so any empty area around their movie is black.

Not to mention they also set the default HTML margins to 0. You can do this by adding the proper attributes to the <body> tag.

Example:
Code: [ Select ]
<body leftmargin="0" topmargin="0" bottommargin="0" rightmargin="0" marginwidth="0" marginheight="0">
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post May 13th, 2004, 3:38 pm

i don't recommend letting your flash movies free flow and resize themselves. This just makes the movie look ugly and distorted. As for the problem with delivering your site to 800x600 users, it just depends on how many people that visit your site actually use it. For me, less than 11% of my visitors are at 800x600 or less, so our next design will be 900px wide or so. Anyway, good luck with it.
UNFLUX.FOTO

Post Information

  • Total Posts in this topic: 11 posts
  • Users browsing this forum: No registered users and 30 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.