Newbie needs debugging help

I'm new to Flex (since a CFer years) and I play with Flex in the hope to learn it. I just started playing with it and stumbled upon an error immediately. I hope that somepone there can point me in the right direction for this cryptic error message...

Here is my simple Flex code...

<? XML version = "1.0" encoding = "utf-8"? >

< s:Application ' xmlns:fx = ' http://ns.Adobe.com/MXML/2009 "

" xmlns:s = 'library://ns.adobe.com/flex/spark"" "

"xmlns:MX ="library://ns.adobe.com/flex/mx"minWidth ="955"minHeight ="600">

< fx:Declarations >

<! - Place non-visual elements (e.g., services, items of value) here - >

< / fx:Declarations >

"" " < s:SkinnableContainer x ="59"y ="78"width ="200"height ="200"id ="container">

"" " < s:Button x ="88"y ="72"label ="play"id ="play"enabled ="true"click =" http://97.91.79.206:8000/listen.pls"fontFamily ="Verdana"/ >

< / s:SkinnableContainer >

< / s:Application >

The error is 1084: Syntax error: expecting identifier before the end of the program.

So does that mean?

Thank you

~ Clay

Click is an event handler and need code, not the URL, it will change to.  NavigateToURL to launch a browser to a URL.

Tags: Flex

Similar Questions

Maybe you are looking for