Error loading bitmap graphics

Monkey Targets Forums/Flash/Error loading bitmap graphics

Volker(Posted 2011) [#1]
Hi,

I'm getting this error from flash.
"Error loading bitmap graphics/Ship1.png"
It does not load ANY image.

The project works fine with html5 and androids.


Volker(Posted 2011) [#2]
Hm, I should have enabled debugmode.
I use the class ImageBank from diddy module.
Global images:ImageBank = New ImageBank
images.Load("Ship1.png")
This fails

a simple
LoadImage("graphics/Ship1.png")

works


therevills(Posted 2011) [#3]
Strange... could you upload your project?


Volker(Posted 2011) [#4]
Now it loads a few images, but fails then.
Will have to sleep over it (00:19 here) and tomorrow strip my project for uploading.


Volker(Posted 2011) [#5]
Weird. Still not working under Monkey V40.
But works with Monkey V44 :-) .
I guess it has something to do with the flashplayer update,
that failed on my system (got a requester after restart that
I would need admin rights to update).