I downloaded 3.6 SDK and unpacked it in the Flex 4.6 SDK folder to replace 3.5 SDK. Created new desktop project and in application file on creationComplete added call "graphics.readGraphicsData(true);". It compiles but when I try to run it it produces runtime error: "ReferenceError: Error #1069: Property readGraphicsData not found on flash.display.Graphics and there is no default value.". What can be wrong?
Update: If I add manually -swf-version=19 to compiler arguments it works.
Best Regards, Aleksey