Flex 4 IntelliJ IDEA wrapper html crashes browser
- by user347641
I'm building an Flex 4 application using IntelliJ IDEA generated sample Flex application. I replace the mxml with the following code from the book Hello Flex 4.
It simply crashes the browser when I run it. I tried it on both FF and Chrome.
Any clues?
[Bindable]
public var _bread:Number = Number.NaN;
]]></fx:Script>…