can anybody tell me whats going wrong the the code because its word per word with the tutorial
and I'm thinking its because I'm using a different version of flex then the tutorial
- Code: Select all
<fx:Script>
<![CDATA[
private function doSearch(e:MouseEvent):void
{
theService.send():
}
]]>
</fx:Script>
this is what the error is reading
Multiple markers at this line:
-Line breakpoint: twittersearch.mxml [line: 9]
-1078: Label must be a simple identifier.
