Jump to content
Search Community

Gobbles_Dev

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Gobbles_Dev

  1. Hey there, I'm stuck on the same issue. I've poured over that thread multiple times and the only issue I can see is if my fonts aren't embedding properly.

     

    If I go into the library and edit the class of the embedded font this is all the code that comes up:

    package  {
    	
    	import flash.text.Font;
    	
    	
    	public class Myriad extends Font {
    		
    		
    		public function Myriad() {
    			// constructor code
    		}
    	}
    	
    }
    

    Which doesn't feel right.

     

    The only thing i can think of is in that post it lists using Dynamic "classic" Text rather then TTL, but I honestly don't know what each one is.

     

    I am using Flash CC

×
×
  • Create New...