Fonts (dynamic text)

hy!

I have a litte problem with fonts. I am using Dynamic text, verdana 12…it works perfectly but when I change the resolution screen to 800x600 i can’t read the text…

Help me please!! :q:

Could you post the fla up please? :slight_smile:

Kitiara, thks for the help!!

But the problem isn’t the fonts. It is the way that i am publish to html, that is percent 100% - 100%. at 1024 it works good but other resolutions not :frowning: … you any way to adapt the movie for all resolutions with no problems ??

thks!

a little mistake:

*"you know any way to adapt the movie for all resolutions with no problems ?? "

:slight_smile:

OK, does it come it fine if you choose the Match Movie setting instead of percentage?

yes, it works good, but the dimensions of movie are 800x500 and on resolution 800x600 it is a big and if i put dimensions like 600x380 we have problems again
:frowning:

Hmm…i think the better solution for this, is detect what resolution the user have and send to the page that is optimized for that resolution

(sorry my english isn’t very good :stuck_out_tongue: )

I see… I think with that size ratio it’s never going to fit squarely in a page, there will always be a little bit of a gap to one side.

If you post the fla, and I’ll try publishing it a couple of times in different res screens, see if I can fix it. :slight_smile:

Or yes, you can detect for the users’ res. :slight_smile:

here please: http://www.klogistics.no.sapo.pt/siteexp.fla

thks for help once again :slight_smile:

OK, I’ve just tested this, and I see what you mean. The text is fine when viewed at the proper size of the movie, but as soon as you start to scale downwards it loses all clarity.

That’s basically because of what Flash is - when you publish and test, you can scale the movie, and as far as is humanly possible, it will try to keep everything in proportion. That means that as the size gets smaller, the text will too, until you can’t read it anymore.

When you embed in an HTML page, if the movie is a set width and height, this won’t be a problem, as users won’t be able to re-size. If they make their browser window bigger or smaller, the actual movie will stay the same size, it just has to scroll.

But if your movie is set to scale with the page, once it gets down to a certain size, it will reduce everything, trying to make it fit.

The only way round this really that I can think of would be to maybe make the movie a little smaller, so it fits on an 800 x 600 screen. Publish it and embed in HTML. Then use the pixel size option on the Publish Settings to make another version to go in 1024…

ok!! thks for everthing