Probably somewhere you have code like this:
<mx:Label id="abc" text="this is my text
" color="red" ...
Comment out the lines until you find the exact location of the error.
Tracy
________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Roger Ross
Sent: Friday, January 26, 2007 3:28 PM
To: [email protected]
Subject: [flexcoders] Syntax Error: A string literal must be terminated
before the line break.
Hello,
What does this error mean?
I have compared my code to the code in the tutorial files and it looks
the same.
Syntax Error: A string literal must be terminated before the line break.
I get the error for this code as well;
<mx:SetProperty target="{products}" name="width" value="0"/>
<mx:SetProperty target="{products}" name="height" value="0"/>
<mx:SetProperty target="{cartBox}" name="width" value="100%"/>
<mx:AddChild relativeTo="{cartBox}" position="lastChild">
other code....
</mx:AddChild>
any idea's...
Thanks
Roger