IBM developerWorks
           Flash Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignFlash Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 5th, 2003, 04:13 PM
mckracken83 mckracken83 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 8 mckracken83 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Embedded Fonts

i've got the following code (attached)...

the movie is nested within a movie that's nested within a movie. the problem here is, the text is invisible. now, if i open it up in a browser without loading it into a parent movie, the text shows up fine (look at http://www.icdsolutions.net/catchaw...ages/survey.swf) but, like i said, loading this movie into another movie makes the text invisible. can anyone advise on the problem here? I have a the proper font in the library of this movie - do i need to add fonts to the library in its parent movies as well?

for (i=0; i<questions_array.length; i++) {
survey_mc.attachMovie("surveyQuestion_mc", "question_mc"+i, i);
clip_mc = survey_mc["question_mc"+i];
clip_mc._y = clipYPos;
clip_mc._x = 5;
clips.push(clip_mc);
clip_mc.createTextField("question_txt", i, 0, 0, 400, 10);
clip_mc.question_txt.text = questions_array[i].SurveyQuestionDesc;
if (questions_array[i].Required == "true") {
clip_mc.question_txt.text = clip_mc.question_txt.text+" (Required)";
}
clip_mc.question_txt.autoSize = true;
clip_mc.question_txt.embedFonts = true;
clip_mc.question_txt.setTextFormat(question_fmt);
clip_mc.question_txt.multiline = true;
clip_mc.question_txt.wordWrap = true;
}

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignFlash Help > Embedded Fonts


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 

IBM developerWorks




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway