Mac OSX 10.7.1 (Lion)
Safari 5.1
Firefox 6.0.2
I have several swfs published for FP 10 & 10.1 which have been working fine under FP 10.3.182.10 in both Safari and Firefox.
The swfs have code that displays a device font ("_sans") for certain languages, such as Greek, Russian etc. After upgrading to 11.0.1.152 some of the device font text is not appearing. I say some as it stills appears correctly in some places but not everywhere.
I have re-installed 10.3.182.10 and it works perfectly again in both browsers.
In case this problem was related just to the browser plug in I also installed the standalone player for 11.0.1.152 (Flash Player Debugger) and ran the swf from my desktop by double clicking it. Once again the fonts stopped displaying correctly.
If I run Test Movie from within Flash Professional, the text appears correctly as I have installed 10.3.182.10 as the version under "Players" in the Flash Professional installation folder.
Can anybody shed any light on what is going on here?
I guess you are talking about this problem.
https://bugs.adobe.com/jira/browse/ASL-274
I have experienced the same. Hope there will be a bug fix soon.
My site is having the same issue. Not a good update. This needs to be fixed immediately. The look of it is attrocious. My site is completely bogged up now. You can't even read some stuff.
I had made a text layer, and a whitebackground. The text moves accross a small box like title. The whitebackground went black. Text is black so now it's not visible.
The flash files appear fine without the update. Als files appear fine on local computer, but once placed on site, browser doesn't show them correctly.
Also flash works great in firefox, Ie however does not.
www.jaftech.com is the company website with the issue.
There is a banner at the top of the main text area. It's the only small flash piece I have added to the website. The banner is 2 layers only lol.
Also, here is a screenshot of the current problem I see on my end. In IE only.
This is Firefox with same flash version. Working as intended.
I can't reproduce the problem from my end. I used both IE8 and IE9. Not sure why you are only seeing this on your machine.. Let's see if we can narrow this problem.
What is your machine configuration?
OS version:
IE version: (if you're on a 64bit Windows, are you using the 64bit version of IE or 32bit?)
Looking at your Settings Manager, it looks like your Firefox has Flash Player 10.3, if you update to Flash Player 11 for FireFox plugin, will that browser also see the same issue as IE?
View the source of jaftech.com, looks the the SWF is embeded with wmode=transparent, if you change to wmode=window, will that fix the problem on IE?
What of text are you using? The classic TextField or the new TLF text? Do you use embed any fonts? Any masking involve? Feel free to email privately if you like.
I think I have been able to replicate the issue.
My swf has some dynamic text under a mask which by default is set to display as Arial. By changing a Boolean variable to true, I set the text field to use a new TextFormat which has a font property "_sans".
Here is the complete code:
import flash.text.TextFormat;
var useDeviceFont:Boolean = true;
if (useDeviceFont) {
var format:TextFormat = new TextFormat();
format.font = "_sans";
myClip_mc.myText_txt.embedFonts = false;
myClip_mc.myText_txt.defaultTextFormat = format;
}
myClip_mc.myText_txt.text = "Hellobvxcxcvbnrsdjytfkugilhdjgsfhjkl";
The result is that with FP 10.3.182.10 installed I can see the text. but with 11.0.1.152 the text does not appear. Here are two screen shots:
My system is Mac OS X 10.7.2
Safari 5.1.1
Message was edited by: yachts99 I can also see the same issue when viewing the swf in the standalone versions of the player.
I'm experiencing the same problem with FP 11 in some websites. Ex. http://espn.go.com/
See SportsNations poll in the bottom, the text is invisible.
W7 64 bit
Problem on Both 32 & 64 bit IE 9
Flash Player 11.0.1.152
We are addressing the 'Device font not appearing under mask' issue in bug #3005808 and it will be included in Flash Player future release. You can verify it in our future public release build.
I had the same problem, fonts were not showing in Firefox no matter what Flash Player version I used.
Fortunatelly, I found the solution and made an account to share it with you
It seems that the "hidden" fonts were all non-standard fonts and my guess is that's an Action Script related issue.
All I had to do was embeed the fonts into the FLA and set them to export for Action Script, using this tutorial (http://www.jumpeyecomponents.com/publicfiles/tutorials/embeding_fonts. htm) then publish again and bam! It worked.
I hope it will also work for you.
We were discussing device fonts not fonts that need to be embedded but thank you for the link to the tutorial.
This thread was about a bug in the Flash Player. If you read earlierin the thread you will see that Adobe confirmed it.
"Your issue was a indeed a bug and we have a fix for it. The fix will take affect in our next release. Thank you for reporting."
North America
Europe, Middle East and Africa
Asia Pacific