Re: [flexcoders] Is there a javascript flashObj.callFunction(), l ike setVariable?

2005-04-28 Thread John Dowdell
I think this is How can the various browsers talk to the Macromedia Flash Player? Here's a weird URL with many screencaptures, but should list or link to the Player's inbound API:

RE: [flexcoders] Is there a javascript flashObj.callFunction(), l ike setVariable?

2005-04-27 Thread Abdul Qabiz
Hi Tracy, There is no callFunction(..) like method for flash activeX or plugin. But there is setVariable(..) method. Yes, you can set a variable or setter from Javascript using setVariable function. I have create a example, it allows you to execute flex function from javascript... It's very