0
Bug Problem - Bitmap image invalid 3D Game
New Here
,
/t5/animate-discussions/bug-problem-bitmap-image-invalid-3d-game/td-p/5088903
May 28, 2013
May 28, 2013
Copy link to clipboard
Copied
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/animate-discussions/bug-problem-bitmap-image-invalid-3d-game/m-p/5088904#M134694
May 28, 2013
May 28, 2013
Copy link to clipboard
Copied
if you're loading your bitmap from a cross-domain, you'll need to use cross-domain permissions to use copyPixels().
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
LATEST
/t5/animate-discussions/bug-problem-bitmap-image-invalid-3d-game/m-p/5088905#M134695
May 29, 2013
May 29, 2013
Copy link to clipboard
Copied
May be bitmap data is null, for this make it sure bitmapData is available.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

