FlashExternalInterface

Berk

berkibap#4233
Developer
Oct 17, 2015
863
190
Hi, anybody willing to help? I add this code to my client but when i click on minimail nothing happens.
JavaScript:
window.FlashExternalInterface.openMinimail = function() {
    alert("hello")
}
 

Berk

berkibap#4233
Developer
Oct 17, 2015
863
190
if you have spawweb = 1 it uses that or if it’s non existent/0 it will use a different event
i didn't understand a single word :'( how do i set spawweb?
Post automatically merged:

smh... im such a dumbass. this fixed it:

Client.addVariable("spaweb", "1");
 
Last edited:

Users who are viewing this thread

Top