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

Bug Problem - Bitmap image invalid 3D Game

New Here ,
May 28, 2013 May 28, 2013

Hi, i'm error this is the bitmap invalid at this data on ActionScript.

ArgumentError: Error #2015: Invalid BitmapData.

          at flash.display::BitmapData/copyPixels()

          at Shortcut_Material/comp()

Could fix me please this flash player, this may glitches otherwise further that 3D Game.

TOPICS
ActionScript
485
Translate
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
Community Expert ,
May 28, 2013 May 28, 2013

if you're loading your bitmap from a cross-domain, you'll need to use cross-domain permissions to use copyPixels().

Translate
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
Explorer ,
May 29, 2013 May 29, 2013
LATEST

May be bitmap data is null, for this make it sure bitmapData is available.

Translate
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