• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

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

New Here ,
Jun 29, 2012 Jun 29, 2012

Copy link to clipboard

Copied

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?

TOPICS
Performance issues

Views

1.8K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 29, 2012 Jun 29, 2012

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 29, 2012 Jun 29, 2012

Copy link to clipboard

Copied

LATEST

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.

.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines