Skip to main content
Participant
May 28, 2013
Question

Bug Problem - Bitmap image invalid 3D Game

  • May 28, 2013
  • 2 replies
  • 505 views

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.

This topic has been closed for replies.

2 replies

Inspiring
May 29, 2013

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

kglad
Community Expert
Community Expert
May 28, 2013

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