Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Dynamic Vs Static Text / Font - What Should I Do?


hi

I'm creating a dropdown menu in flash and I'm using a bitmap font. If there is some way too keep the text as "text" as opposed to breaking it apart that would be ideal.
How can I use a font without breaking it apart? Is there any way to embed a font in your flash movie? Otherwise, I'm assuming that my text will default to the user's system font if they don't have this particular font installed (which they most likely will not).

Any suggestions?

much appreciated,

cheers,
jen




FlashKit > Flash Help > Flash General Help
Posted on: 04-29-2003, 11:44 AM


View Complete Forum Thread with Replies

Sponsored Links:

To Use Pixel Font Should It Be Static Or Dynamic Text?
Hi to see it crystal clear as apixel font should be do I leave it as static text or dynamic?

How do you embed text? Must I embed the pixel font for each and every text field?
thanks

View Replies !    View Related
Why Does Dynamic Text Font Size Look Larger Than Static
Hi i have a static text field and a dynamic text field with exactly the same font and font-size. But why the the dynamic text look different when displayed?

Thanks in advance

zain

View Replies !    View Related
Can I Use One Embeded Dynamic Character To Embed A Font For Static Text?
Hi,

I have built a site that uses some rotating text.

I have figured out that in order to ensure that the text is visible i have to make it "Dynamic" but I have also worked out that it i make just 1 character "Dynamic" & embed that font, the rest becomes visible, even as "static" text - on my system at least.

Is it just that this will work on my PC which has the font on it or can this be used to ensure that the text is seen on all systems?

View Replies !    View Related
Font Changes When I Change From Static Txt To Dynamic Txt?
How come the font changes when i change from static txt to dynamic txt?

View Replies !    View Related
Add Font Vs. Static Vs. Dynamic (embed)
Hi everyone! I have been reading through several posts about fonts and I am a bit confused -- wondering if someone could help clear some things up! I read one post that says using static fonts automatically embed the font so that the viewer sees it the way it was designed, regardless if they have the font on their computer. I have also read that you are supposed to add a font to the library, and that will allow the viewer to see the font as the designer intended. My question is, do both options work? Does the second option work only if you use the linkage? Should you make the text dynamic and then embed the characters?

Any help would be greatly appreciated!! Thanks!

View Replies !    View Related
Should A Pixel Font Be Dynamic Or Static?
The text is actually a button. Using pixel font.

View Replies !    View Related
Dynamic Vs Static Font Rendering
Anyone ever notice that Flash renders the same font totally differently depending on whether its a static or a dynamic textfield? It's really frustrating when you're trying to make everything look consistent, and it looks like you are using two different weights of the same font....

Anyone have any ideas how you could try to fix it? Any help appreciated

View Replies !    View Related
Dynamic & Static TextField Embedded Font + CSS + HTML, Please Help
Hi Everyone;

ActionScript 3.0 + Flash 9

I'm having trouble with embedded fonts and dynamic textfields when static text is on the stage using the same font.

From the many forums across the net, I've been able to figure out that the problem has something to do with the fact that static text-fields embed the font they are using, but only the characters used in the fields ... and that when i style dynamic text using CSS, the font-family declaration picks up the font embedded for the static fields instead of the one I added to the library.

What I'm doing seems to be pretty strait forward -- yet it just isn't working... Someone please help.

Here's the test scenario:
in the library I've added a 'CG' font class of "Century Gothic" and exported for actionscript in 1st frame;
on the stage are static textfields using "century gothic" (logo + nav)
on the stage is a dynamic textfield that loads simple html content from external files: i.e. "<h1>title</h1><p>content</p>...",
this textfield is styled using a simple stylesheet 'h1 { font-family: "Century Gothic"; font-size:16pt... } p { font-family: "Century Gothic"; font-size: 12pt;...} ...'
dynamic textfield.embedFonts = true;

= dynamic content doesn't show up at all.

If i change the css to use a different embedded font than the one used by the static field everything works fine.

I have to use css because the content has multiple styles (different sizes, colors, etc.), using TextFormat would be a joke.
I have the use the same font for all text because I want the site to be cohesive.

I don't want to change all my static textfields to dynamic textfields because even with embedded fonts & antialiasing, some monitors display dynamic text very poorly, and for something like the logo I want to make sure its nice & quality.

There has to be workaround of some kind. The only thing I've come up with is going into photoshop and creating gif's for each of my static text fields - which seems like a rediculous hack.

Oh FYI, I've tried adding a static & dynamic textfield (with embedded font) off stage with all characters needed - didn't work.

there has to be a way to use an embedded font for dynamic fields that is also used by static fields, i mean common.

ANY help please, thanks.

View Replies !    View Related
Font For Static Text
Hi all...

I make static text , but after I upload it and view it in another computer the font is default font not the one I choose.....is there anyting wrong...pls


thnx

View Replies !    View Related
Static Text Field Font
Hello,

Quick question please: If I choose to use a font (Century Gothic) in a movie, is this font exported in the static text fields as part of the movie? If a visitor to the site doesn't have the font installed on his machine, would he see a default font, or does Flash export the outlines?

I understand you have to specifically embed fonts in dynamic text fields but I'm not sure if this happens automatically for static text. I have no wish to break apart these fields.

Thanks in advance
Karen

View Replies !    View Related
Static Text Field Font
Hello,

Quick question please: If I choose to use a font (Century Gothic) in a movie, is this font exported in the static text fields as part of the movie? If a visitor to the site doesn't have the font installed on his machine, would he see a default font, or does Flash export the outlines?

I understand you have to specifically embed fonts in dynamic text fields but I'm not sure if this happens automatically for static text. I have no wish to break apart these fields.

Thanks in advance
Karen

View Replies !    View Related
Static Text Font (times) Not Showing, Escept In Edit Mode?
see my blog for more details and screen shots:

http://www.mikezornek.com/archives/2...ash_issues.php

View Replies !    View Related
Is It Possible To Change A Text Field From Dynamic Text To Static Text At Runtime?
The reason is because the dynamic text appears to be taking up about 90 % of the CPU usuage and I dont know any other way to reduce the CPU usage.

The text areas pull in lots of data from text files which slows down the program.

Any ideas?

View Replies !    View Related
Static Text (device Fonts) Vs. Dynamic Text (anti-alias Non-embedded)
Any thoughts on which is better to use?

When i use static text and device fonts (arial) the text looks great. The text doesn't change so no need to be dynamic.

Or

I use dynamic text (arial) non-embedded and it looks good too. The text doesn't change but leaving it as dynamic makes it render better.

View Replies !    View Related
[F8] Dynamic Text Controlled Diff From Static Text? (alpha Question)
hi! i'm trying to fade in a movieclip with text but am running into some problems. the movieclip contains 4 dynamic text boxes which will serve as buttons and 1 static text with a title. however, the tween function is currently only fading in the static text and not the dynamic text boxes.

the main part that i'm talking about starts from "function scaleUp()" and down, but i posted what i have so far for context. with the posted code, the static text will fade in with the tween, but the dynamic text just plops there.

thanks for your help OH, and if you would also like to help, i want to have the 4 dynamic texts fade in one after another; i'm not sure whether or not to use an array or for script....and either way, i'm not really sure how to script that, so if you could help me with that too, that'd be awesome. thanks!


PHP Code:




// place background at 0% alpha
var fadeIn:MovieClip = _root.attachMovie("bg", "bg_mc", 0);
bg_mc._alpha = 0;
// import flash tweens
import mx.transitions.Tween;
import mx.transitions.easing.*;
// on enterframe, tween alpha to 100% and on complete, start centerline function
fadeIn.onEnterFrame = function() {
    var bgFadeIn:Tween = new Tween(bg_mc, "_alpha", Strong.easeOut, 0, 100, 2, true);
    setTimeout (centerLine, 750)
    delete this.onEnterFrame;
};
// places center line (invisible)
function centerLine() {
    var introLine:MovieClip = _root.attachMovie("line", "line_mc", 1);
    line_mc._x = 450;
    line_mc._y = 300;
    line_mc._visible = false;
    lineTween();
}
// makes line visible and tween out (changing _width)
// on complete, begins scaleUp function
function lineTween() {
    line_mc._visible = true;
    line_mc._alpha = 50;
    var tween:Tween = new Tween(line_mc, "_width", Strong.easeOut, 0, 901, .75, true);
    tween.onMotionFinished = function() {
        scaleUp();
    }
}
// changes _height of rectangle to make box and start fadeText function
function scaleUp() {
    var upTween:Tween = new Tween(line_mc, "_height", Strong.easeOut, 1, 200, 1.2, true);
    upTween.onMotionFinished = function() {
        var placeText:MovieClip = _root.attachMovie("text", "text_mc", 2);
        text_mc._x = 0;
        text_mc._y = 200;
        text_mc._alpha = 0;
        text_mc.text0.text = "about";
        text_mc.text1.text = "portfolio";
        text_mc.text2.text = "photos";
        text_mc.text3.text = "contact";
        fadeText();
    }
}
function fadeText() {
    var textTween:Tween = new Tween(text_mc, "_alpha", Strong.easeOut, 0, 100, 3, true);
}

View Replies !    View Related
News Ticker: Error While Converting Static Text To Dynamic Text.
I made a simple news ticker. But am stuck with a silly error. I made the text static text. now when I make the text dynamic to load data from xml the text is not visible.

Not sure what is wrong with this.. Any help would be greatly appreciated. Thanks in advance.


Ruben Benjamin
www.rubenbenjamin.com

View Replies !    View Related
Dynamic Static Text?
can it be done through action script? and how?

View Replies !    View Related
Static Vs Dynamic Text
Might be worth it to visit this first for a better idea of my problem

beta site

Ok.

The text in the background is static textboxes and is on a frame on the scene itself. It should be coming through pretty crisp.

Now, the other text boxes are in movie clips and do not come through clean at all. If i put dynamic textboxes with embedded characters (like the buttons news in the menu) they come out kinda blurry in a MC clip that is in the scene

If i put static textboxes (like the text box that is off to the side on the bottom) in a MC, then they come out really blurry.

I'm using Flash mx 2004,

any suggestions to make it crisper?

View Replies !    View Related
Static And Dynamic Text
Hi
Can some explain what the difrence between static and dynamic text and which one would i use for what.

Thanks

View Replies !    View Related
Dynamic Vs. Static Text
This really isn't that big of an issue but I was curious if anyone knew the reasoning behind when you use static text it becomes bolder and more blurry versus dynamic when it is crisp and clean...is one using the system text while the other is bitmapping?:- not that it is a pressing issue, I was just curious.

View Replies !    View Related
Dynamic And Static Text
Can anyone suggest why my dynamic and static text is displaying differently when the fonts are set to the same, as are size, colour and anti aliasing. Basically anything that appears in a dynamic text box appears much brighter and seems to be bolder.

Please help me put it right?!?!

View Replies !    View Related
Static And Dynamic Text
Hi
Can some explain what the difrence between static and dynamic text and which one would i use for what.

Thanks

View Replies !    View Related
Dynamic Or Static Text
What kind of text should we use in flash ?
Dynamic or Static.

View Replies !    View Related
SWF Text (static To Dynamic)
Hi,

I am working on some tool that loads SWFs that have been created dynamically by another tool. Now those SWFs contain static text fields, so the text is not selectable. But I need the text to be selectable within my Flash application.

Now is there a way to retrieve all text field names in a compiled SWF and change their properties from static to dynamic so I can select the text, through Actionscript?

How can this be done?
Thanks

View Replies !    View Related
Static Vs. Dynamic Text
I know this is a noob question, but I keep finding differences in the two every day. One does this, one doesn't do this, you can't use dynamic with this, blah blah blah. Who can list the can/cannots and uses of static and dynamic text? Many thanks in advanced.

-Scrub

View Replies !    View Related
Switch A Dynamic Text Box To Static Text With Action Script
I need to switch a dynamic text box to a static text box. Any ideas?

View Replies !    View Related
How Can I Get As Nice And Smooth Fonts In Dynamic Text As In The Static Text?
I have movie clip with dynamic text and static text. I am using same font, size and color. The static texts looks great but the dynamic one is not. How can I get smoot fonts within dynamic text???
Thanx....

View Replies !    View Related
Embedding Font And Dynamic Html Text -> Font Is Gone
Hi there ,

I've been searching all over this forum and searched on Google for an answer to this question but can't find an answer that works to me.

I have some dynamic textfields and I retrieve the data from a databases. Each textfield has a handwritten font which I embed using Character Options in the Text Properties. That works fine.

The problem is, when I check the 'Render as HTML' checkbox and send simple HTML-tags to it, the html-tags still work but the handwritten font is gone! I really tried lot of things but it really doesn't work to me.

I really hope someone can help me. I really appreciate it!

Kind regards,

forcer

View Replies !    View Related
Changing Input Text To Dynamic Or Static Text.
How would I do this? Is it possible? Or is there another way such as changing the input text fields variable?



Thanks for your patience,
Nionicle

View Replies !    View Related
Display Problem Of Static Text And Dynamic Text
When editing fla file, these two text look same, but when I press ctrl+enter to export a swf file, they look different.

3x

View Replies !    View Related
Why Is Dynamic Text Crisp & Static Text Blurred?
Why is this? I thought the purpose of Dynamic text was so that it could change. But it also looks more defined then Static text. But Static text is not limited to one font, size and style. Is there a way to make Static text look crisp like Dynamic text?

Thanks!

View Replies !    View Related
How Do I Make A Text Box From Dynamic To Static?
i have a dynamic text box
that after a text was type i want to make it static
how can i do it?thanks in advance
peleg

View Replies !    View Related
Is It Possible To Change Dynamic Text To Static Via AS?
Is it possible to do through actionscript? Ideally I want to be able to allow users to INPUT text and then a "confirm" button will lock it in by turning the answer static so they can no longer interact with the field.

Thanks

View Replies !    View Related
Dynamic/Static Text Inconsistencies
How comes dynamic text appears different to static text when published? I am using an 11-point arial font which appears anti-aliased whilst editing, but when published loses its’ “anti-aliasness”. I want the look of the font that is achieved by dynamic text, but can’t seem to replicate this with static text - which is why I am making all my text objects dynamic text. However another pain is that u can’t justify dynamic text. Can anyone shed some light on this matter?

View Replies !    View Related
Static Vs Dynamic Text Quality
I am stumped on this one! When I create a static textbox and enter text directly, the text displays cleanly with anti-aliasing. If I create a dynamic textbox, the very same text displays without anti-aliasing. Yes, the anti-alias option is selected in the Properties window for both textboxes. The problem occurs when I run the swf file driectly and when I embed it in an html page with a quality setting of "high." I have attached a single frame fla file that shows the difference I am experiencing in two operations that should be equivalent. I am new to Flash and trying to decide whether to stick with it. I will really appreciate some help! Thanks.

View Replies !    View Related
Static Text Shows, Dynamic Does Not
I'm working on a flash site where it would take the content from an external text file for content. For some reason I could never get it to work. So I tried just typing text into the dynamic box, and that still didn't show up when previewed. However, if I change the text box type to 'Static Text' then the content I typed in shows up just fine. Ofcourse, I can't import the text if it is set to static text. What's going on!?

(The text box is in 2 movie clips, but I dont see how that could make a difference!)

View Replies !    View Related
Difference Between Static And Dynamic Text?
What is the major differences between Static and Dynamic text? I know that Dynamic text allows you too, select an instance name which later can be used when actionscripting. But I personally feel when using dynamic text that the overall look of the text is different from static text, why is this? and can this be changed or altered? as I personally feel that this text looks to rough and does not give a proffesional look to your completed project.

Cheers

Craig

View Replies !    View Related
The Difference Between Static N Dynamic Text
hi,
may i know the difference between static n dynamic texts.... hmm..i would like to add it to a scrollbar menu..so which one?

I realised when i use dynamic text in a default scrollbar..the text fonts or color can't be edited...

View Replies !    View Related
Static Vs Dynamic Text In Clips
While giving motion to dynamic text blocks and static text blocks (converted to movie clips) I noticed that the dynamic text block's text is much darker and bolder than the static text block's text. Why does this happen?

Currently loading movies of various text (with menu buttons) into empty movie clips i.e., "who we are", "what we do", etc. Some need to scroll (dynamic text blocks) others don't as their text "fits" within my viewing area. Everything works well, it's just that they look different...

View Replies !    View Related
Static Vs Dynamic Text Quality
I am stumped on this one! When I create a static textbox and enter text directly, the text displays cleanly with anti-aliasing. If I create a dynamic textbox, the very same text displays without anti-aliasing. Yes, the anti-alias option is selected in the Properties window for both textboxes. The problem occurs when I run the swf file driectly and when I embed it in an html page with a quality setting of "high." I have attached a single frame fla file that shows the difference I am experiencing in two operations that should be equivalent. I am new to Flash and trying to decide whether to stick with it. I will really appreciate some help! Thanks.

View Replies !    View Related
Dynamic Vs Static Text Problem W/ Button
Ok, i'm having a little trouble..hope someone can help me out. Heres the problem

I'm using a "hooge" font for my movie, and when i display it as static text, its blurry. I was told to make it dynamic text, but when i do, the button(the text is the button) wont work, but it looks nice and crisp..what do i do?

View Replies !    View Related
Justify Static Text Under Dynamic Mask ?
Hi,
I have a static text under a moving mask.
I can set the justified property in the property box, and it appears justified in the editor, but then when i test the swf, the text is not justified ?!?
Anyone has a solution for this problem ?
Thanks

View Replies !    View Related
Problem Mixing Dynamic And Static Text
I have a movie that has a dynamic text box on frame one and two. It loads in some text from a Flash Var and is constantly updated. It was working perfectly.

Now I have added a static text box to frame two of the move and when the movie goes from frame one to frame 2 the text in the dynamic text box disappears. I pretty much figured out that it's the presence of the static text box that is the problem but I can't figure out why. I'm guessing it has something to do with fonts but have no idea. I'm using the same font for both and when I change the font of the static text box to something else the dynamic one starts working again..

View Replies !    View Related
Auto Focus To Text (Dynamic/static)
hi guys, how do i make my text cursor activates in my dynamic text when i first launch my program(swf) by CTRL+Enter in adobe flash?


Code:
tf.border = true;
tf.type = "input";
tf.addEventListener(KeyboardEvent.KEY_DOWN,reportKeyDown);
tf.addEventListener(KeyboardEvent.KEY_UP,reportKeyUp);

function reportKeyDown(event:KeyboardEvent):void
{
trace("Key Pressed: " + String.fromCharCode(event.charCode) +
" (key code: " + event.keyCode + " character code: "
+ event.charCode + ")");
if (event.keyCode == Keyboard.SHIFT) tf.borderColor = 0xFF0000;
}

function reportKeyUp(event:KeyboardEvent):void
{
trace("Key Released: " + String.fromCharCode(event.charCode) +
" (key code: " + event.keyCode + " character code: " +
event.charCode + ")");
if (event.keyCode == Keyboard.SHIFT)
{
tf.borderColor = 0x000000;
}
}

View Replies !    View Related
Converting Dynamic Text Box To Static Text Box
Hello there!

Im working on a flash movie and i want to do the following

1) to edit the text - using an xml-file
2) When the text is done i want to have only one .swf file that i can
put on my website, so that vistors worldwide only have to download 1
file containing both flash slide/sequence and the text that i have edited. The swf file should be non-XML dependent after i edited the XML file

I already figured out how to display the contents of my XML file in my flash movie.

Can anybody help me with this?

View Replies !    View Related
How To Make Dynamic Text Look Like Static Text
Is it possible to render dynamic text the same as satic text? I hope so? i have looke around and seem to get no answers.
Thanks
Flash MX 2004/OSX

View Replies !    View Related
Load Mostly Static Text With Some Dynamic Text
Hopefully this is a simple question. I don't even know what type into google to find the answer.

I need a text box to display this text. We'll say for example the words in all caps are variables dynamically loaded but the rest is static text.

Text Box:
--------------------------------------------------------------------------
<object classid="clsid:d27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="WIDTHVAR" height="HEIGHTVAR">
<param name="movie" value="NAMEVAR.swf">
<param name="quality" value="high">
<embed src="NAMEVAR.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="WIDTHVAR" height="HEIGHTVAR"></embed></object>
--------------------------------------------------------------------------

View Replies !    View Related
Opening Static Text Box From Dynamic Text Box
In my flash site, I have a scrolling dynamic text box. In this text box, I would like to provide links that either
1) open another dynamic text box in the same movie (prefered)
2) open a pop-up window

If I use a button this is no problem, I just follow some of the tutorials, but trying to get the URL Link to display this behavior has escaped me. Is it even possible?

The idea is that as a person reads the text, they can click on select words and an explanation will 'pop-up' regarding the word in question.

Thanks much in advance.

View Replies !    View Related
Dynamic Text Compared With Static Text
Hello, i've got a strange problem concerning dynamic text compared with static text.

the example i've got a string of lets say 400 chars. if i use it as static and give it a font size of 22 and set it to bold then it displays correctly as i want.

if i use the same string of 400 chars and use it as dynamic text then some parts arent show at all or the font size is to big and i have to set this to font size 8 - 12 or even lower.

i do not change the size of the textfield. is this normal or is this some odd occurance.

any answers would be helpfull thnx in advance.

formatwizard

View Replies !    View Related
Opening Static Text Box From Dynamic Text Box
In my flash site, I have a scrolling dynamic text box. In this text box, I would like to provide links that either
1) open another dynamic text box in the same movie (prefered)
2) open a pop-up window

If I use a button this is no problem, I just follow some of the tutorials, but trying to get the URL Link to display this behavior has escaped me. Is it even possible?

The idea is that as a person reads the text, they can click on select words and an explanation will 'pop-up' regarding the word in question.

Thanks much in advance.

View Replies !    View Related
Question About Dynamic Text Vs Static Text
Why is it that when I create a MC and put Dynamic Text in it, and mask it, it does not show up in the test movie. However, when I make the text static text with the mask in the MC it does show up in the test movie?

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved