Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Topic closed
I searched the .swf and looked on WPE Pro on what EE sends when accepting invites.
I got two things.
var _loc2_:* = param1.target == btn_accept; // "Accept", "Reject", "Block" maybe?
Global.base.requestRemoteMethod("answerInvite",this.handleInvitationAnswered,this.username,_loc2_); // con.Send("answerInvite", string, string(?));
and
con.Send("acceptInvite", string);
I tried those two and it didn't work. Help
Thanks to: Ernesdo (Current Avatar), Zoey2070 (Signature)
Very inactive, maybe in the future, idk.
Offline
With some programming knowledge you should understand this.
if param1.target is btn_accept set the variable to true, else set it to false.
var _loc2_:* = param1.target == btn_accept
Offline
Oh cool, I tried that before and it didn't work.
But when you replied, it did.
Why does WPE pro say "accept" than "answer"?
Time to lay down for a bit.
Thanks to: Ernesdo (Current Avatar), Zoey2070 (Signature)
Very inactive, maybe in the future, idk.
Offline
Pages: 1
Topic closed
[ Started around 1732432394.1615 - Generated in 0.055 seconds, 13 queries executed - Memory usage: 1.37 MiB (Peak: 1.47 MiB) ]