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

Reply via email to