HTML5 HTML5 black screen after load facebook avatar

T

tienhagioi

Guest
In first room , I login facebook and use this code to get my avatar :
Code:
sprite_replace(spr_avata,"https://graph.facebook.com/"+string(global.uFbId)+"/picture?width=64&height=64",0,0,1,32,32)
It 's OK !
In next room , I get my friends ( or other ) facebook avatar :
Code:
sprite_replace(spr_fAvata,"https://graph.facebook.com/"+string(global.fFbId)+"/picture?width=64&height=64",0,0,1,32,32)
But when image loaded , game screen change to black .All instance are running , but i can't see anymore , all is black .
How to fix ?
 
Top