Hey all,

 

I was wonder if someone might be able to answer my question on this.  I 
recently switched over to do my development work on a Mac.  I’m using Flex 
Builder as I did on the Windows platform.  After moving one of my projects over 
to the Mac, Flex Builder is now showing errors in my code.  The same error does 
not show up in Flex Builder for Windows even though the code is exactly the 
same.

 

The errors I’m getting are:

1084: Syntax error: expecting rightparen before s.

1093: Syntax error.

Syntax error: expecting rightbracket before public. [Generated code (use –keep 
to save)

 

It seems to be having an issue with this particular section in the <mx:style> 
tag within my code:

 

@font-face{

                src: url("assets/verdana.ttf");

                fontFamily: myVerdana;

                } 

 

In particular, it seems to take issue with the [EMAIL PROTECTED] symbol, since 
the error goes away if I remove it.  Does anyone have any suggestions on how to 
fix this?  I don’t understand why this works fine on one version of Flex 
Builder and not the other.  This is causing me some minor headaches during my 
transition to the new platform. J

 

Thanks, and happy coding!

 

Andrew

 

Reply via email to