Skip to main content
Participant
May 30, 2009
Answered

Dynamic text doesn't show

  • May 30, 2009
  • 1 reply
  • 736 views

Hi  everybody!

I just want to know why a dynamic text doesn't show in the swf movie.

Let me explain a little more:

I have a mc within a main time line in wich is another mc,

this mc have photos and a dynamic text who must be scrolled to view all of it,

but the text doesn't appears!

Below you will see a snapshot of the mc where you can see the level of it also.

I've checked the actions script but there's no problem with it. here is the AS:

onClipEvent (enterFrame) {
     if (lMouseover) {
         _parent.text3.scroll -= 1;
     }

}

Well, when I test the fla, I can't see the text3 in the outgoing swf.

Could anybody tell me what I'm doing wrong?
many thanks in advance for any help

This topic has been closed for replies.
Correct answer Ned Murphy

If this is a dynamic textfield, try embedding the font.  In most cases where dynamic text isn't showing, that's the solution. This is always the case when you use a mask on a dynamic textfield.

1 reply

Ned Murphy
Ned MurphyCorrect answer
Legend
May 30, 2009

If this is a dynamic textfield, try embedding the font.  In most cases where dynamic text isn't showing, that's the solution. This is always the case when you use a mask on a dynamic textfield.

BurfastAuthor
Participant
May 30, 2009

Thanks a lot for your help...(and this must sound to you a little odd)

Could you explain yourself a little more?

I'm not an expert and really don't know how to embedding a font in it.

Could you?

Hope don't bother you so much with that