Finally BarCamp3 is here and I’m already excited. The event will take place at Persistent System Pvt. Ltd, Pune on 7th July(Sat) 2007. I will be speaking on two topics: 1. Mobile Visualization.2. How to make a Flash Widget.
Category Archives: integration
Flash and JavaScript Integration
Flash and JavaScript Integration Follow these easy steps to make flash communicate with JavaScript code and vice versa. a) Flash to JavaScript: Making Flash call a JavaScript function JavaScript Function Code. To be put in the HTML <script language=”JavaScript”>function alertMe(){ alert(“Hello, world”);}</script> Flash Code. To be put in any event of button, frame, where ever […]