| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
ActionScript Nub
|
Hi, just wondering, i've come across this a number of times, but when i apply masks to certain movieclips it is fine, but when the movieclip has a textfield which has data stored in an XML file, the textfield doesn't show up, it is reading the XML file but the masks stops the textfield from showing up, while other graphics within the movieclip are fine?
![]() |
|
|
|
|
|
#2 |
|
Flash Adventurer
Join Date: Mar 2005
Location: Silicon Valley
Posts: 1,975
|
You probably need to embed the font you use in your TextField.
|
|
|
|
|
|
|
|
|
#3 |
|
ActionScript Nub
|
yep, i had to do that, wonder why i need to do that...
|
|
|
|
|
|
#4 |
|
Super Moderator
Join Date: Jan 2002
Location: Centreville, VA
Posts: 24,878
|
That's because Flash needs to know of the font information when you ask for masking or animation...
__________________
CyanBlue / Jason Je / Macromedia Certified Flash Developer & Designer http://CyanBlue.FlashVacuum.com http://www.FlashVacuum.com http://tutorials.FlashVacuum.com Do NOT PM, Email or Call me... Your question belongs right in this forum...
|
|
|
|
|
|
#5 |
|
ActionScript Nub
|
cheers, thanks for the clairification. I will be needing to do this in the future...
|
|
|
|
|
|
#6 |
|
Flash Adventurer
Join Date: Mar 2005
Location: Silicon Valley
Posts: 1,975
|
Flash has a limitation where TextFields cannot be rotated or have their alpha values changed (including masking) if you're using the system fonts. By embedding the font, Flash Player is able to use the raw vector data just like any shape.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| XML scope question | X-Fe@R | ActionScript 2.0 | 1 | 07-19-2007 12:12 PM |
| Checking the load of a dynamically generated XML | codywalton | ActionScript 2.0 | 10 | 07-09-2007 04:29 PM |
| Help Loop through XML! | sleeper(pkd) | ActionScript 2.0 | 3 | 05-18-2007 10:56 PM |
| xml preloading problems | irish10945 | ActionScript 2.0 | 3 | 04-02-2007 06:00 PM |
| releasing xml file from XML.onLoad() | sophistikat | ActionScript 2.0 | 2 | 02-21-2007 08:00 PM |