Reputation: 3881
I have a movieclip created in CS4. I export that into my Flex Project's /lib and then try to access the text. All the textfields have ids, embedded text, and show up in intellisense. But when i run the project, the textfield is blank. What is going on?
Edit: It appears to only not work when the text is embedded. Non embedded text works fine.
Upvotes: 2
Views: 288
Reputation: 615
Importing text objects and fonts embedded in swfs can have any number of weird embedding errors - in my experience it takes a lot of tweaking to get things right. A few things to look at:
Hope that helps - embedded text can be a bit nasty. If you can include more code or link to a swf we could try to play around with it a bit more and give you more information.
Upvotes: 2