Skip to main content
Participant
June 29, 2012
Question

Property drawWithQuality not found on flash.display.BitmapData and there is no default value.

  • June 29, 2012
  • 2 replies
  • 1788 views

Hi,

I've downloaded AIR 3.3 SDK for FlashBuilder. Installed just like 3.2 earlier. Copy of 4.6.0 SDK and overwrite all files from 3.3.

I have:

<?xml version="1.0" encoding="utf-8" standalone="no"?>

<application xmlns="http://ns.adobe.com/air/application/3.3">

But can't use drawWithQuality method:

ReferenceError: Error #1069: Property drawWithQuality not found on flash.display.BitmapData and there is no default value.

Code auto complete for this method is working.

Do I have to do something more?

This topic has been closed for replies.

2 replies

chris.campbell
Legend
June 29, 2012

Please take a look at this bug report: https://bugbase.adobe.com/index.cfm?event=bug&id=3219149

Can you verify that your swf version is 16?

Thanks,

Chris

Participant
June 30, 2012

How can I verify that?

http://swfversion.com/ shows published for flash player 14.

But it also shows 14 when I use SDK 3.2 with starling framework which should be 15 or I'm wrong?

-----edit----

I had to add  -swf-version=16 to compiler settings. Now drawWithQuality works fine.

.