Ok.. I've done this many times before but I seem to be missing somthing this time. I've got a movie clip that has 3 text boxes in it. I create several of these movie clips dynamicly (using attachMovie()) and populate the text boxes from my xml that i load in. All this works great. My problem is when I try to fade in or out each of these movie clips, my text disappears.
I know you have to embed the fonts but that doesn't work this time. No matter what, the text never shows up. I can take my script out for fading and the text is there. As soon as i do anything with the alpha of my movieclip, the text disappears. I can also just type text in and use a static field and it works great.
Layout is this..
_root.Container.PropertyRow0.txtLine1
_root.Container.PropertyRow0.txtLine2
_root.Container.PropertyRow0.txtLine3
_root.Container is just an empty movie clip created visually in flash. I use _root.Container.attachMovie('PropertyRow','PropertyRow'+i,_root.Container.getNextHighestDepth()) to attache each of my PropertyRows.
My script scrolls these clips around (and works fine just moving the PropertyRow#._x value.. but as soon as i adjust PropertyRow#._alpha my text fields disappear.
Am I missing something with the embedding? I though all i had to do in the past was just click on my text area, hit embed, and embed what I need (in this case its A-Z, a-z, punctuation and numeric).
I'm using Flash Pro 8 with AS2 classes.
Here is a link to what I'm getting right now.. the pics are scrolling (they are in the same mc as the 3 text boxes.. their common parent is what is fading.)
-Dustin
Rom 8:28
I know you have to embed the fonts but that doesn't work this time. No matter what, the text never shows up. I can take my script out for fading and the text is there. As soon as i do anything with the alpha of my movieclip, the text disappears. I can also just type text in and use a static field and it works great.
Layout is this..
_root.Container.PropertyRow0.txtLine1
_root.Container.PropertyRow0.txtLine2
_root.Container.PropertyRow0.txtLine3
_root.Container is just an empty movie clip created visually in flash. I use _root.Container.attachMovie('PropertyRow','PropertyRow'+i,_root.Container.getNextHighestDepth()) to attache each of my PropertyRows.
My script scrolls these clips around (and works fine just moving the PropertyRow#._x value.. but as soon as i adjust PropertyRow#._alpha my text fields disappear.
Am I missing something with the embedding? I though all i had to do in the past was just click on my text area, hit embed, and embed what I need (in this case its A-Z, a-z, punctuation and numeric).
I'm using Flash Pro 8 with AS2 classes.
Here is a link to what I'm getting right now.. the pics are scrolling (they are in the same mc as the 3 text boxes.. their common parent is what is fading.)
-Dustin
Rom 8:28